Re: [ovs-dev] [RFC v2 PATCH 3/5] dpif-netdev: Support partial-action-offload of VXLAN encap flow

2020-05-28 Thread Sriharsha Basavapatna via dev
On Tue, May 26, 2020 at 7:12 PM Eli Britstein wrote: > > > On 5/18/2020 10:27 PM, Sriharsha Basavapatna wrote: > > In this patch, we support offloading of VXLAN_ENCAP action for a vhost-user > > port (aka "partial-action-offload"). At the time of offloading the flow, we > > determine if the flow

Re: [ovs-dev] [RFC v2 PATCH 3/5] dpif-netdev: Support partial-action-offload of VXLAN encap flow

2020-05-26 Thread Eli Britstein
On 5/18/2020 10:27 PM, Sriharsha Basavapatna wrote: In this patch, we support offloading of VXLAN_ENCAP action for a vhost-user port (aka "partial-action-offload"). At the time of offloading the flow, we determine if the flow can be offloaded to an egress device, if the input port is not

[ovs-dev] [RFC v2 PATCH 3/5] dpif-netdev: Support partial-action-offload of VXLAN encap flow

2020-05-18 Thread Sriharsha Basavapatna via dev
In this patch, we support offloading of VXLAN_ENCAP action for a vhost-user port (aka "partial-action-offload"). At the time of offloading the flow, we determine if the flow can be offloaded to an egress device, if the input port is not offload capable such as a vhost-user port. We then offload