numam-dpdk/drivers/net/octeontx
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/octeontx: fix mbuf corruption with large private sizes 2018-11-14 00:35:53 +01:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build net/octeontx: register fpa as platform HW mempool 2018-02-05 19:56:04 +01:00
octeontx_ethdev.c ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
octeontx_ethdev.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
octeontx_logs.h net/octeontx: implement dynamic logging 2018-01-16 18:47:49 +01:00
octeontx_rxtx.c event/octeontx: support Tx adapter 2018-10-01 16:52:07 +02:00
octeontx_rxtx.h event/octeontx: support Tx adapter 2018-10-01 16:52:07 +02:00
rte_pmd_octeontx_version.map net/octeontx: add channel to port id mapping 2018-01-16 18:47:49 +01:00