* Re: [dpdk-stable] [dpdk-dev] [PATCH v2] gro: fix an error when packet is IPv6
[not found] ` <fc9e1aa7c1a74cc0ac45c7e9ba0f7ae4@intel.com>
@ 2020-11-14 8:47 ` Thomas Monjalon
0 siblings, 0 replies; only message in thread
From: Thomas Monjalon @ 2020-11-14 8:47 UTC (permalink / raw)
To: yang_y_yi; +Cc: dev, Ananyev, Konstantin, yangyi01, Hu, Jiayu, stable
> > For VxLAN packets, GRO will mistakenly reassemble them
> > if inner L3 is IPv6, inner L4 is TCP or UDP, and outer L3
> > is IPv4 because the value of IS_IPV4_VXLAN_TCP4/UDP4_PKT
> > is true for them.
> >
> > This fix makes sure IS_IPV4_TCP_PKT, IS_IPV4_UDP_PKT,
> > IS_IPV4_VXLAN_TCP4_PKT and IS_IPV4_VXLAN_UDP4_PKT can make
> > decision precisely.
> >
> > Fixes: e2d811063673 ("gro: support VXLAN UDP/IPv4")
> > Fixes: 1ca5e6740852 ("gro: support UDP/IPv4")
> > Fixes: 9e0b9d2ec0f4 ("gro: support VxLAN GRO")
> > Fixes: 0d2cbe59b719 ("lib/gro: support TCP/IPv4")
> > Signed-off-by: Yi Yang <yangyi01@inspur.com>
> Acked-by: Jiayu Hu <jiayu.hu@intel.com>
Added missing Cc: stable@dpdk.org
Tried to be more precise in the title:
"gro: fix packet type detection with IPv6 tunnel"
Applied, thanks
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2020-11-14 8:47 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20201104042236.125888-1-yang_y_yi@163.com>
[not found] ` <20201105025444.140140-1-yang_y_yi@163.com>
[not found] ` <fc9e1aa7c1a74cc0ac45c7e9ba0f7ae4@intel.com>
2020-11-14 8:47 ` [dpdk-stable] [dpdk-dev] [PATCH v2] gro: fix an error when packet is IPv6 Thomas Monjalon
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).