Re: [PATCH v3 0/2] Enable apps to use external memory as native

2023-09-18 Thread Stephen Hemminger
On Mon, 18 Sep 2023 17:32:04 +0100 Bruce Richardson wrote: > Sometimes apps (or perhaps DPDK driver components) may want to allow > use of "external" i.e. non EAL allocated, memory as though it were > standard DPDK memory. This patchset provides the ability to do this, > by: firstly, adding an ex

[PATCH v3 0/2] Enable apps to use external memory as native

2023-09-18 Thread Bruce Richardson
Sometimes apps (or perhaps DPDK driver components) may want to allow use of "external" i.e. non EAL allocated, memory as though it were standard DPDK memory. This patchset provides the ability to do this, by: firstly, adding an explicit flag to indicate non-EAL memory, rather than relying on the so