Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 20:10:36 +0000 (13:10 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 18 Jun 2021 20:10:36 +0000 (13:10 -0700)
commit01bf086b7c836bf5ccb6a92bb98b42ebfc841fc7
treedc097e1bc188fbfcf5209d6deae04fe87cb3c943
parent103ebe658a262ef5b5db7f01d83857cf82a087d0
parent37dc8fea8656f149e0fa5a03a2736b32350fe2b1
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Jesse Brandeburg says:

====================
100GbE Intel Wired LAN Driver Updates 2021-06-18

Update three of the Intel Ethernet drivers with similar (but not the
same) improvements to simplify the packet type table init, while removing
an unused structure entry. For the ice driver, the table is extended
to 10 bits, which is the hardware limit, and for now is initialized
to zero.

The end result is slightly reduced memory usage, removal of a bunch
of code, and more specific initialization.
====================

Signed-off-by: Stefano Garzarella <sgarzare@redhat.com>