Re: [ovs-dev] [PATCH 3/3] netdev-offload-tc: Add VxLAN encap support.

2023-07-06 Thread William Tu
On Mon, Jun 26, 2023 at 7:53 AM Simon Horman wrote: > > On Wed, Jul 08, 2020 at 09:10:36AM -0700, William Tu wrote: > > The patch adds VxLAN encap tc-offload support. The userspace datapath, > > dpif-netdev, > > flow format differs than the kernel datapath in case of tunnel encap. > > Unlike k

Re: [ovs-dev] [PATCH 3/3] netdev-offload-tc: Add VxLAN encap support.

2023-06-26 Thread Simon Horman
On Wed, Jul 08, 2020 at 09:10:36AM -0700, William Tu wrote: > The patch adds VxLAN encap tc-offload support. The userspace datapath, > dpif-netdev, > flow format differs than the kernel datapath in case of tunnel encap. Unlike > kernel, > the dpif-netdev does not use set and output action, but

[ovs-dev] [PATCH 3/3] netdev-offload-tc: Add VxLAN encap support.

2020-07-08 Thread William Tu
The patch adds VxLAN encap tc-offload support. The userspace datapath, dpif-netdev, flow format differs than the kernel datapath in case of tunnel encap. Unlike kernel, the dpif-netdev does not use set and output action, but uses a single clone action with all the tunnel info nested inside. A