dpif: Improve logging of upcalls.
authorBen Pfaff <blp@nicira.com>
Wed, 8 Jun 2011 21:03:47 +0000 (14:03 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 9 Jun 2011 16:21:24 +0000 (09:21 -0700)
commit01545c1a3c626ce2748a0d7f58719b2c4c9c6f5c
tree03fba22bfdeae06bb5cdd066184c967d42963626
parent9cb8877cf7d1d86101a8f27829ad47ea0c8b1fe5
dpif: Improve logging of upcalls.

The kernel now provides the entire flow key for a packet sent up to
userspace, but dpif_recv() would only log the in_port.  This change makes
userspace log the entire flow key.

This would have made a bug that I recently looked at a bit easier to
investigate.
lib/dpif.c
lib/dpif.h