Re: [dpdk-dev] [PATCH 0/4] Add external contiguous memory support to Virtio-user

2023-08-25 Thread David Marchand
On Fri, Dec 13, 2019 at 3:13 PM Maxime Coquelin wrote: > > Somme applications/frameworks using DPDK allocate their own memory > for its buffers. This is the case of Seastar, and also VPP. > > It is currently not possible to use Virtio-user PMD with these > applications because Virtio-user requires

Re: [dpdk-dev] [PATCH 0/4] Add external contiguous memory support to Virtio-user

2020-01-08 Thread Maxime Coquelin
Hi Anatoly, Any feedback on the series? This is important for vDPA support, to be compliant with containeriez application using external memory. Thanks, Maxime On 12/13/19 3:13 PM, Maxime Coquelin wrote: > Somme applications/frameworks using DPDK allocate their own memory > for its buffers. This

[dpdk-dev] [PATCH 0/4] Add external contiguous memory support to Virtio-user

2019-12-13 Thread Maxime Coquelin
Somme applications/frameworks using DPDK allocate their own memory for its buffers. This is the case of Seastar, and also VPP. It is currently not possible to use Virtio-user PMD with these applications because Virtio-user requires file descriptor for this memory to be shared with the vhost-user b