Re: [PATCHv6 net-next 00/10] OVS conntrack support

2015-08-28 Thread Joe Stringer
On 28 August 2015 at 16:57, Simon Horman wrote: > On Wed, Aug 26, 2015 at 11:31:43AM -0700, Joe Stringer wrote: >> The goal of this series is to allow OVS to send packets through the Linux >> kernel connection tracker, and subsequently match on fields populated by >> conntrack. This functionality

Re: [PATCHv6 net-next 00/10] OVS conntrack support

2015-08-28 Thread Simon Horman
On Wed, Aug 26, 2015 at 11:31:43AM -0700, Joe Stringer wrote: > The goal of this series is to allow OVS to send packets through the Linux > kernel connection tracker, and subsequently match on fields populated by > conntrack. This functionality is enabled through a new > CONFIG_OPENVSWITCH_CONNTRAC

Re: [PATCHv6 net-next 00/10] OVS conntrack support

2015-08-27 Thread David Miller
From: Joe Stringer Date: Wed, 26 Aug 2015 11:31:43 -0700 > The goal of this series is to allow OVS to send packets through the Linux > kernel connection tracker, and subsequently match on fields populated by > conntrack. This functionality is enabled through a new > CONFIG_OPENVSWITCH_CONNTRACK o

[PATCHv6 net-next 00/10] OVS conntrack support

2015-08-26 Thread Joe Stringer
The goal of this series is to allow OVS to send packets through the Linux kernel connection tracker, and subsequently match on fields populated by conntrack. This functionality is enabled through a new CONFIG_OPENVSWITCH_CONNTRACK option. This version addresses the feedback from v5, primarily chec