ethdev: make driver-only headers private

The rte_ethdev_driver.h, rte_ethdev_vdev.h and rte_ethdev_pci.h files are
for drivers only and should be a private to DPDK and not installed.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Steven Webster <steven.webster@windriver.com>
This commit is contained in:
Bruce Richardson 2021-01-29 16:48:19 +00:00 committed by David Marchand
parent 5d1a53130a
commit df96fd0d73
252 changed files with 302 additions and 298 deletions

View File

@ -17,7 +17,7 @@
#include <rte_common.h>
#include <rte_debug.h>
#include <rte_ethdev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_log.h>
#include <rte_lcore.h>
#include <rte_memory.h>

View File

@ -6,7 +6,7 @@
#include <stdint.h>
#include <limits.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_pdump.h>
#include "rte_eal.h"
#include "rte_lcore.h"

View File

@ -4,7 +4,7 @@
#include <rte_mbuf.h>
#include <rte_ethdev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_malloc.h>

View File

@ -151,11 +151,18 @@ Removed Items
Also, make sure to start the actual text at the margin.
=======================================================
* The internal header files ``rte_ethdev_driver.h``, ``rte_ethdev_vdev.h`` and
``rte_ethdev_pci.h`` are no longer installed as part of the DPDK
``ninja install`` action and are renamed to ``ethdev_driver.h``,
``ethdev_vdev.h`` and ``ethdev_pci.h`` respectively in the source tree, to
reflect the fact that they are non-public headers.
* Removed support for NetXtreme devices belonging to ``BCM573xx and
BCM5740x`` families. Specifically the support for the following Broadcom
PCI device IDs ``0x16c8, 0x16c9, 0x16ca, 0x16ce, 0x16cf, 0x16df, 0x16d0,``
``0x16d1, 0x16d2, 0x16d4, 0x16d5, 0x16e7, 0x16e8, 0x16e9`` has been removed.
API Changes
-----------

View File

@ -27,7 +27,7 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_ring.h>
#include <rte_bus.h>

View File

@ -12,7 +12,7 @@
#include <stdbool.h>
#include <net/if.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_ether.h>
#include <compat.h>

View File

@ -13,7 +13,7 @@
#include <rte_malloc.h>
#include <rte_devargs.h>
#include <rte_memcpy.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_mbuf_dyn.h>
#include <rte_fslmc.h>

View File

@ -22,7 +22,7 @@
#include <eal_filesystem.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -19,7 +19,7 @@
#include <rte_cycles.h>
#include <rte_kvargs.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_mbuf_pool_ops.h>
#include <fslmc_logs.h>

View File

@ -18,7 +18,7 @@
#include <rte_cycles.h>
#include <rte_kvargs.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <fslmc_logs.h>
#include <rte_fslmc.h>

View File

@ -24,7 +24,7 @@
#include<sys/eventfd.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -24,7 +24,7 @@
#include <rte_memory.h>
#include <rte_pci.h>
#include <rte_bus_vdev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_cryptodev.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_event_eth_tx_adapter.h>

View File

@ -18,7 +18,7 @@
#include <rte_cycles.h>
#include <rte_kvargs.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_fslmc.h>
#include <mc/fsl_dpcon.h>

View File

@ -8,7 +8,7 @@
#include <rte_debug.h>
#include <rte_dev.h>
#include <rte_eal.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_event_eth_rx_adapter.h>
#include <rte_kvargs.h>
#include <rte_lcore.h>

View File

@ -14,7 +14,7 @@
#include <errno.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -8,8 +8,8 @@
#include <rte_string_fns.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_vdev.h>
#include <ethdev_driver.h>
#include <ethdev_vdev.h>
#include <rte_malloc.h>
#include <rte_kvargs.h>
#include <rte_bus_vdev.h>

View File

@ -19,8 +19,8 @@
#include <bpf/xsk.h>
#include <rte_ethdev.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_vdev.h>
#include <ethdev_driver.h>
#include <ethdev_vdev.h>
#include <rte_kvargs.h>
#include <rte_bus_vdev.h>
#include <rte_string_fns.h>

View File

@ -7,7 +7,7 @@
#include <dlfcn.h>
#include <rte_bus_pci.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_kvargs.h>
#include "rte_pmd_ark.h"

View File

@ -9,7 +9,7 @@
#include <rte_mbuf.h>
#include <rte_mempool.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
extern uint64_t ark_timestamp_rx_dynflag;
extern int ark_timestamp_dynfield_offset;

View File

@ -7,7 +7,7 @@
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
uint16_t eth_ark_xmit_pkts_noop(void *vtxq,

View File

@ -5,7 +5,7 @@
#ifndef _ARK_EXT_H_
#define _ARK_EXT_H_
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
/*
* This is the template file for users who which to define a dynamic

View File

@ -9,7 +9,7 @@
#include <assert.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -8,7 +8,7 @@
#include <unistd.h>
#include <rte_string_fns.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "ark_pktchkr.h"

View File

@ -10,7 +10,7 @@
#include <rte_string_fns.h>
#include <rte_eal.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "ark_pktgen.h"

View File

@ -3,7 +3,7 @@
*/
#include <rte_string_fns.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_alarm.h>
#include "atl_ethdev.h"

View File

@ -3,7 +3,7 @@
*/
#include <rte_malloc.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_net.h>
#include "atl_ethdev.h"

View File

@ -2,7 +2,7 @@
* Copyright(c) 2018 Aquantia Corporation
*/
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include "rte_pmd_atlantic.h"
#include "atl_ethdev.h"

View File

@ -8,8 +8,8 @@
#include <errno.h>
#include <unistd.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>
#include <rte_malloc.h>

View File

@ -35,7 +35,7 @@
#include <rte_ethdev.h>
#include <rte_dev.h>
#include <rte_errno.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_common.h>
#include <rte_cycles.h>
#include <rte_io.h>

View File

@ -10,7 +10,7 @@
#include <rte_string_fns.h>
#include <rte_dev.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_alarm.h>
/*

View File

@ -31,7 +31,7 @@
#include <rte_debug.h>
#include <rte_pci.h>
#include <rte_malloc.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_spinlock.h>
#include <rte_eal.h>
#include <rte_mempool.h>

View File

@ -12,7 +12,7 @@
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_memory.h>
#include <rte_lcore.h>
#include <rte_spinlock.h>

View File

@ -7,8 +7,8 @@
#include <stdbool.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_malloc.h>
#include <rte_cycles.h>
#include <rte_alarm.h>

View File

@ -6,7 +6,7 @@
#ifndef _BNXT_STATS_H_
#define _BNXT_STATS_H_
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
void bnxt_free_stats(struct bnxt *bp);
int bnxt_stats_get_op(struct rte_eth_dev *eth_dev,

View File

@ -8,7 +8,7 @@
#include <unistd.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_cycles.h>
#include <rte_byteorder.h>

View File

@ -8,7 +8,7 @@
#include <stdint.h>
#include <sys/queue.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_flow.h>
#include <rte_spinlock.h>
#include <rte_bitmap.h>

View File

@ -6,7 +6,7 @@
#include <rte_mbuf.h>
#include <rte_malloc.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_tcp.h>
#include <rte_bus_vdev.h>
#include <rte_kvargs.h>

View File

@ -7,8 +7,8 @@
#include <rte_mbuf.h>
#include <rte_malloc.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_vdev.h>
#include <ethdev_driver.h>
#include <ethdev_vdev.h>
#include <rte_tcp.h>
#include <rte_udp.h>
#include <rte_ip.h>

View File

@ -16,7 +16,7 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_random.h>
#include <rte_dev.h>

View File

@ -3,7 +3,7 @@
* All rights reserved.
*/
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_ether.h>
#include "common.h"

View File

@ -28,8 +28,8 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_malloc.h>
#include <rte_random.h>
#include <rte_dev.h>

View File

@ -27,8 +27,8 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_random.h>
#include <rte_dev.h>
#include <rte_kvargs.h>

View File

@ -3,8 +3,8 @@
* All rights reserved.
*/
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include "cxgbe.h"
#include "cxgbe_pfvf.h"

View File

@ -3,8 +3,8 @@
* All rights reserved.
*/
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_malloc.h>
#include "base/common.h"

View File

@ -28,7 +28,7 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_random.h>
#include <rte_dev.h>

View File

@ -29,7 +29,7 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_ring.h>

View File

@ -9,7 +9,7 @@
/* System headers */
#include <stdbool.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_event_eth_rx_adapter.h>
#include <fsl_usd.h>

View File

@ -26,7 +26,7 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_ring.h>
#include <rte_ip.h>

View File

@ -9,7 +9,7 @@
#include <net/if.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -9,7 +9,7 @@
#include <net/if.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -9,7 +9,7 @@
#include <net/if.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>
#include <rte_string_fns.h>

View File

@ -15,8 +15,8 @@
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_memory.h>
#include <rte_eal.h>
#include <rte_malloc.h>

View File

@ -32,7 +32,7 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_prefetch.h>
#include <rte_ip.h>
#include <rte_udp.h>

View File

@ -17,8 +17,8 @@
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_memory.h>
#include <rte_eal.h>
#include <rte_malloc.h>

View File

@ -15,8 +15,8 @@
#include <rte_debug.h>
#include <rte_pci.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_memory.h>
#include <rte_eal.h>
#include <rte_atomic.h>

View File

@ -16,7 +16,7 @@
#include <rte_debug.h>
#include <rte_eal.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_memcpy.h>
#include <rte_malloc.h>
#include <rte_random.h>

View File

@ -31,7 +31,7 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_prefetch.h>
#include <rte_udp.h>
#include <rte_tcp.h>

View File

@ -5,8 +5,8 @@
#include <rte_string_fns.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_tcp.h>
#include <rte_atomic.h>
#include <rte_dev.h>

View File

@ -3,7 +3,7 @@
*/
#include <stdbool.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_random.h>
#include <dpaax_iova_table.h>

View File

@ -9,8 +9,8 @@
#include <rte_dev.h>
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_kvargs.h>
#include <rte_string_fns.h>

View File

@ -5,7 +5,7 @@
#include <errno.h>
#include <stdint.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_flow_driver.h>
#include <rte_ether.h>
#include <rte_ip.h>

View File

@ -5,7 +5,7 @@
#include <errno.h>
#include <stdint.h>
#include <rte_log.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_flow_driver.h>
#include <rte_ether.h>
#include <rte_hash.h>

View File

@ -15,7 +15,7 @@
#include <rte_malloc.h>
#include <rte_mbuf.h>
#include <rte_string_fns.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include "enic_compat.h"
#include "enic.h"

View File

@ -4,7 +4,7 @@
*/
#include "enic_compat.h"
#include "rte_ethdev_driver.h"
#include "ethdev_driver.h"
#include "wq_enet_desc.h"
#include "rq_enet_desc.h"
#include "cq_enet_desc.h"

View File

@ -4,7 +4,7 @@
*/
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_net.h>
#include <rte_prefetch.h>

View File

@ -4,7 +4,7 @@
*/
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_vect.h>
#include "enic_compat.h"

View File

@ -8,8 +8,8 @@
#include <rte_bus_pci.h>
#include <rte_common.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_flow_driver.h>
#include <rte_kvargs.h>
#include <rte_pci.h>

View File

@ -7,8 +7,8 @@
#include <rte_alarm.h>
#include <rte_malloc.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_vdev.h>
#include <ethdev_driver.h>
#include <ethdev_vdev.h>
#include <rte_devargs.h>
#include <rte_kvargs.h>
#include <rte_bus_vdev.h>

View File

@ -9,7 +9,7 @@
#include <rte_debug.h>
#include <rte_atomic.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_flow.h>
#include <rte_cycles.h>

View File

@ -12,7 +12,7 @@
#include <rte_atomic.h>
#include <rte_dev.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_devargs.h>
#include <rte_flow.h>
#include <rte_interrupts.h>

View File

@ -6,7 +6,7 @@
#include <rte_atomic.h>
#include <rte_debug.h>
#include <rte_mbuf.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include "failsafe_private.h"

View File

@ -2,8 +2,8 @@
* Copyright(c) 2013-2016 Intel Corporation
*/
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_malloc.h>
#include <rte_memzone.h>
#include <rte_string_fns.h>

View File

@ -4,7 +4,7 @@
#include <inttypes.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_common.h>
#include <rte_net.h>
#include "fm10k.h"

View File

@ -4,7 +4,7 @@
#include <inttypes.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_common.h>
#include "fm10k.h"
#include "base/fm10k_type.h"

View File

@ -2,7 +2,7 @@
* Copyright(c) 2017 Huawei Technologies Co., Ltd
*/
#include<rte_ethdev_driver.h>
#include<ethdev_driver.h>
#include <rte_bus_pci.h>
#include <rte_hash.h>
#include <rte_jhash.h>

View File

@ -4,7 +4,7 @@
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_mbuf.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>

View File

@ -7,7 +7,7 @@
#include <rte_ethdev.h>
#include <rte_ethdev_core.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include "base/hinic_compat.h"
#include "base/hinic_pmd_cfg.h"

View File

@ -2,7 +2,7 @@
* Copyright(c) 2018-2019 Hisilicon Limited.
*/
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_io.h>
#include "hns3_ethdev.h"

View File

@ -4,7 +4,7 @@
#include <rte_alarm.h>
#include <rte_bus_pci.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_pci.h>
#include "hns3_ethdev.h"

View File

@ -6,7 +6,7 @@
#define _HNS3_ETHDEV_H_
#include <sys/time.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_byteorder.h>
#include <rte_io.h>
#include <rte_spinlock.h>

View File

@ -4,7 +4,7 @@
#include <linux/pci_regs.h>
#include <rte_alarm.h>
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_io.h>
#include <rte_pci.h>
#include <rte_vfio.h>

View File

@ -2,7 +2,7 @@
* Copyright(c) 2018-2019 Hisilicon Limited.
*/
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_hash.h>
#include <rte_hash_crc.h>
#include <rte_io.h>

View File

@ -2,7 +2,7 @@
* Copyright(c) 2018-2019 Hisilicon Limited.
*/
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_io.h>
#include "hns3_ethdev.h"

View File

@ -3,7 +3,7 @@
*/
#include <rte_eal.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_string_fns.h>
#include <rte_io.h>

View File

@ -2,7 +2,7 @@
* Copyright(c) 2018-2019 Hisilicon Limited.
*/
#include <rte_ethdev_pci.h>
#include <ethdev_pci.h>
#include <rte_io.h>
#include "hns3_ethdev.h"

View File

@ -6,7 +6,7 @@
#include <rte_common.h>
#include <rte_cycles.h>
#include <rte_vxlan.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_io.h>
#include <rte_net.h>
#include <rte_malloc.h>

View File

@ -3,7 +3,7 @@
*/
#include <rte_io.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include "hns3_ethdev.h"
#include "hns3_rxtx.h"

View File

@ -4,7 +4,7 @@
#include <arm_sve.h>
#include <rte_io.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include "hns3_ethdev.h"
#include "hns3_rxtx.h"

View File

@ -17,8 +17,8 @@
#include <rte_pci.h>
#include <rte_bus_pci.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_memzone.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>

View File

@ -25,8 +25,8 @@
#include <rte_eal.h>
#include <rte_alarm.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <rte_ethdev_pci.h>
#include <ethdev_driver.h>
#include <ethdev_pci.h>
#include <rte_malloc.h>
#include <rte_dev.h>

View File

@ -11,7 +11,7 @@
#include <stdarg.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_log.h>
#include <rte_memzone.h>
#include <rte_malloc.h>

View File

@ -12,7 +12,7 @@
#include <rte_debug.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_log.h>
#include <rte_malloc.h>
#include <rte_tailq.h>

View File

@ -14,7 +14,7 @@
#include <rte_string_fns.h>
#include <rte_pci.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_memcpy.h>

View File

@ -17,7 +17,7 @@
#include <rte_mbuf.h>
#include <rte_malloc.h>
#include <rte_ether.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_tcp.h>
#include <rte_sctp.h>
#include <rte_udp.h>

View File

@ -4,7 +4,7 @@
*/
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "base/i40e_prototype.h"

View File

@ -3,7 +3,7 @@
*/
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "base/i40e_prototype.h"

View File

@ -3,7 +3,7 @@
*/
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "base/i40e_prototype.h"

View File

@ -5,7 +5,7 @@
#ifndef _I40E_RXTX_VEC_COMMON_H_
#define _I40E_RXTX_VEC_COMMON_H_
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "i40e_ethdev.h"

View File

@ -4,7 +4,7 @@
*/
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include <rte_vect.h>

View File

@ -3,7 +3,7 @@
*/
#include <stdint.h>
#include <rte_ethdev_driver.h>
#include <ethdev_driver.h>
#include <rte_malloc.h>
#include "base/i40e_prototype.h"

Some files were not shown because too many files have changed in this diff Show More