Re: [dpdk-dev] [PATCH 1/4] eal: add new API to register contiguous external memory

2020-01-23 Thread Burakov, Anatoly
On 13-Dec-19 2:13 PM, Maxime Coquelin wrote: This new API allows to pass a file descriptor while registering external and contiguous memory in the IOVA space. This is required for using Virtio-user PMD with application using external memory for the mbuf's buffers, like Seastar or VPP. FD is onl

[dpdk-dev] [PATCH 1/4] eal: add new API to register contiguous external memory

2019-12-13 Thread Maxime Coquelin
This new API allows to pass a file descriptor while registering external and contiguous memory in the IOVA space. This is required for using Virtio-user PMD with application using external memory for the mbuf's buffers, like Seastar or VPP. FD is only attached to the segments if single_file_segme