numam-dpdk/drivers/crypto/virtio
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
rte_pmd_virtio_crypto_version.map
virtio_crypto_algs.h crypto/virtio: support session related ops 2018-04-23 18:20:10 +01:00
virtio_crypto_capabilities.h crypto/virtio: support HMAC-SHA1 2018-04-23 18:20:10 +01:00
virtio_cryptodev.c crypto/virtio: allocate private data by NUMA affinity 2019-10-09 11:50:12 +02:00
virtio_cryptodev.h cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
virtio_logs.h crypto/virtio: use local log type 2019-03-01 18:17:36 +01:00
virtio_pci.c crypto/virtio: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
virtio_pci.h crypto/virtio: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
virtio_ring.h
virtio_rxtx.c crypto/virtio: fix IV offset 2019-04-19 14:51:54 +02:00
virtqueue.c
virtqueue.h