RE: [RFC] config: customize max memzones configuration

2023-02-12 Thread Ophir Munk
k ; Matan Azrad > ; Thomas Monjalon ; Bruce > Richardson ; Lior Margalit > > Subject: Re: [RFC] config: customize max memzones configuration > > 2023-01-30 11:23 (UTC+0200), Ophir Munk: > > In current DPDK the RTE_MAX_MEMZONE definition is unconditionally hard > > coded a

Re: [RFC] config: customize max memzones configuration

2023-01-30 Thread Dmitry Kozlyuk
2023-01-30 11:23 (UTC+0200), 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 or to set the max value vi

Re: [RFC] config: customize max memzones configuration

2023-01-30 Thread Bruce Richardson
On Mon, Jan 30, 2023 at 11:23:02AM +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 or to s

[RFC] config: customize max memzones configuration

2023-01-30 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 or to set the max value via an rte API - rather than changing the dpdk sour