]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7e3705f591bd1b55e6b4b29631f3862e12ada567
tree719e303ee6b045833d2769aba0119fd6f0b8c75e
parent87638e2794e20305a02fcc7071968d587c18529f
parentc22d0ca149930164461514189ca8b3a6f32502ae
Merge tag 'mlx5-updates-2017-06-23' of git://git.kernel.org/pub/scm/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>