Re: [ovs-dev] [PATCH ovs V3 00/25] Introducing HW offload support for openvswitch

2017-03-12 Thread Roi Dayan
On 10/03/2017 10:46, Simon Horman wrote: On Wed, Feb 08, 2017 at 05:29:13PM +0200, Roi Dayan wrote: This patch series introduces rule offload functionality to dpif-netlink via netdev ports new flow offloading API. The user can specify whether to enable rule offloading or not via OVS

Re: [ovs-dev] [PATCH ovs V3 00/25] Introducing HW offload support for openvswitch

2017-03-10 Thread Simon Horman
On Wed, Feb 08, 2017 at 05:29:13PM +0200, Roi Dayan wrote: > This patch series introduces rule offload functionality to dpif-netlink > via netdev ports new flow offloading API. The user can specify whether to > enable rule offloading or not via OVS configuration. Netdev providers > are able to

Re: [ovs-dev] [PATCH ovs V3 00/25] Introducing HW offload support for openvswitch

2017-02-13 Thread Chandran, Sugesh
Hi Paul & Roi, Thank you for the patch series, Please find my comments inline in the following mails. I am trying to build it in OVS-DPDK and its failing on my board? JFYI I Rebased over commit e6932e5dd59fe2bd7d90ef365bdd95707cd369d0. Regards _Sugesh > -Original Message- > From: Roi

Re: [ovs-dev] [PATCH ovs V3 00/25] Introducing HW offload support for openvswitch

2017-02-12 Thread Roi Dayan
On 08/02/2017 17:29, Roi Dayan wrote: This patch series introduces rule offload functionality to dpif-netlink via netdev ports new flow offloading API. The user can specify whether to enable rule offloading or not via OVS configuration. Netdev providers are able to implement netdev flow

[ovs-dev] [PATCH ovs V3 00/25] Introducing HW offload support for openvswitch

2017-02-08 Thread Roi Dayan
This patch series introduces rule offload functionality to dpif-netlink via netdev ports new flow offloading API. The user can specify whether to enable rule offloading or not via OVS configuration. Netdev providers are able to implement netdev flow offload API in order to offload rules. This