please help backporting some patches to stable release 23.11.6

Shani Peretz shperetz at nvidia.com
Tue Dec 30 15:49:02 CET 2025



> -----Original Message-----
> From: Jiawen Wu <jiawenwu at trustnetic.com>
> Sent: Monday, 29 December 2025 4:56
> To: 'dpdk stable' <stable at dpdk.org>; Shani Peretz <shperetz at nvidia.com>
> Subject: RE: please help backporting some patches to stable release 23.11.6
> 
> External email: Use caution opening links or attachments
> 
> 
> Hi Shani Peretz,
> 
> > 6280a30607  Jiawen Wu        net/ngbe: fix checksum error counter
> > b9ad8a6e72  Jiawen Wu        net/txgbe: fix checksum error counter
> 
> I'll send patches to backport these two patches.

In those two commits that you sent it appears that the variables:
+	struct txgbe_rx_queue *rxq;
+	uint64_t rx_csum_err = 0;
 
were added in *_dev_xstats_get_() instead of *_dev_xstats_get(). I've fixed this, and now the build is passing successfully.
Could you also please check the following commits to ensure everything is in order?
https://github.com/DPDK/dpdk-stable/commit/209262228bb231b6ff951ef34edfdd246654e89e
https://github.com/DPDK/dpdk-stable/commit/772691c32fb29d64fc012efb7a59820557f335e1


> 
> > 02c9cc1012  Jiawen Wu        net/txgbe: filter FDIR match flex bytes for tunnel
> > c9a341034a  Jiawen Wu        net/txgbe: fix FDIR filter for SCTP tunnel
> > a2d4de2710  Jiawen Wu        net/txgbe: fix FDIR input mask
> 
> But these FDIR related patches merge has conflicts because two patches were
> missed in release 23.11.5.
> 
> [1] https://inbox.dpdk.org/stable/20250731022631.1830705-1-
> jiawenwu at trustnetic.com/
> [2] https://inbox.dpdk.org/stable/20250731022631.1830705-2-
> jiawenwu at trustnetic.com/
> 
> 

Hey,

Sorry I missed those patches, I've added them now.
I rebased the patches on top of them, but the patch "net/txgbe: fix FDIR input mask" has some build issues (struct rte_ipv6_hdr was changed, and the patch uses the new fields)
Could you send a fix for 23.11?

Thanks,
Shani


More information about the stable mailing list