OSDN Git Service

Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next...
authorDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2020 02:27:57 +0000 (19:27 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 May 2020 02:27:57 +0000 (19:27 -0700)
commitde1b99ef2aa1e982c86b15853e013c6e3dbc1e7a
tree14a2563a6fee380410ecb6a8f9df11a7fda540e2
parentc536fc74b4b41ca5cfdebad60943be1ecd092ba1
parente5264212eb622fbc5704571c8e490c2b5fc718b9
Merge branch '1GbE' of git://git./linux/kernel/git/jkirsher/next-queue

Jeff Kirsher says:

====================
1GbE Intel Wired LAN Driver Updates 2020-05-19

This series contains updates to igc only.

Sasha cleans up the igc driver code that is not used or needed.

Vitaly cleans up driver code that was used to support Virtualization on
a device that is not supported by igc, so remove the dead code.

Andre renames a few macros to align with register and field names
described in the data sheet.  Also adds the VLAN Priority Queue Fliter
and EType Queue Filter registers to the list of registers dumped by
igc_get_regs().  Added additional debug messages and updated return codes
for unsupported features.  Refactored the VLAN priority filtering code to
move the core logic into igc_main.c.  Cleaned up duplicate code and
useless code.
====================

Acked-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>