Re: [ovs-dev] [RFC PATCH 2/5] netfilter: Factor out nf_ct_get_info().

2015-10-21 Thread Jarno Rajahalme
> On Oct 21, 2015, at 3:45 AM, Pablo Neira Ayuso wrote: > > On Tue, Oct 20, 2015 at 03:20:26PM -0700, Jarno Rajahalme wrote: >> Define a new inline function to map conntrack status to enum >> ip_conntrack_info. This removes the need to otherwise duplicate this >> code in a

Re: [ovs-dev] [RFC PATCH 2/5] netfilter: Factor out nf_ct_get_info().

2015-10-21 Thread Jarno Rajahalme
> On Oct 21, 2015, at 3:45 AM, Pablo Neira Ayuso wrote: > > On Tue, Oct 20, 2015 at 03:20:26PM -0700, Jarno Rajahalme wrote: >> Define a new inline function to map conntrack status to enum >> ip_conntrack_info. This removes the need to otherwise duplicate this >> code in a

Re: [ovs-dev] [RFC PATCH 2/5] netfilter: Factor out nf_ct_get_info().

2015-10-21 Thread Pablo Neira Ayuso
On Tue, Oct 20, 2015 at 03:20:26PM -0700, Jarno Rajahalme wrote: > Define a new inline function to map conntrack status to enum > ip_conntrack_info. This removes the need to otherwise duplicate this > code in a later patch. Where is that later patch that justifies this update? > Signed-off-by:

Re: [ovs-dev] [RFC PATCH 2/5] netfilter: Factor out nf_ct_get_info().

2015-10-21 Thread Thomas Graf
On 10/20/15 at 03:20pm, Jarno Rajahalme wrote: > Define a new inline function to map conntrack status to enum > ip_conntrack_info. This removes the need to otherwise duplicate this > code in a later patch. > > Signed-off-by: Jarno Rajahalme LGTM > --- >

[ovs-dev] [RFC PATCH 2/5] netfilter: Factor out nf_ct_get_info().

2015-10-20 Thread Jarno Rajahalme
Define a new inline function to map conntrack status to enum ip_conntrack_info. This removes the need to otherwise duplicate this code in a later patch. Signed-off-by: Jarno Rajahalme --- include/net/netfilter/nf_conntrack.h | 15 +++