[PATCH v2 0/5] Update ICE base driver
Anatoly Burakov
anatoly.burakov at intel.com
Wed Oct 1 14:29:03 CEST 2025
A few more changes for the ICE base driver:
- Integer overflow fix
- DCB/PFC changes that were submitted earlier by Vladimir [1]
The intent is to merge these as base driver changes, with
successive work to be built on top.
v2:
- Fix setting MAC config when no TC's were specified
[1] https://patches.dpdk.org/project/dpdk/cover/20250817130152.682972-1-vladimir.medvedkin@intel.com/
Anatoly Burakov (1):
net/ice/base: update README
Chinh Cao (1):
net/ice/base: fix integer overflow on NVM init
Vladimir Medvedkin (3):
net/ice/base: add utility functions
net/ice/base: make set MAC config TC aware
net/ice/base: add support for asymmetric PFC
drivers/net/intel/ice/base/README | 2 +-
drivers/net/intel/ice/base/ice_common.c | 221 ++++++++++++++++++++----
drivers/net/intel/ice/base/ice_common.h | 11 ++
drivers/net/intel/ice/base/ice_dcb.c | 105 +++++++++--
drivers/net/intel/ice/base/ice_dcb.h | 16 +-
drivers/net/intel/ice/base/ice_type.h | 17 +-
6 files changed, 318 insertions(+), 54 deletions(-)
--
2.47.3
More information about the dev
mailing list