Re: [PATCH V3] pipeline: support checksum for variable size headers

2022-02-13 Thread Thomas Monjalon
11/02/2022 16:11, Cristian Dumitrescu: > Added checksum support for variable size headers such as IPv4 headers > with options. > > Signed-off-by: Cristian Dumitrescu > Signed-off-by: Yogesh Jangra > Signed-off-by: Harshad Suresh Narayane Applied, thanks.

[PATCH V3] pipeline: support checksum for variable size headers

2022-02-11 Thread Cristian Dumitrescu
Added checksum support for variable size headers such as IPv4 headers with options. Signed-off-by: Cristian Dumitrescu Signed-off-by: Yogesh Jangra Signed-off-by: Harshad Suresh Narayane --- Change log: V2: Fix the checksum accumulation over initial destination value. V3: Fix strange git am iss