build: remove individual library versions

Since the library versioning for both stable and experimental ABI's is
now managed globally, the LIBABIVER and version variables no longer
serve any useful purpose, and can be removed.

The replacement in Makefiles was done using the following regex:

	^(#.*\n)?LIBABIVER\s*:=\s*\d+\n(\s*\n)?

(LIBABIVER := numbers, optionally preceded by a comment and optionally
succeeded by an empty line)

The replacement for meson files was done using the following regex:

	^(#.*\n)?version\s*=\s*\d+\n(\s*\n)?

(version = numbers, optionally preceded by a comment and optionally
succeeded by an empty line)

[David]: those variables are manually removed for the files:
- drivers/common/qat/Makefile
- lib/librte_eal/meson.build
[David]: the LIBABIVER is restored for the external ethtool example
library.

Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com>
Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Thomas Monjalon <thomas@monjalon.net>
This commit is contained in:
Anatoly Burakov 2019-11-20 17:23:30 +00:00 committed by David Marchand
parent cba806e07d
commit fbaf943887
207 changed files with 0 additions and 421 deletions

View File

@ -17,9 +17,6 @@ LDLIBS += -lrte_pci -lrte_bus_pci
# versioning export map
EXPORT_MAP := rte_pmd_bbdev_fpga_lte_fec_version.map
# library version
LIBABIVER := 1
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_FPGA_LTE_FEC) += fpga_lte_fec.c

View File

@ -16,9 +16,6 @@ LDLIBS += -lrte_bus_vdev
# versioning export map
EXPORT_MAP := rte_pmd_bbdev_null_version.map
# library version
LIBABIVER := 1
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_NULL) += bbdev_null.c

View File

@ -47,9 +47,6 @@ LDLIBS += -L$(FLEXRAN_SDK)/lib_LDPC_ratematch_5gnr -lLDPC_ratematch_5gnr
LDLIBS += -L$(FLEXRAN_SDK)/lib_rate_dematching_5gnr -lrate_dematching_5gnr
endif
# library version
LIBABIVER := 1
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_BBDEV_TURBO_SW) += bbdev_turbo_software.c

View File

@ -23,8 +23,6 @@ CFLAGS += -I$(RTE_SDK)/lib/librte_eal/common/include
# versioning export map
EXPORT_MAP := rte_bus_dpaa_version.map
LIBABIVER := 2
# all source are stored in SRCS-y
#
SRCS-$(CONFIG_RTE_LIBRTE_DPAA_BUS) += \

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if not is_linux
build = false
reason = 'only supported on linux'

View File

@ -25,9 +25,6 @@ LDLIBS += -lrte_common_dpaax
# versioning export map
EXPORT_MAP := rte_bus_fslmc_version.map
# library version
LIBABIVER := 2
SRCS-$(CONFIG_RTE_LIBRTE_FSLMC_BUS) += \
qbman/qbman_portal.c \
qbman/qbman_debug.c

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if not is_linux
build = false
reason = 'only supported on linux'

View File

@ -18,9 +18,6 @@ LDLIBS += -lrte_kvargs
# versioning export map
EXPORT_MAP := rte_bus_ifpga_version.map
# library version
LIBABIVER := 2
SRCS-$(CONFIG_RTE_LIBRTE_IFPGA_BUS) += ifpga_bus.c
SRCS-$(CONFIG_RTE_LIBRTE_IFPGA_BUS) += ifpga_common.c

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2010-2018 Intel Corporation
version = 2
deps += ['pci', 'kvargs', 'rawdev']
install_headers('rte_bus_ifpga.h')
sources = files('ifpga_common.c', 'ifpga_bus.c')

View File

@ -4,7 +4,6 @@
include $(RTE_SDK)/mk/rte.vars.mk
LIB = librte_bus_pci.a
LIBABIVER := 2
EXPORT_MAP := rte_bus_pci_version.map
CFLAGS := -I$(SRCDIR) $(CFLAGS)

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
deps += ['pci']
install_headers('rte_bus_pci.h')
sources = files('pci_common.c',

View File

@ -15,9 +15,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
# versioning export map
EXPORT_MAP := rte_bus_vdev_version.map
# library version
LIBABIVER := 2
SRCS-y += vdev.c
SRCS-y += vdev_params.c

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
sources = files('vdev.c',
'vdev_params.c')
install_headers('rte_bus_vdev.h')

View File

@ -3,7 +3,6 @@
include $(RTE_SDK)/mk/rte.vars.mk
LIB = librte_bus_vmbus.a
LIBABIVER := 2
EXPORT_MAP := rte_bus_vmbus_version.map
CFLAGS += -I$(SRCDIR)

View File

@ -1,7 +1,5 @@
# SPDX-License-Identifier: BSD-3-Clause
version = 2
allow_experimental_apis = true
install_headers('rte_bus_vmbus.h','rte_vmbus_reg.h')

View File

@ -13,8 +13,6 @@ CFLAGS += $(WERROR_FLAGS)
CFLAGS += -I$(RTE_SDK)/drivers/bus/pci
EXPORT_MAP := rte_common_cpt_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -20,9 +20,6 @@ CFLAGS += -I$(RTE_SDK)/drivers/common/dpaax
# versioning export map
EXPORT_MAP := rte_common_dpaax_version.map
# library version
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -15,9 +15,6 @@ endif
# library name
LIB = librte_common_mvep.a
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_common_mvep_version.map

View File

@ -12,8 +12,6 @@ LIB = librte_common_octeontx.a
CFLAGS += $(WERROR_FLAGS)
EXPORT_MAP := rte_common_octeontx_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -24,8 +24,6 @@ endif
EXPORT_MAP := rte_common_octeontx2_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -49,8 +49,6 @@ ifdef build_qat
# library name
LIB = librte_pmd_qat.a
# library version
LIBABIVER := 1
# build flags
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -O3

View File

@ -17,9 +17,6 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
LDLIBS += -lrte_compressdev
LDLIBS += -lrte_bus_vdev
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_isal_version.map

View File

@ -6,9 +6,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
# library name
LIB = librte_pmd_octeontx_zip.a
# library version
LIBABIVER := 1
# build flags
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -O3

View File

@ -11,9 +11,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_zlib_version.map

View File

@ -11,9 +11,6 @@ CFLAGS += -O3
CFLAGS += -DALLOW_EXPERIMENTAL_API
CFLAGS += $(WERROR_FLAGS)
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_aesni_gcm_version.map

View File

@ -11,9 +11,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_aesni_mb_version.map

View File

@ -19,9 +19,6 @@ LIB = librte_pmd_armv8.a
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_armv8_version.map

View File

@ -25,9 +25,6 @@ CFLAGS += -I$(RTE_SDK)/lib/librte_eal/common/include
# versioning export map
EXPORT_MAP := rte_pmd_caam_jr_version.map
# library version
LIBABIVER := 1
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_CAAM_JR) += caam_jr.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_CAAM_JR) += caam_jr_capabilities.c

View File

@ -11,9 +11,6 @@ CFLAGS += -O3
CFLAGS += -I$(SRCDIR)
CFLAGS += $(WERROR_FLAGS)
# library version
LIBABIVER := 1
# external library include paths
LDLIBS += -lcrypto
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring

View File

@ -33,9 +33,6 @@ CFLAGS += -I$(RTE_SDK)/drivers/mempool/dpaa2/
# versioning export map
EXPORT_MAP := rte_pmd_dpaa2_sec_version.map
# library version
LIBABIVER := 2
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += dpaa2_sec_dpseci.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_DPAA2_SEC) += mc/dpseci.c

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if not is_linux
build = false
reason = 'only supported on linux'

View File

@ -27,9 +27,6 @@ LDLIBS += -lrte_cryptodev
# versioning export map
EXPORT_MAP := rte_pmd_dpaa_sec_version.map
# library version
LIBABIVER := 1
# library source files
SRCS-$(CONFIG_RTE_LIBRTE_PMD_DPAA_SEC) += dpaa_sec.c

View File

@ -17,9 +17,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_kasumi_version.map

View File

@ -24,9 +24,6 @@ CFLAGS += -I$(LIBMUSDK_PATH)/include
CFLAGS += -DMVCONF_TYPES_PUBLIC
CFLAGS += -DMVCONF_DMA_PHYS_ADDR_T_PUBLIC
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_mvsam_version.map

View File

@ -11,9 +11,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_nitrox_version.map

View File

@ -14,9 +14,6 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
LDLIBS += -lrte_cryptodev
LDLIBS += -lrte_bus_vdev
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_null_crypto_version.map

View File

@ -7,9 +7,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
# library name
LIB = librte_pmd_octeontx_crypto.a
# library version
LIBABIVER := 1
# build flags
CFLAGS += $(WERROR_FLAGS)

View File

@ -7,9 +7,6 @@ include $(RTE_SDK)/mk/rte.vars.mk
# library name
LIB = librte_pmd_octeontx2_crypto.a
# library version
LIBABIVER := 1
# build flags
CFLAGS += $(WERROR_FLAGS)

View File

@ -11,9 +11,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_openssl_version.map

View File

@ -13,9 +13,6 @@ LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
LDLIBS += -lrte_cryptodev -lrte_kvargs -lrte_reorder
LDLIBS += -lrte_bus_vdev
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_crypto_scheduler_version.map

View File

@ -17,9 +17,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_snow3g_version.map

View File

@ -17,8 +17,6 @@ CFLAGS += $(WERROR_FLAGS)
EXPORT_MAP := rte_pmd_virtio_crypto_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -17,9 +17,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_zuc_version.map

View File

@ -27,8 +27,6 @@ CFLAGS += -I$(RTE_SDK)/drivers/crypto/dpaa_sec
EXPORT_MAP := rte_pmd_dpaa_event_version.map
LIBABIVER := 1
# Interfaces with DPDK
SRCS-$(CONFIG_RTE_LIBRTE_PMD_DPAA_EVENTDEV) += dpaa_eventdev.c

View File

@ -31,8 +31,6 @@ CFLAGS += -I$(RTE_SDK)/drivers/crypto/dpaa2_sec
# versioning export map
EXPORT_MAP := rte_pmd_dpaa2_event_version.map
LIBABIVER := 2
# depends on fslmc bus which uses experimental API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if not is_linux
build = false
reason = 'only supported on linux'

View File

@ -18,8 +18,6 @@ LDLIBS += -lrte_ring
LDLIBS += -lrte_eventdev
LDLIBS += -lrte_bus_vdev
LIBABIVER := 1
EXPORT_MAP := rte_pmd_dsw_event_version.map
SRCS-$(CONFIG_RTE_LIBRTE_PMD_DSW_EVENTDEV) += \

View File

@ -20,8 +20,6 @@ LDLIBS += -lrte_bus_vdev -lrte_ethdev
EXPORT_MAP := rte_pmd_octeontx_event_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -27,8 +27,6 @@ endif
EXPORT_MAP := rte_pmd_octeontx2_event_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -20,9 +20,6 @@ endif
LDLIBS += -lrte_eal -lrte_eventdev -lrte_kvargs
LDLIBS += -lrte_bus_vdev -lrte_mbuf -lrte_mempool
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_opdl_event_version.map

View File

@ -16,8 +16,6 @@ LDLIBS += -lrte_bus_vdev
EXPORT_MAP := rte_pmd_skeleton_event_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -20,9 +20,6 @@ LDLIBS += -lrte_eal -lrte_eventdev -lrte_kvargs -lrte_ring
LDLIBS += -lrte_mempool -lrte_mbuf
LDLIBS += -lrte_bus_vdev
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_sw_event_version.map

View File

@ -21,8 +21,6 @@ LDLIBS += -lrte_eal -lrte_mempool -lrte_ring
EXPORT_MAP := rte_mempool_bucket_version.map
LIBABIVER := 1
SRCS-$(CONFIG_RTE_DRIVER_MEMPOOL_BUCKET) += rte_mempool_bucket.c
include $(RTE_SDK)/mk/rte.lib.mk

View File

@ -19,9 +19,6 @@ CFLAGS += -I$(RTE_SDK)/lib/librte_mempool
# versioning export map
EXPORT_MAP := rte_mempool_dpaa_version.map
# Lbrary version
LIBABIVER := 1
# depends on dpaa bus which uses experimental API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -18,9 +18,6 @@ CFLAGS += -I$(RTE_SDK)/drivers/bus/fslmc/qbman/include
# versioning export map
EXPORT_MAP := rte_mempool_dpaa2_version.map
# Lbrary version
LIBABIVER := 2
# depends on fslmc bus which uses experimental API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if not is_linux
build = false
reason = 'only supported on linux'

View File

@ -15,8 +15,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
EXPORT_MAP := rte_mempool_octeontx_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -27,8 +27,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
EXPORT_MAP := rte_mempool_octeontx2_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -14,8 +14,6 @@ LDLIBS += -lrte_eal -lrte_mempool -lrte_ring
EXPORT_MAP := rte_mempool_ring_version.map
LIBABIVER := 1
SRCS-$(CONFIG_RTE_DRIVER_MEMPOOL_RING) += rte_mempool_ring.c
include $(RTE_SDK)/mk/rte.lib.mk

View File

@ -18,8 +18,6 @@ LDLIBS += -lrte_eal -lrte_mempool -lrte_stack
EXPORT_MAP := rte_mempool_stack_version.map
LIBABIVER := 1
SRCS-$(CONFIG_RTE_DRIVER_MEMPOOL_STACK) += rte_mempool_stack.c
include $(RTE_SDK)/mk/rte.lib.mk

View File

@ -13,8 +13,6 @@ LIB = librte_pmd_af_packet.a
EXPORT_MAP := rte_pmd_af_packet_version.map
LIBABIVER := 1
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring

View File

@ -10,8 +10,6 @@ LIB = librte_pmd_af_xdp.a
EXPORT_MAP := rte_pmd_af_xdp_version.map
LIBABIVER := 1
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)

View File

@ -13,8 +13,6 @@ CFLAGS += $(WERROR_FLAGS) -Werror
EXPORT_MAP := rte_pmd_ark_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -14,8 +14,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
EXPORT_MAP := rte_pmd_atlantic_version.map
LIBABIVER := 1
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring
LDLIBS += -lrte_ethdev -lrte_net
LDLIBS += -lrte_bus_pci

View File

@ -17,8 +17,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_avp_version.map
LIBABIVER := 1
# install public header files to enable compilation of the hypervisor level
# dpdk application
SYMLINK-$(CONFIG_RTE_LIBRTE_AVP_PMD)-include += rte_avp_common.h

View File

@ -14,8 +14,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
EXPORT_MAP := rte_pmd_axgbe_version.map
LIBABIVER := 1
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool
LDLIBS += -lrte_pci -lrte_bus_pci
LDLIBS += -lrte_ethdev -lrte_net

View File

@ -20,8 +20,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_bnx2x_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -13,8 +13,6 @@ LIB = librte_pmd_bnxt.a
EXPORT_MAP := rte_pmd_bnxt_version.map
LIBABIVER := 2
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
LDLIBS += -lrte_eal -lrte_mbuf -lrte_mempool -lrte_ring

View File

@ -2,7 +2,6 @@
# Copyright(c) 2018 Intel Corporation
install_headers('rte_pmd_bnxt.h')
version = 2
sources = files('bnxt_cpr.c',
'bnxt_ethdev.c',
'bnxt_filter.c',

View File

@ -18,8 +18,6 @@ LDLIBS += -lrte_bus_vdev
EXPORT_MAP := rte_pmd_bond_version.map
LIBABIVER := 2
#
# all source are stored in SRCS-y
#

View File

@ -2,7 +2,6 @@
# Copyright(c) 2017 Intel Corporation
name = 'bond' #, james bond :-)
version = 2
allow_experimental_apis = true
sources = files('rte_eth_bond_api.c', 'rte_eth_bond_pmd.c', 'rte_eth_bond_flow.c',
'rte_eth_bond_args.c', 'rte_eth_bond_8023ad.c', 'rte_eth_bond_alb.c')

View File

@ -14,8 +14,6 @@ CFLAGS += $(WERROR_FLAGS)
EXPORT_MAP := rte_pmd_cxgbe_version.map
LIBABIVER := 1
#
# CFLAGS for gcc/clang
#

View File

@ -25,8 +25,6 @@ CFLAGS += -I$(RTE_SDK)/lib/librte_eal/common/include
EXPORT_MAP := rte_pmd_dpaa_version.map
LIBABIVER := 1
# depends on dpaa bus which uses experimental API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -24,9 +24,6 @@ CFLAGS += -I$(RTE_SDK)/drivers/mempool/dpaa2
# versioning export map
EXPORT_MAP := rte_pmd_dpaa2_version.map
# library version
LIBABIVER := 2
# depends on fslmc bus which uses experimental API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2018 NXP
version = 2
if not is_linux
build = false
reason = 'only supported on linux'

View File

@ -17,8 +17,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_e1000_version.map
LIBABIVER := 1
ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
#
# CFLAGS for icc

View File

@ -12,8 +12,6 @@ CFLAGS += $(WERROR_FLAGS) -O2
INCLUDES :=-I$(SRCDIR) -I$(SRCDIR)/base/ena_defs -I$(SRCDIR)/base
EXPORT_MAP := rte_pmd_ena_version.map
LIBABIVER := 1
# rte_fbarray is not yet part of stable API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -12,8 +12,6 @@ CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -I$(RTE_SDK)/drivers/common/dpaax
EXPORT_MAP := rte_pmd_enetc_version.map
LIBABIVER := 1
SRCS-$(CONFIG_RTE_LIBRTE_ENETC_PMD) += enetc_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_ENETC_PMD) += enetc_rxtx.c

View File

@ -11,8 +11,6 @@ LIB = librte_pmd_enic.a
EXPORT_MAP := rte_pmd_enic_version.map
LIBABIVER := 1
# Experimental APIs used: rte_intr_ack
CFLAGS += -DALLOW_EXPERIMENTAL_API
CFLAGS += -I$(SRCDIR)/base/

View File

@ -9,8 +9,6 @@ LIB = librte_pmd_failsafe.a
EXPORT_MAP := rte_pmd_failsafe_version.map
LIBABIVER := 1
# Sources are stored in SRCS-y
SRCS-$(CONFIG_RTE_LIBRTE_PMD_FAILSAFE) += failsafe.c
SRCS-$(CONFIG_RTE_LIBRTE_PMD_FAILSAFE) += failsafe_args.c

View File

@ -14,8 +14,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
EXPORT_MAP := rte_pmd_fm10k_version.map
LIBABIVER := 1
ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
#
# CFLAGS for icc

View File

@ -24,8 +24,6 @@ LDLIBS += -lpthread
EXPORT_MAP := rte_pmd_hinic_version.map
LIBABIVER := 1
#
# CFLAGS for 32-bits platforms
#

View File

@ -23,8 +23,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_hns3_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -19,8 +19,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_i40e_version.map
LIBABIVER := 2
#
# Add extra flags for base driver files (also known as shared code)
# to disable warnings

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
cflags += ['-DPF_DRIVER',
'-DVF_DRIVER',
'-DINTEGRATED_VF',

View File

@ -15,8 +15,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_iavf_version.map
LIBABIVER := 1
#
# Add extra flags for base driver files (also known as shared code)
# to disable warnings

View File

@ -17,8 +17,6 @@ LDLIBS += -lrte_bus_pci -lrte_mempool -lrte_hash
EXPORT_MAP := rte_pmd_ice_version.map
LIBABIVER := 1
#
# Add extra flags for base driver files (also known as shared code)
# to disable warnings

View File

@ -25,8 +25,6 @@ VPATH += $(SRCDIR)/base
EXPORT_MAP := rte_pmd_ifc_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -28,8 +28,6 @@ LDLIBS += -lpthread
EXPORT_MAP := rte_pmd_ipn3ke_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -14,8 +14,6 @@ CFLAGS += $(WERROR_FLAGS)
EXPORT_MAP := rte_pmd_ixgbe_version.map
LIBABIVER := 2
ifeq ($(CONFIG_RTE_TOOLCHAIN_ICC),y)
#
# CFLAGS for icc

View File

@ -1,8 +1,6 @@
# SPDX-License-Identifier: BSD-3-Clause
# Copyright(c) 2017 Intel Corporation
version = 2
cflags += ['-DRTE_LIBRTE_IXGBE_BYPASS']
allow_experimental_apis = true

View File

@ -17,8 +17,6 @@ LDLIBS += -lrte_bus_vdev
EXPORT_MAP := rte_pmd_kni_version.map
LIBABIVER := 1
#
# all source are stored in SRCS-y
#

View File

@ -17,8 +17,6 @@ LDLIBS += -lrte_bus_pci
EXPORT_MAP := rte_pmd_liquidio_version.map
LIBABIVER := 1
VPATH += $(RTE_SDK)/drivers/net/liquidio/base
#

View File

@ -10,8 +10,6 @@ LIB = librte_pmd_memif.a
EXPORT_MAP := rte_pmd_memif_version.map
LIBABIVER := 1
CFLAGS += -O3
CFLAGS += $(WERROR_FLAGS)
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -57,8 +57,6 @@ LDLIBS += -lrte_bus_pci
CFLAGS += -Wno-error=cast-qual
EXPORT_MAP := rte_pmd_mlx4_version.map
LIBABIVER := 1
# DEBUG which is usually provided on the command-line may enable
# CONFIG_RTE_LIBRTE_MLX4_DEBUG.
ifeq ($(DEBUG),1)

View File

@ -73,8 +73,6 @@ LDLIBS += -lrte_bus_pci
CFLAGS += -Wno-error=cast-qual
EXPORT_MAP := rte_pmd_mlx5_version.map
LIBABIVER := 1
# memseg walk is not part of stable API
CFLAGS += -DALLOW_EXPERIMENTAL_API

View File

@ -16,9 +16,6 @@ endif
# library name
LIB = librte_pmd_mvneta.a
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_mvneta_version.map

View File

@ -16,9 +16,6 @@ endif
# library name
LIB = librte_pmd_mvpp2.a
# library version
LIBABIVER := 1
# versioning export map
EXPORT_MAP := rte_pmd_mvpp2_version.map

View File

@ -9,8 +9,6 @@ CFLAGS += -DALLOW_EXPERIMENTAL_API
EXPORT_MAP := rte_pmd_netvsc_version.map
LIBABIVER := 1
SRCS-$(CONFIG_RTE_LIBRTE_NETVSC_PMD) += hn_ethdev.c
SRCS-$(CONFIG_RTE_LIBRTE_NETVSC_PMD) += hn_rxtx.c
SRCS-$(CONFIG_RTE_LIBRTE_NETVSC_PMD) += hn_rndis.c

View File

@ -3,7 +3,6 @@
build = dpdk_conf.has('RTE_LIBRTE_VMBUS_BUS')
reason = 'missing dependency, DPDK VMBus driver'
version = 2
sources = files('hn_ethdev.c', 'hn_rxtx.c', 'hn_rndis.c', 'hn_nvs.c', 'hn_vf.c')
deps += ['bus_vmbus' ]

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