All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1 0/4] Update ICE base driver
@ 2025-09-30 11:21 Anatoly Burakov
  2025-09-30 11:21 ` [PATCH v1 1/4] net/ice/base: fix integer overflow on NVM init Anatoly Burakov
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Anatoly Burakov @ 2025-09-30 11:21 UTC (permalink / raw)
  To: dev; +Cc: bruce.richardson, vladimir.medvedkin

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.

[1] https://patches.dpdk.org/project/dpdk/cover/20250817130152.682972-1-vladimir.medvedkin@intel.com/

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/ice_common.c | 220 ++++++++++++++++++++----
 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 +-
 5 files changed, 316 insertions(+), 53 deletions(-)

--
2.47.3


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2025-10-01 17:54 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-30 11:21 [PATCH v1 0/4] Update ICE base driver Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 1/4] net/ice/base: fix integer overflow on NVM init Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 2/4] net/ice/base: add utility functions Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 3/4] net/ice/base: make set MAC config TC aware Anatoly Burakov
2025-09-30 11:21 ` [PATCH v1 4/4] net/ice/base: add support for asymmetric PFC Anatoly Burakov
2025-10-01 12:29 ` [PATCH v2 0/5] Update ICE base driver Anatoly Burakov
2025-10-01 12:29   ` [PATCH v2 1/5] net/ice/base: fix integer overflow on NVM init Anatoly Burakov
2025-10-01 12:29   ` [PATCH v2 2/5] net/ice/base: add utility functions Anatoly Burakov
2025-10-01 12:29   ` [PATCH v2 3/5] net/ice/base: make set MAC config TC aware Anatoly Burakov
2025-10-01 12:29   ` [PATCH v2 4/5] net/ice/base: add support for asymmetric PFC Anatoly Burakov
2025-10-01 12:29   ` [PATCH v2 5/5] net/ice/base: update README Anatoly Burakov
2025-10-01 17:53   ` [PATCH v2 0/5] Update ICE base driver Bruce Richardson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.