numam-dpdk/drivers/net/iavf
Anatoly Burakov fbaf943887 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>
2019-11-20 23:05:39 +01:00
..
base net/iavf: replace license text with SPDX tag 2019-07-24 18:44:40 +02:00
iavf_ethdev.c drivers/net: fix RSS hash offload flag if no RSS 2019-11-20 17:36:06 +01:00
iavf_log.h net/iavf: use dynamic log type for Tx/Rx debug 2019-10-07 15:00:58 +02:00
iavf_rxtx_vec_avx2.c net/iavf: fix Tx checksum offload in AVX path 2019-11-20 17:36:05 +01:00
iavf_rxtx_vec_common.h net/iavf: enable AVX2 for iavf 2019-10-23 16:43:10 +02:00
iavf_rxtx_vec_sse.c net/iavf: enable AVX2 for iavf 2019-10-23 16:43:10 +02:00
iavf_rxtx.c net/iavf: enable AVX2 for iavf 2019-10-23 16:43:10 +02:00
iavf_rxtx.h net/iavf: enable AVX2 for iavf 2019-10-23 16:43:10 +02:00
iavf_vchnl.c net: add rte prefix to ether functions 2019-05-24 13:34:45 +02:00
iavf.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build net/iavf: enable AVX2 for iavf 2019-10-23 16:43:10 +02:00
rte_pmd_iavf_version.map net/iavf: rename avf to iavf 2019-03-01 18:17:35 +01:00