remove call to rte_cryptodev_pmd_get_dev 58/73958/1
authorLuc Provoost <luc.provoost@gmail.com>
Mon, 17 Apr 2023 12:59:56 +0000 (14:59 +0200)
committerLuc Provoost <luc.provoost@gmail.com>
Mon, 17 Apr 2023 12:59:56 +0000 (14:59 +0200)
commit6f7924d8a6c3bd8e75ef361c8f34859aed56c061
tree082fcab72440a02618e9922638d34e09b8f9c3bf
parent6aa498d0effe872c15dd55fa5792a04b2ee550d6
remove call to rte_cryptodev_pmd_get_dev

The handle_esp is not used a lot at this point and it was not compiled by
default. When integrating this back into PROX, no DPDK backwards
compatibility was taken into account. The rte_cryptodev_pmd_get_dev is
not supported any more in recent DPDK versions.

Signed-off-by: Luc Provoost <luc.provoost@gmail.com>
Change-Id: I97793261dd52aa869a4857716518dc1ff7d5f22f
VNFs/DPPD-PROX/handle_esp.c