numam-dpdk/lib/librte_ipsec
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
..
crypto.h net: add rte prefix to ESP structure 2019-05-24 13:34:45 +02:00
esp_inb.c net: add missing rte prefix for ESP tail 2019-10-08 12:14:31 +02:00
esp_outb.c net: add missing rte prefix for ESP tail 2019-10-08 12:14:31 +02:00
iph.h ipsec: support header construction 2019-07-05 15:28:14 +02:00
ipsec_sad.c ipsec: add SAD add/delete/lookup implementation 2019-10-23 16:57:06 +02:00
ipsec_sqn.h ipsec: reorder packet process for ESP inbound 2019-04-02 16:50:24 +02:00
Makefile build: remove individual library versions 2019-11-20 23:05:39 +01:00
meson.build build: remove individual library versions 2019-11-20 23:05:39 +01:00
misc.h ipsec: support multi-segment packets 2019-07-05 15:28:14 +02:00
pad.h ipsec: implement SA data-path API 2019-01-10 16:57:22 +01:00
rte_ipsec_group.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
rte_ipsec_sa.h ipsec: remove redundant replay window size 2019-11-08 13:51:16 +01:00
rte_ipsec_sad.h ipsec: add inbound SAD API 2019-10-23 16:57:06 +02:00
rte_ipsec_version.map ipsec: add inbound SAD API 2019-10-23 16:57:06 +02:00
rte_ipsec.h enforce experimental tag at beginning of declarations 2019-06-29 19:04:48 +02:00
sa.c ipsec: remove redundant replay window size 2019-11-08 13:51:16 +01:00
sa.h ipsec: support header construction 2019-07-05 15:28:14 +02:00
ses.c remove experimental tags from all symbol definitions 2019-06-29 19:04:43 +02:00