app/testpmd: include PCI header directly

In devargs rework, rte_pci.h won't be included
via rte_devargs.h anymore.

Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
This commit is contained in:
Gaetan Rivet 2017-07-07 02:04:24 +02:00 committed by Thomas Monjalon
parent 4d3c6b2ae8
commit 85c18dcb5c

View File

@ -34,6 +34,8 @@
#ifndef _TESTPMD_H_
#define _TESTPMD_H_
#include <rte_pci.h>
#define RTE_PORT_ALL (~(portid_t)0x0)
#define RTE_TEST_RX_DESC_MAX 2048