Re: [ovs-dev] [RFC PATCH 4/5] openvswitch: conntrack netlink API updates.

2015-10-21 Thread Thomas Graf
On 10/21/15 at 12:41pm, Pablo Neira Ayuso wrote: > On Tue, Oct 20, 2015 at 03:20:28PM -0700, Jarno Rajahalme wrote: > > diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c > > index 77850f1..1e6c2ac 100644 > > --- a/net/openvswitch/flow_netlink.c > > +++ b/net/openvswitch/f

Re: [ovs-dev] [RFC PATCH 4/5] openvswitch: conntrack netlink API updates.

2015-10-21 Thread Pablo Neira Ayuso
On Tue, Oct 20, 2015 at 03:20:28PM -0700, Jarno Rajahalme wrote: > diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c > index 77850f1..1e6c2ac 100644 > --- a/net/openvswitch/flow_netlink.c > +++ b/net/openvswitch/flow_netlink.c > @@ -291,7 +291,7 @@ size_t ovs_key_attr_siz

[ovs-dev] [RFC PATCH 4/5] openvswitch: conntrack netlink API updates.

2015-10-20 Thread Jarno Rajahalme
This patch makes changes already done in the net repo, so that the rest of the code compiles on top of the current net-next. Eventually, this patch will not be needed and should be removed before merging. Signed-off-by: Jarno Rajahalme --- include/uapi/linux/openvswitch.h | 18 +