> -----Original Message-----
> From: Xie, WeiX <[email protected]>
> Sent: Friday, November 13, 2020 11:16 AM
> To: Yang, MurphyX <[email protected]>; [email protected]
> Cc: Yang, Qiming <[email protected]>; Zhang, Qi Z
> <[email protected]>; Yang, SteveX <[email protected]>; Rong, Leyi
> <[email protected]>; Lu, Wenzhuo <[email protected]>; Yang,
> MurphyX <[email protected]>
> Subject: RE: [dpdk-dev] [PATCH v6] net/ice: fix outer checksum on cvl unknown
>
> Tested-by: Xie,WeiX < [email protected]>
>
> Regards,
> Xie Wei
>
>
> > -----Original Message-----
> > From: dev [mailto:[email protected]] On Behalf Of Murphy Yang
> > Sent: Monday, November 9, 2020 2:07 PM
> > To: [email protected]
> > Cc: Yang, Qiming <[email protected]>; Zhang, Qi Z
> > <[email protected]>; Yang, SteveX <[email protected]>; Rong,
> > Leyi <[email protected]>; Lu, Wenzhuo <[email protected]>; Yang,
> > MurphyX <[email protected]>
> > Subject: [dpdk-dev] [PATCH v6] net/ice: fix outer checksum on cvl
> > unknown
> >
> > Currently, driver does not support parse UDP outer checksum flag of
> > tunneled packets.
> >
> > When execute 'csum set outer-udp hw 0' and 'csum parse-tunnel on 0'
> > commands to enable hardware UDP outer checksum. This patch supports
> > parse UDP outer checksum flag of tunneled packets.
> >
> > Fixes: dbf3c0e77a22 ("net/ice: handle Rx flex descriptor")
> > Fixes: 4ab7dbb0a0f6 ("net/ice: switch to Rx flexible descriptor in AVX
> > path")
> > Fixes: ece1f8a8f1c8 ("net/ice: switch to flexible descriptor in SSE
> > path")
> >
> > Signed-off-by: Murphy Yang <[email protected]>
Acked-by: Qi Zhang <[email protected]>
Applied to dpdk-next-net-intel.
Thanks
Qi