On Tue, May 1, 2018 at 12:06 PM, Willem de Bruijn <willemdebruijn.ker...@gmail.com> wrote: > On Tue, May 1, 2018 at 2:01 AM, Sean Tranchetti <stran...@codeaurora.org> > wrote: >> Using the udp_v4_check() function to calculate the pseudo header >> for the newly segmented UDP packets results in assigning the complement >> of the value to the UDP header checksum field. >> >> Always undo the complement the partial checksum value in order to >> match the case where GSO is not used on the UDP transmit path. >> >> Fixes: ee80d1ebe5ba ("udp: add udp gso") >> Signed-off-by: Sean Tranchetti <stran...@codeaurora.org> >> Signed-off-by: Subash Abhinov Kasiviswanathan <subas...@codeaurora.org>
Acked-by: Willem de Bruijn <will...@google.com> Thanks Sean.