[PATCH v11 1/2] gro : refactor IPv4 to add GRO support for IPv6

2023-06-21 Thread Kumara Parameshwaran
Refactor the existing code to reuse data strutures and functions to add support for IPv6 GRO Signed-off-by: Kumara Parameshwaran --- v1: * Changes to support GRO for TCP/ipv6 packets. This does not include vxlan changes. * The GRO is performed only for ipv6 packets that

[PATCH v10 1/2] gro : refactor IPv4 to add GRO support for IPv6

2023-06-21 Thread Kumara Parameshwaran
Refactor the existing code to reuse data strutures and functions to add support for IPv6 GRO Signed-off-by: Kumara Parameshwaran --- v1: * Changes to support GRO for TCP/ipv6 packets. This does not include vxlan changes. * The GRO is performed only for ipv6 packets that

Re: GRO Support for IPv6

2022-10-10 Thread kumaraparameshwaran rathinavel
:* Tuesday, October 11, 2022 1:08 AM > *To:* dev@dpdk.org > *Cc:* Hu, Jiayu ; Thomas Monjalon ; > m...@smartsharesystems.com; Ferruh Yigit > *Subject:* GRO Support for IPv6 > > > > Hi Everyone, > > > > We would require GRO support for IPv6 in our product. I see th

RE: GRO Support for IPv6

2022-10-10 Thread Hu, Jiayu
Hi Kumara, No plan to support IPv6 in my side. Thanks, Jiayu From: kumaraparameshwaran rathinavel Sent: Tuesday, October 11, 2022 1:08 AM To: dev@dpdk.org Cc: Hu, Jiayu ; Thomas Monjalon ; m...@smartsharesystems.com; Ferruh Yigit Subject: GRO Support for IPv6 Hi Everyone, We would require

GRO Support for IPv6

2022-10-10 Thread kumaraparameshwaran rathinavel
Hi Everyone, We would require GRO support for IPv6 in our product. I see that the current GRO library does not support it, is anyone working on it? If not, I would like to contribute. Please let me know your thoughts. Thanks, Kumara.