]> git.proxmox.com Git - mirror_ovs.git/commit
dpif: Log packet metadata on execute.
authorJarno Rajahalme <jarno@ovn.org>
Thu, 13 Apr 2017 23:39:35 +0000 (16:39 -0700)
committerJarno Rajahalme <jarno@ovn.org>
Mon, 17 Apr 2017 19:28:17 +0000 (12:28 -0700)
commitb701bce9c7cc878f9ad71e4c045c70bceb6cead4
tree568c58226495cf66310013a8012184a21e9be8a2
parent70bd4e6d9ae62ba4ad0e32132a4e5fd3dc57d359
dpif: Log packet metadata on execute.

Debug log output for execute operations is missing the packet
metadata, which can be instrumental in tracing what the datapath
should be executing.  No reason to not have the metadata on the debug
output, so add it there.

Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Acked-by: Ben Pfaff <blp@ovn.org>
lib/dpif.c