[vpp-dev] vpp dpdk crypto dev - are multiple crypto algorithms supported concurrently? #vpp

2019-05-02 Thread Jitendra Saini
-512-256, aes-xcbc-mac-96   aesni_gcm_1          dev-id  1 inbound-queue  2 outbound-queue  3     Cipher:     Auth: aes-gmac-128, aes-gmac-256   crypto_scheduler     dev-id  2 inbound-queue  2 outbound-queue  3     Cipher: aes-gcm-128, aes-gcm-192, aes-gcm-256     Auth: Thanks Best Regards, Jitend

[vpp-dev] Crypto-dev schedular - Support for multiple crypto algorithms concurrently

2019-04-29 Thread Jitendra Saini
Hi All, *Context*: Using dpdk + vpp for telecom network user plane processing *Desired*: want to use dpdk crypto-dev scheduler to have 2 cores dedicated for crypto operations *Issue*: crypto devices of different types (AES_MB & AES_GCM) are not supported concurrently. *Query*: *Have anyone used cr