]> 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)
commit054713e42b06a14b2643520254f02ae9ebeccc9d
tree1620b3ccd34cf31215c60964410a57a662441c56
parent00e8ea3fc60dc68a63fac6a634df5d9cfd28f5ed
parentf92ca32761cedd70e3e08c703856ce7f700b1486
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>