app/pdump: fix duplicate macro definition
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 23 Feb 2017 16:41:59 +0000 (16:41 +0000)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 8 Mar 2017 15:05:09 +0000 (16:05 +0100)
commit40f1806e233e009d69635eabe6b06f9c9512df7c
tree57dbb67e77ce28f7b08af58eced6be1b7e3c7bf6
parentb2fba636909e57f99d6e10781fbed95954128b22
app/pdump: fix duplicate macro definition

RTE_RING_SZ_MASK is redefined here with the original definition in
rte_ring.h. Since rte_ring.h is already included, just remove the
duplicate definition here.

Fixes: caa7028276b8 ("app/pdump: add tool for packet capturing")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
app/pdump/main.c