numam-dpdk/drivers/crypto
Ferruh Yigit 2c44964461 crypto/virtio: fix global variable multiple definitions
'virtio_hw_internal' global variable is defined in both 'crypto/virtio'
and 'net/virtio' PMDs. This means they share same storage when
application linked with static DPDK library, which is not the intention.

Fixing by adding 'crypto_' prefix to the 'crypto/virtio' driver.

Issue has been detected by '-fno-common' gcc flag.

Fixes: 25500d4b80 ("crypto/virtio: support device init")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
2019-10-25 23:16:23 +02:00
..
aesni_gcm crypto/aesni_gcm: allow device init if no AES-NI is present 2019-10-23 16:57:06 +02:00
aesni_mb crypto/aesni_mb: allow device init if no AES-NI is present 2019-10-23 16:57:06 +02:00
armv8 drivers/crypto: remove some invalid comments 2019-10-09 11:50:12 +02:00
caam_jr common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
ccp drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
dpaa2_sec common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
dpaa_sec common/dpaax: move OF library from DPAA bus 2019-10-23 16:43:08 +02:00
kasumi drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
mvsam drivers/crypto: remove some invalid comments 2019-10-09 11:50:12 +02:00
nitrox crypto/nitrox: add cipher auth chain processing 2019-10-09 11:50:12 +02:00
null crypto/null: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
octeontx crypto/octeontx: add asymmetric enqueue/dequeue ops 2019-10-23 16:57:06 +02:00
octeontx2 crypto/octeontx2: support asymmetric in enqueue/dequeue 2019-10-23 16:57:06 +02:00
openssl drivers/crypto: remove some invalid comments 2019-10-09 11:50:12 +02:00
qat crypto/qat: fix AES CMAC mininum digest size 2019-10-23 16:57:06 +02:00
scheduler replace snprintf with strlcpy 2019-04-04 22:46:05 +02:00
snow3g cryptodev: make xform key pointer constant 2019-07-19 14:15:21 +02:00
virtio crypto/virtio: fix global variable multiple definitions 2019-10-25 23:16:23 +02:00
zuc drivers: add reasons for components being disabled 2019-07-02 23:21:11 +02:00
Makefile crypto/dpaax_sec: enable build without rte_security 2019-10-23 16:57:06 +02:00
meson.build crypto/octeontx2: add PMD skeleton 2019-10-23 16:57:06 +02:00