Re: [dpdk-dev] [PATCH v2 1/1] crypto/bcmfs: optimize crypto request processing

2020-10-14 Thread Akhil Goyal
> Reduce number of source BDs to submit a request to crypto engine. > This improves the performance as crypto engine fetches all the BDs in > single cycle. Adjust optional metadata (OMD) in continuation of > fixed meta data (FMD). > > Signed-off-by: Vikas Gupta > Signed-off-by: Raveendra Padasa

[dpdk-dev] [PATCH v2 1/1] crypto/bcmfs: optimize crypto request processing

2020-10-13 Thread Vikas Gupta
Reduce number of source BDs to submit a request to crypto engine. This improves the performance as crypto engine fetches all the BDs in single cycle. Adjust optional metadata (OMD) in continuation of fixed meta data (FMD). Signed-off-by: Vikas Gupta Signed-off-by: Raveendra Padasalagi Reviewed-b