> > 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
> -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
> 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
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
4 matches
Mail list logo