]> 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>
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)
commitc32c3c23be9f59a83dd6a3b21baba1d4816e4f38
tree33da9a4e5f55c4c527f911352c389cc5cc677486
parent469c09b132bc5787512495177b64bad386fdad38
parentd275b4cd6d3e5f81cd719f922ab9a6f3fe931dc9
Merge branch '100GbE' of git://git.kernel.org/pub/scm/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>