Re: [PATCH v4 1/2] gro: code cleanup
From: Hu, Jiayu <hidden>
Date: 2018-01-10 01:55:21
-----Original Message----- From: Thomas Monjalon [mailto:thomas@monjalon.net] Sent: Wednesday, January 10, 2018 8:09 AM To: Hu, Jiayu <redacted> Cc: dev@dpdk.org; Richardson, Bruce <redacted>; Chen, Junjie J [off-list ref]; Tan, Jianfeng [off-list ref]; stephen@networkplumber.org; Yigit, Ferruh [off-list ref]; Ananyev, Konstantin [off-list ref]; Yao, Lei A [off-list ref] Subject: Re: [dpdk-dev] [PATCH v4 1/2] gro: code cleanup Hi, 05/01/2018 07:12, Jiayu Hu:quoted
- Remove needless check and variants - For better understanding, update the programmer guide and rename internal functions and variants - For supporting tunneled gro, move common internal functions from gro_tcp4.c to gro_tcp4.h - Comply RFC 6864 to process the IPv4 ID fieldI think you could split this patch in several ones. Please remind that the git history can be used later to understand why the changes were done.
Thanks for your suggestion. I will split this patch into three patches: code cleanup, comply RFC 6864 to process IPv4 ID field and extract common functions for supporting tunneled GRO. Regards, Jiayu
Thanks