Re: [ovs-dev] [packet_in 04/13] ofp-print: Remove vestigial 'total_len' argument.

2011-12-28 Thread Ben Pfaff
On Wed, Dec 28, 2011 at 05:52:31PM -0800, Ethan Jackson wrote: > ofp_print_packet() and ofp_packet_to_string() don't use the > 'total_len' argument which they require callers to supply. Looks good, thanks. ___ dev mailing list dev@openvswitch.org http://

[ovs-dev] [packet_in 04/13] ofp-print: Remove vestigial 'total_len' argument.

2011-12-28 Thread Ethan Jackson
ofp_print_packet() and ofp_packet_to_string() don't use the 'total_len' argument which they require callers to supply. --- lib/dpif.c |3 +-- lib/ofp-print.c| 13 + lib/ofp-print.h|4 ++-- ofproto/ofproto-dpif.c |2 +- tests/test-flows.c |