[dpdk-dev] [dpdk-stable] [PATCH] net/i40e: fix IPv6 fragment RSS offload type in flow
Zhang, Qi Z
qi.z.zhang at intel.com
Tue Oct 19 03:51:53 CEST 2021
> -----Original Message-----
> From: Zhang, AlvinX <alvinx.zhang at intel.com>
> Sent: Tuesday, October 19, 2021 9:32 AM
> To: Zhang, Qi Z <qi.z.zhang at intel.com>; Yigit, Ferruh <ferruh.yigit at intel.com>;
> Xing, Beilei <beilei.xing at intel.com>; Guo, Junfeng <junfeng.guo at intel.com>
> Cc: dev at dpdk.org; stable at dpdk.org
> Subject: RE: [dpdk-stable] [PATCH] net/i40e: fix IPv6 fragment RSS offload type
> in flow
>
> > -----Original Message-----
> > From: Zhang, Qi Z <qi.z.zhang at intel.com>
> > Sent: Tuesday, October 19, 2021 8:03 AM
> > To: Yigit, Ferruh <ferruh.yigit at intel.com>; Zhang, AlvinX
> > <alvinx.zhang at intel.com>; Xing, Beilei <beilei.xing at intel.com>; Guo,
> > Junfeng <junfeng.guo at intel.com>
> > Cc: dev at dpdk.org; stable at dpdk.org
> > Subject: RE: [dpdk-stable] [PATCH] net/i40e: fix IPv6 fragment RSS
> > offload type in flow
> >
> >
> >
> > > -----Original Message-----
> > > From: Yigit, Ferruh <ferruh.yigit at intel.com>
> > > Sent: Saturday, October 16, 2021 4:50 AM
> > > To: Zhang, AlvinX <alvinx.zhang at intel.com>; Xing, Beilei
> > > <beilei.xing at intel.com>; Guo, Junfeng <junfeng.guo at intel.com>
> > > Cc: dev at dpdk.org; stable at dpdk.org; Zhang, Qi Z
> > > <qi.z.zhang at intel.com>
> > > Subject: Re: [dpdk-stable] [PATCH] net/i40e: fix IPv6 fragment RSS
> > > offload type in flow
> > >
> > > On 10/12/2021 9:39 AM, Alvin Zhang wrote:
> > > > To keep flow format uniform with ice, this patch adds support for
> > > > this RSS rule:
> > > > flow create 0 ingress pattern eth / ipv6_frag_ext / end actions \
> > > > rss types ipv6-frag end queues end queues end / end
> > > >
> > > > Fixes: ef4c16fd9148 ("net/i40e: refactor RSS flow")
> > > > Cc: stable at dpdk.org
> > > >
> > > > Signed-off-by: Alvin Zhang <alvinx.zhang at intel.com>
> > >
> > > './devtools/check-doc-vs-code.sh' script is failing [1], can you please fix it?
> > >
> > > [1]
> > > $ ./devtools/check-doc-vs-code.sh
> > > rte_flow doc out of sync for i40e
> > > item ipv6_frag_ext
> >
> >
> > Fixed in dpdk-next-net-intel.
> >
> > Thanks
> > Qi
>
> Hi Qi,
>
> I have found a issue for this patch, the pattern supported in ice is:
> eth / ipv6 / ipv6_frag_ext
>
> not
> eth / ipv6_frag_ext
>
> I will submit V2 today.
>
Ok, patch has been dropped from dpdk-next-net-intel.
More information about the dev
mailing list