vmxnet3: fix build with debug
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 2 Jul 2014 13:11:47 +0000 (15:11 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 2 Jul 2014 20:33:13 +0000 (22:33 +0200)
commit187785f62e0332defd412eee122f9cc5baebb0e2
tree3cabbd3afe7cd81d458b334662d2cbd53466daed
parent8c4e33562d01d22d9439f6715951301e67560b25
vmxnet3: fix build with debug

Functions for queue dump are not used and cause compilation error if
CONFIG_RTE_LIBRTE_VMXNET3_DEBUG_DRIVER is enabled.
Fixed by disabling them.

Signed-off-by: Thomas Monjalon <thomas.monjalon@6wind.com>
Acked-by: Bruce Richardson <bruce.richardson@intel.com>
lib/librte_pmd_vmxnet3/vmxnet3_rxtx.c