[ovs-dev] [PATCH net] cls_flower: Fix inability to match GRE/IPIP packets

2021-10-29 Thread Yoshiki Komachi
When a packet of a new flow arrives in openvswitch kernel module, it dissects the packet and passes the extracted flow key to ovs-vswtichd daemon. If hw- offload configuration is enabled, the daemon creates a new TC flower entry to bypass openvswitch kernel module for the flow (TC flower can also

Re: [ovs-dev] [PATCH net] cls_flower: Fix inability to match GRE/IPIP packets

2021-10-29 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net.git (master) by David S. Miller : On Fri, 29 Oct 2021 09:21:41 + you wrote: > When a packet of a new flow arrives in openvswitch kernel module, it dissects > the packet and passes the extracted flow key to ovs-vswtichd daemon. If hw- > offload