2c44964461
'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:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
rte_pmd_virtio_crypto_version.map | ||
virtio_crypto_algs.h | ||
virtio_crypto_capabilities.h | ||
virtio_cryptodev.c | ||
virtio_cryptodev.h | ||
virtio_logs.h | ||
virtio_pci.c | ||
virtio_pci.h | ||
virtio_ring.h | ||
virtio_rxtx.c | ||
virtqueue.c | ||
virtqueue.h |