numam-dpdk/drivers/net/atlantic
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
..
hw_atl net/atlantic: add FW mailbox guard mutex 2019-10-08 12:14:31 +02:00
atl_common.h net/atlantic: bump internal driver version 2019-04-19 14:51:54 +02:00
atl_ethdev.c net/atlantic: add FW mailbox guard mutex 2019-10-08 12:14:31 +02:00
atl_ethdev.h net/atlantic: configure MACsec from interrupt handler 2019-04-19 14:51:54 +02:00
atl_hw_regs.c net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_hw_regs.h net/atlantic: add hardware registers access routines 2018-10-18 10:24:39 +02:00
atl_logs.h net/atlantic: add logging structure 2018-10-18 10:24:39 +02:00
atl_rxtx.c net/atlantic: fix Tx prepare to set positive rte_errno 2019-06-13 23:54:30 +09:00
atl_types.h net/atlantic: add FW mailbox guard mutex 2019-10-08 12:14:31 +02: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
rte_pmd_atlantic_version.map net/atlantic: enable MACsec configuration 2019-04-19 14:51:54 +02:00
rte_pmd_atlantic.c net/atlantic: add missing experimental API tags 2019-06-29 19:04:37 +02:00
rte_pmd_atlantic.h net/atlantic: add missing experimental API tags 2019-06-29 19:04:37 +02:00