Re: [vpp-dev] #ipsec #dpdk VPP 22.02 no DPDK crypto devs available on AWS VM

2022-06-06 Thread gv . florian
Hi Matthew, Thank you very much for your detailed response! I saw the aesni drivers exclusion from the dpdk.mk file, but I feel it that was done in purpose and in the same time I was confused by the "dpdk/cryptodev      [warn  ]: dpdk_cryptodev_init: Not enough cryptodev resources" warning. I s

Re: [vpp-dev] #ipsec #dpdk VPP 22.02 no DPDK crypto devs available on AWS VM

2022-06-03 Thread Matthew Smith via lists.fd.io
Hi Gabi, It looks like aesni_mb and aesni_gcm are disabled in VPP's DPDK build configuration. see build/external/packages/dpdk.mk. You would probably need to remove those from DPDK_DRIVERS_DISABLED and rebuild if you want to use them. That said, I doubt you would see much improvement as a result o

[vpp-dev] #ipsec #dpdk VPP 22.02 no DPDK crypto devs available on AWS VM

2022-06-03 Thread gv . florian
Hi, I am a beginner in VPP and DPDK stuff, I am trying to create a high performance AWS VM which should do IPSec tunneling. The IPSEc traffic is running well, but I can not exceed 8Gb  traffic throughput and I can not convince VPP to beat the "ip xfrm" in terms of IPSec traffic throughput. Whe