[RFC PATCH 1/5] bus: new driver to accept shared memory over unix socket

2023-09-22 Thread Bruce Richardson
Add a new driver to DPDK which supports taking in memory e.g. hugepage memory via a unix socket connection and maps it into the DPDK process replacing the current socket memory as the default memory for use by future requests. Signed-off-by: Bruce Richardson --- drivers/bus/meson.build

Re: [RFC PATCH 1/5] bus: new driver to accept shared memory over unix socket

2023-11-23 Thread Jerin Jacob
On Fri, Sep 22, 2023 at 1:49 PM Bruce Richardson wrote: > > Add a new driver to DPDK which supports taking in memory e.g. hugepage > memory via a unix socket connection and maps it into the DPDK process > replacing the current socket memory as the default memory for use by > future requests. > > S