Re: [ovs-dev] [PATCH] dp-packet: Use OVS_UNUSED to mark possibly unused parameters.

2017-08-09 Thread Ben Pfaff
esday, August 9, 2017 at 10:43 AM > To: "d...@openvswitch.org" <d...@openvswitch.org> > Cc: Ben Pfaff <b...@ovn.org> > Subject: [ovs-dev] [PATCH] dp-packet: Use OVS_UNUSED to mark possibly unused > parameters. > > This is the way usually used in OVS. >

Re: [ovs-dev] [PATCH] dp-packet: Use OVS_UNUSED to mark possibly unused parameters.

2017-08-09 Thread Darrell Ball
..@ovn.org> Subject: [ovs-dev] [PATCH] dp-packet: Use OVS_UNUSED to mark possibly unused parameters. This is the way usually used in OVS. Signed-off-by: Ben Pfaff <b...@ovn.org> --- lib/dp-packet.h | 16 1 file changed, 8 insertions(+), 8 deleti

[ovs-dev] [PATCH] dp-packet: Use OVS_UNUSED to mark possibly unused parameters.

2017-08-09 Thread Ben Pfaff
This is the way usually used in OVS. Signed-off-by: Ben Pfaff --- lib/dp-packet.h | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/dp-packet.h b/lib/dp-packet.h index 9dbb611d95fb..8f52feeefa39 100644 --- a/lib/dp-packet.h +++