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

2017-04-06 Thread Roi Dayan
On 05/04/2017 10:08, Joe Stringer wrote: On 4 April 2017 at 21:18, Roi Dayan wrote: On 04/04/2017 23:53, Joe Stringer wrote: On 3 April 2017 at 10:53, Joe Stringer wrote: On 3 April 2017 at 03:27, Roi Dayan wrote: On 29/03/2017

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

2017-04-06 Thread Joe Stringer
On 5 April 2017 at 00:38, Roi Dayan wrote: > > > On 05/04/2017 07:18, Roi Dayan wrote: >> >> >> >> On 04/04/2017 23:53, Joe Stringer wrote: >>> >>> On 3 April 2017 at 10:53, Joe Stringer wrote: On 3 April 2017 at 03:27, Roi Dayan

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

2017-04-05 Thread Joe Stringer
On 4 April 2017 at 21:18, Roi Dayan wrote: > > > On 04/04/2017 23:53, Joe Stringer wrote: >> >> On 3 April 2017 at 10:53, Joe Stringer wrote: >>> >>> On 3 April 2017 at 03:27, Roi Dayan wrote: On 29/03/2017 20:13, Joe

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

2017-04-04 Thread Roi Dayan
On 04/04/2017 23:53, Joe Stringer wrote: On 3 April 2017 at 10:53, Joe Stringer wrote: On 3 April 2017 at 03:27, Roi Dayan wrote: On 29/03/2017 20:13, Joe Stringer wrote: On 29 March 2017 at 04:50, Roi Dayan wrote: On 23/03/2017

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

2017-04-04 Thread Joe Stringer
On 3 April 2017 at 10:53, Joe Stringer wrote: > On 3 April 2017 at 03:27, Roi Dayan wrote: >> >> >> On 29/03/2017 20:13, Joe Stringer wrote: >>> >>> On 29 March 2017 at 04:50, Roi Dayan wrote: On 23/03/2017 09:01, Joe

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

2017-04-03 Thread Joe Stringer
On 3 April 2017 at 03:27, Roi Dayan wrote: > > > On 29/03/2017 20:13, Joe Stringer wrote: >> >> On 29 March 2017 at 04:50, Roi Dayan wrote: >>> >>> >>> >>> On 23/03/2017 09:01, Joe Stringer wrote: I ran the make check-offloads tests on a

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

2017-04-03 Thread Roi Dayan
On 29/03/2017 20:13, Joe Stringer wrote: On 29 March 2017 at 04:50, Roi Dayan wrote: On 23/03/2017 09:01, Joe Stringer wrote: I ran the make check-offloads tests on a recent net-next kernel and it failed, output was not as expected:

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

2017-03-29 Thread Joe Stringer
On 29 March 2017 at 04:50, Roi Dayan wrote: > > > On 23/03/2017 09:01, Joe Stringer wrote: >> >> I ran the make check-offloads tests on a recent net-next kernel and it >> failed, output was not as expected: >> >> ../../tests/system-offloaded-traffic.at:54 >>

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

2017-03-29 Thread Roi Dayan
On 23/03/2017 09:01, Joe Stringer wrote: I ran the make check-offloads tests on a recent net-next kernel and it failed, output was not as expected: ../../tests/system-offloaded-traffic.at:54 : ovs-appctl dpctl/dump-flows | grep "eth_type(0x0800)" | sed

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

2017-03-23 Thread Simon Horman
On Wed, Mar 22, 2017 at 01:10:33PM +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 V5 00/24] Introducing HW offload support for openvswitch

2017-03-23 Thread Jiri Pirko
Thu, Mar 23, 2017 at 08:01:35AM CET, j...@ovn.org wrote: >On 22 March 2017 at 04:10, 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

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

2017-03-23 Thread Roi Dayan
On 23/03/2017 09:01, Joe Stringer wrote: On 22 March 2017 at 04:10, 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

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

2017-03-23 Thread Joe Stringer
On 22 March 2017 at 04:10, 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

[ovs-dev] [PATCH ovs V5 00/24] Introducing HW offload support for openvswitch

2017-03-22 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