On Wed, May 11, 2022 at 3:40 AM Wenwu Ma <[email protected]> wrote: > > The GRO library doesn't re-calculate checksums for > merged packets. If users want the merged packets to > have correct IP checksums, they should select HW IP > checksum calculation for the port which the merged > packets are transmitted to. But if the port doesn't > support HW IP checksum, users may perform a SW IP > checksum. This patch add the code about it.
It looks like a fix, please add a Fixes: line. Out of curiosity, would there be an issue too when using the gso library? > > Signed-off-by: Wenwu Ma <[email protected]> -- David Marchand

