Re: [PATCH v1] config: make max memzones definition configurable

2023-02-21 Thread Thomas Monjalon
13/02/2023 18:04, Ophir Munk: > Since the new rte API was "discussed in recent years" and it is also > dependent on different driver vendors acceptance - I suggest that the > compilation option will be applied now. I think there is a misunderstanding here. > The new rte API effort will start in

RE: [PATCH v1] config: make max memzones definition configurable

2023-02-13 Thread Ophir Munk
..@arm.com; jer...@marvell.com; rm...@marvell.com; > dsinghra...@marvell.com > Subject: Re: [PATCH v1] config: make max memzones definition configurable > > On Mon, Feb 13, 2023 at 02:55:41PM +0100, Thomas Monjalon wrote: > > 13/02/2023 12:05, Bruce Richardson: > > > On Sun, F

Re: [PATCH v1] config: make max memzones definition configurable

2023-02-13 Thread Bruce Richardson
On Mon, Feb 13, 2023 at 02:55:41PM +0100, Thomas Monjalon wrote: > 13/02/2023 12:05, Bruce Richardson: > > On Sun, Feb 12, 2023 at 10:53:19AM +0200, Ophir Munk wrote: > > > In current DPDK the RTE_MAX_MEMZONE definition is unconditionally > > > hard coded as 2560. For applications requiring differ

Re: [PATCH v1] config: make max memzones definition configurable

2023-02-13 Thread Thomas Monjalon
13/02/2023 12:05, Bruce Richardson: > On Sun, Feb 12, 2023 at 10:53:19AM +0200, Ophir Munk wrote: > > In current DPDK the RTE_MAX_MEMZONE definition is unconditionally hard > > coded as 2560. For applications requiring different values of this > > parameter – it is more convenient to set its value

Re: [PATCH v1] config: make max memzones definition configurable

2023-02-13 Thread Bruce Richardson
On Sun, Feb 12, 2023 at 10:53:19AM +0200, Ophir Munk wrote: > In current DPDK the RTE_MAX_MEMZONE definition is unconditionally hard > coded as 2560. For applications requiring different values of this > parameter – it is more convenient to set its value as part of the meson > command line rather

[PATCH v1] config: make max memzones definition configurable

2023-02-12 Thread Ophir Munk
In current DPDK the RTE_MAX_MEMZONE definition is unconditionally hard coded as 2560. For applications requiring different values of this parameter – it is more convenient to set its value as part of the meson command line rather than changing the dpdk source code per application. An example would