> -----Original Message-----
> From: dev <[email protected]> On Behalf Of Guo, Jia
> Sent: Wednesday, February 24, 2021 10:35 AM
> To: Xing, Beilei <[email protected]>
> Cc: [email protected]; [email protected]; Zhang, HengjianX
> <[email protected]>
> Subject: Re: [dpdk-dev] [PATCH] net/i40evf: fix packet loss issue for X722
>
> Acked-by: Jeff Guo <[email protected]>
>
> > -----Original Message-----
> > From: Xing, Beilei <[email protected]>
> > Sent: Wednesday, February 24, 2021 10:09 AM
> > To: Guo, Jia <[email protected]>
> > Cc: [email protected]; Xing, Beilei <[email protected]>;
> > [email protected]; Zhang, HengjianX <[email protected]>
> > Subject: [PATCH] net/i40evf: fix packet loss issue for X722
> >
> > From: Beilei Xing <[email protected]>
> >
> > When Tx queue number is more than Rx queue number, and RSS is enabled,
> > there'll be packet loss with X722.
> > The root cause is the lookup table is not configured correctly, since
> > it uses VF's queue pair number but not Rx queue number.
> >
> > Fixes: 2da3ba746795 ("net/i40e: fix VF runtime queues RSS config")
> > Cc: [email protected]
> >
> > Signed-off-by: Beilei Xing <[email protected]>
> > Signed-off-by: Hengjian Zhang <[email protected]>
> > ---
Applied to dpdk-next-net-intel.
Thanks
Qi