OSDN Git Service

Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/linux/kernel...
authorDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:24:28 +0000 (14:24 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 23 Jun 2017 18:24:28 +0000 (14:24 -0400)
commitd4d0249ae28a6d62647a894051634bb87c9b5953
tree719e303ee6b045833d2769aba0119fd6f0b8c75e
parent8f46d46715a12f509e13200033a1ed4d6cf335ff
parent137ffd15f71ec29ff1a57728081569698591225a
Merge tag 'mlx5-updates-2017-06-23' of git://git./linux/kernel/git/saeed/linux

Saeed Mahameed says:

====================
mlx5-updates-2017-06-23

This series provides some updates to the mlx5 core and netdevice drivers.

Three patches from Tariq, Introduces page reuse mechanism in non-Striding
RQ RX datapath, we allow the the RX descriptor to reuse its allocated page
as much as it could, until the page is fully consumed. RX page reuse
reduces the stress on page allocator and improves RX performance especially
with high speeds (100Gb/s).

Next four patches of the series from Or allows to offload tc flower matching
on ttl/hoplimit and header re-write of hoplimit.

The rest of  the series from Yotam and Or enhances mlx5 to support FW flashing
through the mlxfw module, in a similar manner done by the mlxsw driver.
Currently, only ethtool based flashing is implemented, where both Eth and IB ports
are supported.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>