]> 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)
commit6e482de09feece06256eeb2c8edece8a9975b7d1
tree719e303ee6b045833d2769aba0119fd6f0b8c75e
parent41bbae8fbcba81b9b392332f7484eb1277adbf2b
parent0be80aab26869cba1ba4aba43e22577f1f61048d
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>