Re: [dpdk-dev] [PATCH v3] net/memif: zero-copy slave

2019-07-06 Thread Thomas Monjalon
04/07/2019 11:20, Ferruh Yigit: > On 7/3/2019 11:44 AM, Jakub Grajciar wrote: > > Zero-copy slave support for memif PMD. > > Slave interface exposes DPDK memory to > > master interface. Only single file segments > > are supported (EAL option --single-file-segments). > > > > Signed-off-by: Jakub Gr

Re: [dpdk-dev] [PATCH v3] net/memif: zero-copy slave

2019-07-04 Thread Ferruh Yigit
On 7/3/2019 11:44 AM, Jakub Grajciar wrote: > Zero-copy slave support for memif PMD. > Slave interface exposes DPDK memory to > master interface. Only single file segments > are supported (EAL option --single-file-segments). > > Signed-off-by: Jakub Grajciar Applied to dpdk-next-net/master, tha

[dpdk-dev] [PATCH v3] net/memif: zero-copy slave

2019-07-03 Thread Jakub Grajciar
Zero-copy slave support for memif PMD. Slave interface exposes DPDK memory to master interface. Only single file segments are supported (EAL option --single-file-segments). Signed-off-by: Jakub Grajciar --- doc/guides/nics/memif.rst | 29 ++ drivers/net/memif/Makefile| 1 + dr