DPDK-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] i40e base code update
@ 2026-05-19 14:52 Ciara Loftus
  2026-05-19 14:52 ` [PATCH 1/3] net/i40e/base: fix integer overflow in NVM timing logic Ciara Loftus
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ciara Loftus @ 2026-05-19 14:52 UTC (permalink / raw)
  To: dev; +Cc: Ciara Loftus

Update the i40e base code. Both patches address integer type width issues
that can cause incorrect behaviour and are candidates for stable backport.

Chinh Cao (1):
  net/i40e/base: fix integer overflow in NVM timing logic

Ciara Loftus (1):
  net/i40e/base: update version info

Deepthi Kavalur (1):
  net/i40e/base: fix loop counter width in DCB parsing

 .mailmap                                     |  1 +
 drivers/net/intel/i40e/base/README           |  4 +-
 drivers/net/intel/i40e/base/i40e_dcb.c       |  6 +-
 drivers/net/intel/i40e/base/i40e_nvm.c       | 67 +++++++++++++-------
 drivers/net/intel/i40e/base/i40e_prototype.h |  2 +-
 drivers/net/intel/i40e/base/i40e_type.h      |  2 +-
 drivers/net/intel/i40e/i40e_ethdev.c         |  3 +-
 7 files changed, 55 insertions(+), 30 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-05-20 10:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-19 14:52 [PATCH 0/3] i40e base code update Ciara Loftus
2026-05-19 14:52 ` [PATCH 1/3] net/i40e/base: fix integer overflow in NVM timing logic Ciara Loftus
2026-05-19 14:52 ` [PATCH 2/3] net/i40e/base: fix loop counter width in DCB parsing Ciara Loftus
2026-05-19 14:52 ` [PATCH 3/3] net/i40e/base: update version info Ciara Loftus
2026-05-20 10:17 ` [PATCH 0/3] i40e base code update Bruce Richardson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox