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

2017-08-09 Thread Ben Pfaff
Ben Pfaff > 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 > --- > lib/dp-packet.h | 16 > 1 file changed, 8 inse

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

2017-08-09 Thread Darrell Ball
Acked-by: Darrell Ball -Original Message- From: on behalf of Ben Pfaff Date: Wednesday, August 9, 2017 at 10:43 AM To: "d...@openvswitch.org" Cc: Ben Pfaff Subject: [ovs-dev] [PATCH] dp-packet: Use OVS_UNUSED to mark possibly unused parameters. This is the way us

[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 +++ b/lib/dp-packet.h @@ -615,46