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

2019-11-15 Thread Ferruh Yigit
On 11/11/2019 3:49 PM, David Marchand wrote: > On Mon, Nov 11, 2019 at 4:21 PM Ferruh Yigit wrote: >> >> On 11/4/2019 11:03 AM, Jakub Grajciar wrote: >>> Zero-copy slave support for memif PMD. >>> Slave interface exposes DPDK memory to >>> master interface. Only single file segments >>> are suppor

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

2019-11-12 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco)
> -Original Message- > From: Thomas Monjalon > Sent: Monday, November 11, 2019 4:25 PM > To: Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco) > > Cc: dev@dpdk.org; Ferruh Yigit ; David Marchand > ; Anatoly Burakov > > Subject: Re: [dpdk-dev] [PAT

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

2019-11-11 Thread David Marchand
On Mon, Nov 11, 2019 at 4:21 PM Ferruh Yigit wrote: > > On 11/4/2019 11:03 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). > > > >

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

2019-11-11 Thread Thomas Monjalon
11/11/2019 16:21, Ferruh Yigit: > On 11/4/2019 11:03 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 G

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

2019-11-11 Thread Ferruh Yigit
On 11/4/2019 11:03 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 > --- > doc/guides/nics/memif.rst

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

2019-11-04 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 | 42 +- drivers/net/memif/Makefile