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
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
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