On Fri, Apr 18, 2025 at 04:04:26AM +0100, Liao, TingtingX wrote: > > -----Original Message----- > > > From: Bruce Richardson > > > Sent: Tuesday, April 08, 2025 23:57 > > > To: [email protected] > > > Cc: Richardson, Bruce; [email protected]; Burakov, Anatoly > > Subject: [PATCH] net/ice: fix Rx of large packets > > > > > > The determination of whether or not the buffer size is less than the > > packet MTU is made in the Rx queue start function in the ice driver. > > This means that we cannot choose the Rx function before we have > started > > the queues. Move the Rx function section down in the code to fix > this. > > > > Fixes: 3c79a3d91d9d ("net/ice: fix mbuf cleanup function") > > Cc: [email protected] > > > > Signed-off-by: Bruce Richardson <[email protected]> > > > --- > > Tested-by: Liao, Tingting <[email protected]>
Applied to dpdk-next-net-intel. /Bruce

