[EXT] Re: [PATCH v4] lib: set/get max memzone segments
Alok Prasad
palok at marvell.com
Sun May 28 14:09:57 CEST 2023
> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: 26 May 2023 15:25
> To: Devendra Singh Rawat <dsinghrawat at marvell.com>; Alok Prasad <palok at marvell.com>
> Cc: dev at dpdk.org; Bruce Richardson <bruce.richardson at intel.com>; Ophir Munk <ophirmu at nvidia.com>; Matan Azrad
> <matan at nvidia.com>; Thomas Monjalon <thomas at monjalon.net>; Lior Margalit <lmargalit at nvidia.com>
> Subject: [EXT] Re: [PATCH v4] lib: set/get max memzone segments
>
> External Email
>
> ----------------------------------------------------------------------
> On Thu, May 25, 2023 at 12:26 AM Ophir Munk <ophirmu at nvidia.com> wrote:
> >
> > Currently, the max memzones count constat (RTE_MAX_MEMZONE) is used to
> > decide how many memzones a DPDK application can have. This value could
> > technically be changed by manually editing `rte_config.h` before
> > compilation, but if DPDK is already compiled, that option is not useful.
> > There are certain use cases that would benefit from making this value
> > configurable.
> >
> > This commit addresses the issue by adding a new API to set the max
> > number of memzones before EAL initialization (while using the old
> > constant as default value), as well as an API to get current maximum
> > number of memzones.
> >
> > Signed-off-by: Ophir Munk <ophirmu at nvidia.com>
> > Acked-by: Morten Brørup <mb at smartsharesystems.com>
>
> qede maintainers, can you double check the change on your driver please?
> Thanks.
>
>
> --
> David Marchand
Acked-by: Alok Prasad <palok at marvell.com>
More information about the dev
mailing list