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

2017-02-08 Thread Roi Dayan
rman ; Hadar Hen Zion ; Rony Efraim ; Jiri Pirko ; Eric Garver ; Marcelo Ricardo Leitner ; Or Gerlitz ; Andy Gospodarek Subject: Re: [ovs-dev] [PATCH ovs V2 00/21] Introducing HW offload support for openvswitch On 10 January 2017 at 10:07, Joe Stringer wrote: On 8 January 2017 at 07:18, Paul Bl

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

2017-02-06 Thread Chandran, Sugesh
Blakey ; Chandran, Sugesh > ; Joe Stringer > Cc: r...@mellanox.com; ovs dev ; Shahar Klein > ; Mark Bloch ; Simon > Horman ; Hadar Hen Zion > ; Rony Efraim ; Jiri Pirko > ; Eric Garver ; Marcelo Ricardo Leitner > ; Or Gerlitz ; Andy > Gospodarek > Subject: Re: [ovs-dev] [PATCH

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

2017-02-02 Thread Roi Dayan
On 02/02/2017 12:45, Simon Horman wrote: Hi Paul, On Sun, Dec 25, 2016 at 01:39:28PM +0200, Paul Blakey 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 OV

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

2017-02-02 Thread Simon Horman
Hi Paul, On Sun, Dec 25, 2016 at 01:39:28PM +0200, Paul Blakey 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

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

2017-01-16 Thread Roi Dayan
rver ; Marcelo Ricardo Leitner ; Or Gerlitz ; Andy Gospodarek Subject: Re: [ovs-dev] [PATCH ovs V2 00/21] Introducing HW offload support for openvswitch On 10 January 2017 at 10:07, Joe Stringer wrote: On 8 January 2017 at 07:18, Paul Blakey wrote: On 05/01/2017 02:11, Joe Stringer wrote:

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

2017-01-16 Thread Paul Blakey
Ricardo Leitner ; Or Gerlitz ; Andy Gospodarek Subject: Re: [ovs-dev] [PATCH ovs V2 00/21] Introducing HW offload support for openvswitch On 10 January 2017 at 10:07, Joe Stringer wrote: On 8 January 2017 at 07:18, Paul Blakey wrote: On 05/01/2017 02:11, Joe Stringer wrote: On 25 December

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

2017-01-16 Thread Paul Blakey
; Or Gerlitz ; Andy Gospodarek Subject: Re: [ovs-dev] [PATCH ovs V2 00/21] Introducing HW offload support for openvswitch On 10 January 2017 at 10:07, Joe Stringer wrote: On 8 January 2017 at 07:18, Paul Blakey wrote: On 05/01/2017 02:11, Joe Stringer wrote: On 25 December 2016 at 03:39

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

2017-01-12 Thread Chandran, Sugesh
Marcelo Ricardo Leitner > ; Or Gerlitz ; Andy > Gospodarek > Subject: Re: [ovs-dev] [PATCH ovs V2 00/21] Introducing HW offload support > for openvswitch > > On 10 January 2017 at 10:07, Joe Stringer wrote: > > On 8 January 2017 at 07:18, Paul Blakey wrote: > >>

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

2017-01-10 Thread Joe Stringer
On 10 January 2017 at 10:07, Joe Stringer wrote: > On 8 January 2017 at 07:18, Paul Blakey wrote: >> >> On 05/01/2017 02:11, Joe Stringer wrote: >> >>> On 25 December 2016 at 03:39, Paul Blakey wrote: This patch series introduces rule offload functionality to dpif-netlink via netd

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

2017-01-10 Thread Joe Stringer
On 8 January 2017 at 07:18, Paul Blakey wrote: > > On 05/01/2017 02:11, Joe Stringer wrote: > >> On 25 December 2016 at 03:39, Paul Blakey wrote: >>> >>> This patch series introduces rule offload functionality to dpif-netlink >>> via netdev ports new flow offloading API. The user can specify whet

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

2017-01-08 Thread Paul Blakey
On 05/01/2017 02:11, Joe Stringer wrote: On 25 December 2016 at 03:39, Paul Blakey 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. Netd

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

2017-01-04 Thread Ben Pfaff
On Wed, Jan 04, 2017 at 04:11:58PM -0800, Joe Stringer wrote: > For the Travis issues, it looks like you've introduced a dependency on > Kernel headers v4.9. However, userspace should be able to compile on > much earlier versions of OVS. Here, I think you mean "of the Linux kernel headers", not "o

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

2017-01-04 Thread Joe Stringer
On 25 December 2016 at 03:39, Paul Blakey 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 net

[ovs-dev] [PATCH ovs V2 00/21] Introducing HW offload support for openvswitch

2016-12-25 Thread Paul Blakey
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 pat