OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Oct 2021 11:28:11 +0000 (12:28 +0100)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Oct 2021 11:28:11 +0000 (12:28 +0100)
commit704bc986ffda2344cb0bb092f086d8edb1ce6fd2
tree3581926fd316cf42f85fe76251810669ca7dcb2e
parent0b3f86397feebe00732ad3e04daefdacc483a7f0
parentc8e51a012214a09017d4065c478f8a908f8f060b
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-10-28

This series contains updates to ice driver only.

Michal adds support for eswitch drop and redirect filters from and to
tunnel devices. From meaning from uplink to VF and to means from VF to
uplink. This is accomplished by adding support for indirect TC tunnel
notifications and adding appropriate training packets and match fields
for UDP tunnel headers. He also adds returning virtchannel responses for
blocked operations as returning a response is still needed.

Marcin sets netdev min and max MTU values on port representors to allow
for MTU changes over default values.

Brett adds detecting and reporting of PHY firmware load issues for devices
which support this.

Nathan Chancellor fixes a clang warning for implicit fallthrough.

Wang Hai fixes a return value for failed allocation.
====================

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