]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit672b34c356eea50691895f65d60d892b397aff31
treedc097e1bc188fbfcf5209d6deae04fe87cb3c943
parentab0af282215d8b2eb8e615d98f4fc71ffb0097a0
parent6f1a97543196fce0765663d3c07ba4f9c4c93c20
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>