Re: [dpdk-dev] [PATCH] gro: fix an error when packet is IPv6

2020-11-04 Thread yang_y_yi
At 2020-11-05 09:41:13, "Hu, Jiayu" wrote: >Hi Yi, > >> -Original Message- >> From: yang_y...@163.com >> Sent: Wednesday, November 4, 2020 12:23 PM >> To: dev@dpdk.org >> Cc: Hu, Jiayu ; Ananyev, Konstantin >> ; tho...@monjalon.net; >> yangy...@inspur.com; yang_y...@163.com >> Subject: [P

Re: [dpdk-dev] [PATCH] gro: fix an error when packet is IPv6

2020-11-04 Thread Hu, Jiayu
Hi Yi, > -Original Message- > From: yang_y...@163.com > Sent: Wednesday, November 4, 2020 12:23 PM > To: dev@dpdk.org > Cc: Hu, Jiayu ; Ananyev, Konstantin > ; tho...@monjalon.net; > yangy...@inspur.com; yang_y...@163.com > Subject: [PATCH] gro: fix an error when packet is IPv6 > > From:

[dpdk-dev] [PATCH] gro: fix an error when packet is IPv6

2020-11-03 Thread yang_y_yi
From: Yi Yang Current code will think IPv6 packet as IPv4 packet if inner header is IPv6 and outer header is IPv4, the result is rte_gro_reassemble() will handle it as if inner header also is IPv4, so IPv6 can't be handled correctly as one of unprocess_pkts. Fixes: e2d811063673 ("gro: support VX