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)
commit14a1d2468ab370c8f02d341b1551bc742a8975d3
tree8b07f638398dca9bf5229060093a1eac6ff42d35
parent4d8773b68e83558025303f266070b31bc4101e73
parent18a8d3586310743d451c94db46319797e72727da
Merge branch '100GbE' of git://git./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>