[ovs-dev] [PATCH v5] userspace: Support vxlan and geneve tso.

2023-10-26 Thread Dexia Li via dev
For userspace datapath, this patch provides vxlan and geneve tunnel tso. Only support userspace vxlan or geneve tunnel, meanwhile support tunnel outter and inner csum offload. If netdev do not support offload features, there is a software fallback.If netdev do not support vxlan and geneve tso,

Re: [ovs-dev] [PATCH v5] userspace: Support vxlan and geneve tso.

2023-11-01 Thread Mike Pattrick
On Sun, Oct 29, 2023 at 9:59 PM Dexia Li wrote: > > > > -邮件原件- > 发件人: Mike Pattrick > 发送时间: 2023年10月27日 23:04 > 收件人: Dexia Li > 抄送: ovs-dev@openvswitch.org > 主题: Re: [ovs-dev] [PATCH v5] userspace: Support vxlan and geneve tso. > > On Thu, Oct 26,

Re: [ovs-dev] [PATCH v5] userspace: Support vxlan and geneve tso.

2023-10-27 Thread Ilya Maximets
On 10/26/23 09:39, Dexia Li via dev wrote: > For userspace datapath, this patch provides vxlan and geneve tunnel tso. > Only support userspace vxlan or geneve tunnel, meanwhile support > tunnel outter and inner csum offload. If netdev do not support offload > features, there is a software fallb

Re: [ovs-dev] [PATCH v5] userspace: Support vxlan and geneve tso.

2023-10-27 Thread Mike Pattrick
On Thu, Oct 26, 2023 at 3:40 AM Dexia Li via dev wrote: > > For userspace datapath, this patch provides vxlan and geneve tunnel tso. > Only support userspace vxlan or geneve tunnel, meanwhile support > tunnel outter and inner csum offload. If netdev do not support offload > features, there is