Re: [ovs-dev] [PATCH] conntrack: Exclude l2 pad bytes from L4 checksum validation

2019-01-28 Thread Darrell Ball
Thanks for the patch I sent an alternative as part of a 2 patch series https://patchwork.ozlabs.org/project/openvswitch/list/?series=88620 Darrell On Mon, Jan 28, 2019 at 12:50 AM Vishal Deep Ajmera < vishal.deep.ajm...@ericsson.com> wrote: > Userspace conntrack implementation in OVS is includ

[ovs-dev] [PATCH] conntrack: Exclude l2 pad bytes from L4 checksum validation

2019-01-28 Thread Vishal Deep Ajmera
Userspace conntrack implementation in OVS is including L2 (Ethernet) pad bytes as well for L4 checksum validation. This is a bug and any packet with non-zero L2 padding bytes will be treated as invalid packet by conntrack due to checksum failures. This patch fixes the conntrack implementation by i