numam-dpdk/drivers/net/nfb
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
..
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build net/nfb: fix dependency check 2019-10-08 12:14:31 +02:00
nfb_ethdev.c ethdev: change device info get callback to return int 2019-10-07 14:45:35 +02:00
nfb_rx.c net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
nfb_rx.h net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
nfb_rxmode.c ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
nfb_rxmode.h ethdev: change allmulticast callbacks to return status 2019-10-07 15:00:55 +02:00
nfb_stats.c ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
nfb_stats.h ethdev: make stats and xstats reset callbacks return int 2019-10-07 15:00:54 +02:00
nfb_tx.c net/nfb: add new netcope driver 2019-04-12 17:01:13 +02:00
nfb_tx.h ethdev: move queue state defines to private file 2019-11-08 23:15:04 +01:00
nfb.h net/nfb: support timestamp 2019-07-23 14:31:34 +02:00
rte_pmd_nfb_version.map net/nfb: add new netcope driver 2019-04-12 17:01:13 +02:00