OSDN Git Service

Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next...
authorDavid S. Miller <davem@davemloft.net>
Wed, 15 Dec 2021 10:59:57 +0000 (10:59 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 15 Dec 2021 10:59:57 +0000 (10:59 +0000)
commit5a21bf5bb4243d0213758c0e5e6c5c5786842a94
tree33da9a4e5f55c4c527f911352c389cc5cc677486
parent0b6f65c707e5ec5e33916820e2a4a628e2b4576c
parentf8a3bcceb4224494ac4fa2b7e9428ac1bbdd6d52
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/next-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-12-14

This series contains updates to ice driver only.

Haiyue adds support to query hardware for supported PTYPEs.

Jeff changes PTYPE validation to utilize the capabilities queried from
the hardware instead of maintaining a per DDP support list.

Brett refactors promiscuous functions to provide common and clear
interfaces to call for configuration.

Wojciech modifies DDP package load to simplify determining the final
state of the load.

Tony removes the use of ice_status from the driver. This involves
removing string conversion functions, converting variables and values to
standard errors, and clean up. He also removes an unused define.

Dan Carpenter removes unneeded casts.
====================

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