eal: remove useless PCI id header inclusions
Signed-off-by: David Marchand <david.marchand@6wind.com> [Thomas: move inclusion used by ixgbe bypass] Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
This commit is contained in:
parent
bd734cf778
commit
2b9fb6319d
@ -84,7 +84,6 @@
|
||||
#include <cmdline_parse_etheraddr.h>
|
||||
#include <cmdline_socket.h>
|
||||
#include <cmdline.h>
|
||||
#include <rte_pci_dev_ids.h>
|
||||
#ifdef RTE_LIBRTE_PMD_BOND
|
||||
#include <rte_eth_bond.h>
|
||||
#endif
|
||||
@ -9082,6 +9081,7 @@ cmd_reconfig_device_queue(portid_t id, uint8_t dev, uint8_t queue)
|
||||
}
|
||||
|
||||
#ifdef RTE_NIC_BYPASS
|
||||
#include <rte_pci_dev_ids.h>
|
||||
uint8_t
|
||||
bypass_is_supported(portid_t port_id)
|
||||
{
|
||||
|
@ -67,7 +67,6 @@
|
||||
#include <rte_debug.h>
|
||||
#include <rte_devargs.h>
|
||||
|
||||
#include "rte_pci_dev_ids.h"
|
||||
#include "eal_filesystem.h"
|
||||
#include "eal_private.h"
|
||||
|
||||
|
@ -41,7 +41,6 @@
|
||||
#include <rte_devargs.h>
|
||||
#include <rte_memcpy.h>
|
||||
|
||||
#include "rte_pci_dev_ids.h"
|
||||
#include "eal_filesystem.h"
|
||||
#include "eal_private.h"
|
||||
#include "eal_pci_init.h"
|
||||
|
@ -45,7 +45,6 @@
|
||||
#include <rte_common.h>
|
||||
#include <rte_malloc.h>
|
||||
|
||||
#include "rte_pci_dev_ids.h"
|
||||
#include "eal_filesystem.h"
|
||||
#include "eal_pci_init.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user