Re: [dpdk-dev] [PATCH 1/5] eal: remove comment about old partition option

2020-10-28 Thread Burakov, Anatoly
On 22-Oct-20 11:05 PM, Thomas Monjalon wrote: The main initialization function (rte_eal_init) has documentation about a feature from another era: memory partition. Curiously, this lost treasure is found only now, suggesting there may be other interesting things to discover in the doc. To all asp

[dpdk-dev] [PATCH 1/5] eal: remove comment about old partition option

2020-10-22 Thread Thomas Monjalon
The main initialization function (rte_eal_init) has documentation about a feature from another era: memory partition. Curiously, this lost treasure is found only now, suggesting there may be other interesting things to discover in the doc. To all aspiring Indiana Jones: the hunt is open! Signed-o