Hi Qi,

> -----Original Message-----
> From: dev [mailto:[email protected]] On Behalf Of Qi Zhang
> Sent: Wednesday, March 27, 2019 7:00 PM
> To: Xing, Beilei <[email protected]>
> Cc: Ananyev, Konstantin <[email protected]>; [email protected];
> Yigit, Ferruh <[email protected]>; Zhang, Qi Z <[email protected]>;
> [email protected]
> Subject: [dpdk-dev] [PATCH] net/i40e: fix scattered Rx enabling
> 
> No need to add additional vlan tag size for max packet size, since for i40e,
> the queue's Rx Max Frame Size (rxq->max_pkt_len) already includes the vlan
> header size.
> 
> Fixes: a3c83a2527e1 ("net/i40e: enable runtime queue setup")
> Fixes: 4861cde46116 ("i40e: new poll mode driver")
> Cc: [email protected]
> 
> Signed-off-by: Qi Zhang <[email protected]>
> ---
>  drivers/net/i40e/i40e_rxtx.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
I find the similar case in ' i40evf_rxq_init'. Should it be fixed too?

Reply via email to