]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
authorDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2021 09:30:56 +0000 (10:30 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 29 Sep 2021 09:30:56 +0000 (10:30 +0100)
commit713dc470fa80582aef951744abc26fe21221be0a
tree150bb858519a173b940ae11f5de2f4de1c3d0a4c
parent5585beb6599c253445f44b02ade4bc860feea0da
parentfd12abdc59ffeb871d3ea9fb8add43dd8bda03f2
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nex
t-queue

Tony Nguyen says:

====================
100GbE Intel Wired LAN Driver Updates 2021-09-28

This series contains updates to ice driver only.

Dave adds support for QoS DSCP allowing for DSCP to TC mapping via APP
TLVs.

Ani adds enforcement of DSCP to only supported devices with the
introduction of a feature bitmap and corrects messaging of unsupported
modules based on link mode.

Jake refactors devlink info functions to be void as the functions no
longer return errors.

Jeff fixes a macro name to properly reflect the value.

Len Baker converts a kzalloc allocation to, the preferred, kcalloc.
====================

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