Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unixctl_set_flow_limit() arg.

2016-12-21 Thread Justin Pettit
> On Dec 21, 2016, at 4:06 PM, Joe Stringer wrote: > > On 21 December 2016 at 14:03, Justin Pettit wrote: >> The 'argv' argument is used. >> >> Signed-off-by: Justin Pettit > > Acked-by: Joe Stringer Thanks. I pushed this to master and branch-2.6. --Justin _

Re: [ovs-dev] [PATCH] ofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unixctl_set_flow_limit() arg.

2016-12-21 Thread Joe Stringer
On 21 December 2016 at 14:03, Justin Pettit wrote: > The 'argv' argument is used. > > Signed-off-by: Justin Pettit Acked-by: Joe Stringer ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH] ofproto-dpif-upcall: Remove OVS_UNUSED from upcall_unixctl_set_flow_limit() arg.

2016-12-21 Thread Justin Pettit
The 'argv' argument is used. Signed-off-by: Justin Pettit --- ofproto/ofproto-dpif-upcall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ofproto/ofproto-dpif-upcall.c b/ofproto/ofproto-dpif-upcall.c index df12882..32c7730 100644 --- a/ofproto/ofproto-dpif-upcall.c +++ b/of