Re: [ovs-dev] [RFC PATCH 1/3] odp-util: Fix CT action formating.

2015-10-23 Thread Jarno Rajahalme
> On Oct 23, 2015, at 4:20 PM, Joe Stringer wrote: > > On 20 October 2015 at 15:23, Jarno Rajahalme wrote: >> Comma was missing after "label" attribute. >> >> Signed-off-by: Jarno Rajahalme > > Acked-by: Joe Stringer Thanks for the review, pushed to master. Jarno -- To unsubscribe from

Re: [ovs-dev] [RFC PATCH 1/3] odp-util: Fix CT action formating.

2015-10-23 Thread Joe Stringer
On 20 October 2015 at 15:23, Jarno Rajahalme wrote: > Comma was missing after "label" attribute. > > Signed-off-by: Jarno Rajahalme Acked-by: Joe Stringer -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo in

Re: [RFC PATCH 1/3] odp-util: Fix CT action formating.

2015-10-20 Thread Jarno Rajahalme
This 3-part RFC patch series applies to OVS master repo, the 5-part RFC series applies to net-next. Jarno > On Oct 20, 2015, at 3:23 PM, Jarno Rajahalme wrote: > > Comma was missing after "label" attribute. > > Signed-off-by: Jarno Rajahalme > --- > lib/odp-util.c | 1 + > 1 file changed, 1

[RFC PATCH 1/3] odp-util: Fix CT action formating.

2015-10-20 Thread Jarno Rajahalme
Comma was missing after "label" attribute. Signed-off-by: Jarno Rajahalme --- lib/odp-util.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/odp-util.c b/lib/odp-util.c index e131e36..8f0f39a 100644 --- a/lib/odp-util.c +++ b/lib/odp-util.c @@ -590,6 +590,7 @@ format_odp_conntrack_action