Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-12-05 Thread Sriharsha Basavapatna via dev
On Thu, Dec 5, 2019 at 2:38 PM Eli Britstein wrote: > > > On 12/5/2019 9:55 AM, Sriharsha Basavapatna wrote: > > Hi Eli, > > > > Any reason why tnl_pop is not included in this patch set ? > > > > Thanks, > > -Harsha > > Currently offloading of vports does not work. Ilya works on that > together

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-12-05 Thread Eli Britstein
On 12/5/2019 9:55 AM, Sriharsha Basavapatna wrote: > Hi Eli, > > Any reason why tnl_pop is not included in this patch set ? > > Thanks, > -Harsha Currently offloading of vports does not work. Ilya works on that together with Ophir. However, the decap process in OVS-DPDK is much more complex.

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-12-04 Thread Sriharsha Basavapatna via dev
On Wed, Nov 20, 2019 at 9:06 PM Eli Britstein wrote: > > Currently, netdev datapath offload only accelerates the flow match > sequence by associating a mark per flow. This series introduces the full > offload of netdev datapath flows by having the HW also perform the flow > actions. > > This

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-11-26 Thread David Marchand
On Tue, Nov 26, 2019 at 2:28 PM Eli Britstein wrote: > >> This series adds HW offload for output, drop, set MAC, set IPv4, set > >> TCP/UDP ports and tunnel push actions using the DPDK rte_flow API. > > Has this series been tested with newer DPDK? > > The best would be with 19.11-rc3, since we

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-11-26 Thread Eli Britstein
Hi David, On 11/26/2019 12:08 PM, David Marchand wrote: > Hello Eli, > > On Wed, Nov 20, 2019 at 4:36 PM Eli Britstein wrote: >> Currently, netdev datapath offload only accelerates the flow match >> sequence by associating a mark per flow. This series introduces the full >> offload of netdev

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-11-26 Thread David Marchand
Hello Eli, On Wed, Nov 20, 2019 at 4:36 PM Eli Britstein wrote: > > Currently, netdev datapath offload only accelerates the flow match > sequence by associating a mark per flow. This series introduces the full > offload of netdev datapath flows by having the HW also perform the flow > actions. >

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-11-24 Thread Eli Britstein
On 11/22/2019 6:34 PM, Ilya Maximets wrote: > On 20.11.2019 16:28, Eli Britstein wrote: >> Currently, netdev datapath offload only accelerates the flow match >> sequence by associating a mark per flow. This series introduces the full >> offload of netdev datapath flows by having the HW also

Re: [ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-11-22 Thread Ilya Maximets
On 20.11.2019 16:28, Eli Britstein wrote: > Currently, netdev datapath offload only accelerates the flow match > sequence by associating a mark per flow. This series introduces the full > offload of netdev datapath flows by having the HW also perform the flow > actions. > > This series adds HW

[ovs-dev] [PATCH 00/20] netdev datapath actions offload

2019-11-20 Thread Eli Britstein
Currently, netdev datapath offload only accelerates the flow match sequence by associating a mark per flow. This series introduces the full offload of netdev datapath flows by having the HW also perform the flow actions. This series adds HW offload for output, drop, set MAC, set IPv4, set TCP/UDP