]> git.proxmox.com Git - ovs.git/commit
netdev-dpdk: Dump flow patterns only if debug enabled.
authorIlya Maximets <i.maximets@samsung.com>
Fri, 19 Oct 2018 13:51:15 +0000 (16:51 +0300)
committerIan Stokes <ian.stokes@intel.com>
Fri, 2 Nov 2018 15:16:14 +0000 (15:16 +0000)
commit94740736158904b050aa43a9c0e7d9dbd393e8ea
treee11ed67242555f9224670b0556086959c6875624
parentfaf71e49226370450f937d70d7ff2e7b172cf5cc
netdev-dpdk: Dump flow patterns only if debug enabled.

No need to waste time for fields checking in case DBG disabled.
Additionally sequence of prints replaced with single print
to avoid output interrupting by other log messages.

Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Signed-off-by: Ian Stokes <ian.stokes@intel.com>
lib/netdev-dpdk.c