RE: [PATCH] doc: add limitation in using segment-sz in crypto-perf

2025-05-21 Thread Akhil Goyal
> > Subject: [PATCH] doc: add limitation in using segment-sz in crypto-perf > > > > When segment-sz is given as parameter, > > use buffer-sz in descending order. > > The reason is, same scatter gather buffer list is being used for all packet > > sizes

RE: [PATCH] doc: add limitation in using segment-sz in crypto-perf

2025-05-18 Thread Hemant Agrawal
> -Original Message- > From: Anoob Joseph > Sent: 16 May 2025 20:11 > To: Akhil Goyal ; dev@dpdk.org > Cc: suanmi...@nvidia.com; kai...@intel.com; Hemant Agrawal > ; brian.doo...@intel.com; Akhil Goyal > > Subject: RE: [PATCH] doc: add limitation in using s

RE: [PATCH] doc: add limitation in using segment-sz in crypto-perf

2025-05-16 Thread Anoob Joseph
> Subject: [PATCH] doc: add limitation in using segment-sz in crypto-perf > > When segment-sz is given as parameter, > use buffer-sz in descending order. > The reason is, same scatter gather buffer list is being used for all packet > sizes > which is initialized once in the

[PATCH] doc: add limitation in using segment-sz in crypto-perf

2025-05-16 Thread Akhil Goyal
When segment-sz is given as parameter, use buffer-sz in descending order. The reason is, same scatter gather buffer list is being used for all packet sizes which is initialized once in the beginning. Now if a small packet case is run first, mbuf SG list will be trimmed to a smaller number of SG and