RE: [PATCH 1/1] examples/ipsec-secgw: add option for descriptors per QP

2022-06-15 Thread Akhil Goyal
> > Added option to configure number of queue pair descriptors via command > > line (--desc-nb NUMBER_OF_DESC). > > > > When the crypto processing takes longer durations, small queue pair size > > would result in cryptodev enqueue failures. Larger queue pair size would > > allow more packets to sta

RE: [PATCH 1/1] examples/ipsec-secgw: add option for descriptors per QP

2022-06-09 Thread Anoob Joseph
> > Added option to configure number of queue pair descriptors via command > line (--desc-nb NUMBER_OF_DESC). > > When the crypto processing takes longer durations, small queue pair size > would result in cryptodev enqueue failures. Larger queue pair size would > allow more packets to stay in fli

[PATCH 1/1] examples/ipsec-secgw: add option for descriptors per QP

2022-06-09 Thread Volodymyr Fialko
Added option to configure number of queue pair descriptors via command line (--desc-nb NUMBER_OF_DESC). When the crypto processing takes longer durations, small queue pair size would result in cryptodev enqueue failures. Larger queue pair size would allow more packets to stay in flight simultaneou