]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 20:59:29 +0000 (12:59 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Feb 2021 20:59:29 +0000 (12:59 -0800)
commit8d64ba001866eda0ea53c813b1c524d6c14c1ba6
tree1620b3ccd34cf31215c60964410a57a662441c56
parentf5ce284cb3446a78dd7508bc6c0f5ca4ade3f61e
parentb3e710e71a7b5c31df52b357e2cc6d4529bd0b6a
Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
40GbE Intel Wired LAN Driver Updates 2021-02-10

This series contains updates to i40e driver only.

Arkadiusz adds support for software controlled DCB. Upon disabling of the
firmware LLDP agent, the driver configures DCB with default values
(only one Traffic Class). At the same time, it allows a software based
LLDP agent - userspace application i.e. lldpad) to receive DCB TLVs
and set desired DCB configuration through DCB related netlink callbacks.

Aleksandr implements get and set ethtool ops for Energy Efficient
Ethernet.

Przemyslaw extends support for ntuple filters allowing for Flow Director
IPv6 and VLAN filters.

Kaixu Xia removes an unneeded assignment.
====================

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