fm10k: fix build with unused debug function
authorJeff Shaw <jeffrey.b.shaw@intel.com>
Wed, 18 Feb 2015 18:07:40 +0000 (10:07 -0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 24 Feb 2015 02:09:57 +0000 (03:09 +0100)
commite8f85d7c7d240c071fb723509255d0b0f624189f
tree192e6b7374a8ae301343e8ce9f405e1abb2c8287
parent6ebc23d80b459ecef8df3a135495ba0757db2133
fm10k: fix build with unused debug function

This commit fixes the following error which was reported when
compiling with clang by moving the function inside an
RTE_LIBRTE_FM10K_DEBUG_RX ifdef block.

error: unused function 'dump_rxd'

Signed-off-by: Jeff Shaw <jeffrey.b.shaw@intel.com>
Acked-by: Keith Wiles <keith.wiles@intel.com>
lib/librte_pmd_fm10k/fm10k_rxtx.c