On Mon, Jul 25, 2016 at 5:49 PM, Pravin B Shelar <[email protected]> wrote: > In upstream linux kernel networking stack udp_set_csum() is called > with only udp header applied but in case of compat layer it can > be called with IP header. So following patch take the offset into > account. > > Signed-off-by: Pravin B Shelar <[email protected]>
On newer kernels, we will use the upstream version of udp_set_csum() which is effectively the same as what is there before this patch so I think the problem will continue in those cases. Doesn't this same problem also exist in udp6_set_csum()? _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
