numam-dpdk/drivers/net/qede
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/qede/base: update FW to 8.40.33.0 2019-11-08 23:15:04 +01:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build drivers/net: use ack in interrupt handlers 2019-07-23 12:00:23 +02:00
qede_ethdev.c drivers/net: fix RSS hash offload flag if no RSS 2019-11-20 17:36:06 +01:00
qede_ethdev.h net/qede: fix setting MTU 2019-11-08 23:15:04 +01:00
qede_filter.c net/qede: implement flow drop action 2019-09-20 10:19:41 +02:00
qede_if.h net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
qede_logs.h net/qede: move SPDX tags to source files 2018-07-23 23:55:26 +02:00
qede_main.c net/qede/base: update FW to 8.40.33.0 2019-11-08 23:15:04 +01:00
qede_rxtx.c net/qede/base: update FW to 8.40.25.0 2019-10-23 16:43:09 +02:00
qede_rxtx.h net/qede: fix odd number of queues usage in 100G mode 2019-09-20 10:19:41 +02:00
rte_pmd_qede_version.map qede: add core driver 2016-05-06 15:51:22 +02:00