]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Sun, 26 Jan 2020 10:38:10 +0000 (11:38 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 26 Jan 2020 10:38:10 +0000 (11:38 +0100)
commite472e839715b265d0644e8d09d2eb8a7edc4a3f1
tree8b07f638398dca9bf5229060093a1eac6ff42d35
parent43f25c43f9921368b92d55a843fa77f5b45427fb
parent42f3981bf798b7707abac9b995e63a1e8295dfff
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
100GbE Intel Wired LAN Driver Updates 2020-01-25

This series contains updates to the ice driver to add support for RSS.

Henry and Tony enable the driver to write the filtering hardware tables
to allow for changing of RSS rules, also introduced and initialized the
structures for storing the configuration.  Then followed it up by
creating an extraction sequence based on the packet header protocols to
be programmed.  Next was storing the TCAM entry with the profile data
and VSI group in the respective software structures.

Md Fahad sets up the configuration to support RSS tables for the virtual
function (VF) driver (iavf).  Add support for flow types TCP4, TCP6,
UDP4, UDP6, SCTP4 and SCTP6 for RSS via ethtool.
====================

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