Re: [ovs-dev] [PATCH] dp-packet: remove unused helper dp_packet_to_string()

2016-01-11 Thread Ben Pfaff
On Mon, Jan 11, 2016 at 02:00:39PM +0900, Simon Horman wrote: > dp_packet_to_string() does not appear to be used. > > Signed-off-by: Simon Horman I assume this was meant for use during debugging but even then it seems like it has limited usefulness. Applied to master, thanks. __

[ovs-dev] [PATCH] dp-packet: remove unused helper dp_packet_to_string()

2016-01-10 Thread Simon Horman
dp_packet_to_string() does not appear to be used. Signed-off-by: Simon Horman --- lib/dp-packet.c | 15 --- lib/dp-packet.h | 1 - 2 files changed, 16 deletions(-) diff --git a/lib/dp-packet.c b/lib/dp-packet.c index 1d166e15cf6c..db3c857aebf6 100644 --- a/lib/dp-packet.c +++ b/lib