Re: [ovs-dev] [PATCH net] net: openvswitch: fix parsing of nw_proto for IPv6 fragments

2022-06-23 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by Paolo Abeni : On Tue, 21 Jun 2022 16:48:45 -0400 you wrote: > When a packet enters the OVS datapath and does not match any existing > flows installed in the kernel flow cache, the packet will be sent to > userspace to be parsed, and a

Re: [ovs-dev] [PATCH net] net: openvswitch: fix parsing of nw_proto for IPv6 fragments

2022-06-23 Thread Eelco Chaudron
On 21 Jun 2022, at 22:48, Rosemarie O'Riorden wrote: > When a packet enters the OVS datapath and does not match any existing > flows installed in the kernel flow cache, the packet will be sent to > userspace to be parsed, and a new flow will be created. The kernel and > OVS rely on each other

[ovs-dev] [PATCH net] net: openvswitch: fix parsing of nw_proto for IPv6 fragments

2022-06-21 Thread Rosemarie O'Riorden
When a packet enters the OVS datapath and does not match any existing flows installed in the kernel flow cache, the packet will be sent to userspace to be parsed, and a new flow will be created. The kernel and OVS rely on each other to parse packet fields in the same way so that packets will be