virtio: fix build of debug dump
authorThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 2 Jul 2014 13:11:31 +0000 (15:11 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 2 Jul 2014 20:32:43 +0000 (22:32 +0200)
commit8c4e33562d01d22d9439f6715951301e67560b25
treebb0f8c8c28bed2534f0655c50e744d584bf1a3de
parentae7a7cd1623d400a0ddc01cb4e39ee621a16f620
virtio: fix build of debug dump

The commit 591a9d7985c1230 (add FILE argument to debug functions) didn't
compile if CONFIG_RTE_LIBRTE_VIRTIO_DEBUG_DUMP is enabled.

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