Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net...
authorPaolo Abeni <pabeni@redhat.com>
Thu, 9 Mar 2023 10:45:08 +0000 (11:45 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 9 Mar 2023 10:45:08 +0000 (11:45 +0100)
commit67eeadf2f95326f6344adacb70c880bf2ccff57b
tree6213028213755753d2dd9cbb15411daa0d038d64
parent2d8cb0bfca6a05f1731d4570941e85d65c669386
parent8f5c5a790e3025d6eca96bf7ee5e3873dc92373f
Merge branch '100GbE' of git://git./linux/kernel/git/tnguy/net-queue

Tony Nguyen says:

====================
Intel Wired LAN Driver Updates 2023-03-07 (ice)

This series contains updates to ice driver only.

Dave removes masking from pfcena field as it was incorrectly preventing
valid traffic classes from being enabled.

Michal resolves various smatch issues such as not propagating error
codes and returning 0 explicitly.

Arnd Bergmann resolves gcc-9 warning for integer overflow.

* '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue:
  ethernet: ice: avoid gcc-9 integer overflow warning
  ice: don't ignore return codes in VSI related code
  ice: Fix DSCP PFC TLV creation
====================

Link: https://lore.kernel.org/r/20230307220714.3997294-1-anthony.l.nguyen@intel.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>