Re: [PATCH] examples/ipsec-secgw: fix number of queue pairs

2025-07-09 Thread Thomas Monjalon
09/07/2025 10:23, Volodymyr Fialko: > Fix a mismatch between the signature of the cryptodevs_init() function > and the arguments passed to it during the call. This caused incorrect > initialization of queue pairs in ipsec-secgw example. > > Fixes: 253265f8fb97 ("examples/ipsec-secgw: reduce queues

[PATCH] examples/ipsec-secgw: fix number of queue pairs

2025-07-09 Thread Volodymyr Fialko
Fix a mismatch between the signature of the cryptodevs_init() function and the arguments passed to it during the call. This caused incorrect initialization of queue pairs in ipsec-secgw example. Fixes: 253265f8fb97 ("examples/ipsec-secgw: reduce queues for event lookaside") Cc: sta...@dpdk.org Si