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

2019-10-30 Thread David Marchand
On Wed, Oct 30, 2019 at 11:17 AM Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco) wrote: > > > On 8/22/2019 9:18 AM, Jakub Grajciar wrote: > > > > Zero-copy slave support for memif PMD. > > > > Slave interface exposes DPDK memory to master interface. Only single > > > > file segments are

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

2019-10-30 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco)
> > On 8/22/2019 9:18 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). > > Do you really want this additional configuration in y

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

2019-10-29 Thread David Marchand
On Fri, Oct 25, 2019 at 6:45 PM Yigit, Ferruh wrote: > > On 8/22/2019 9:18 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). Do you

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

2019-10-25 Thread Yigit, Ferruh
On 8/22/2019 9:18 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 Reviewed-by: Ferruh Yigit Since bin

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

2019-10-21 Thread Ferruh Yigit
On 10/17/2019 5:45 PM, Ferruh Yigit wrote: > On 10/17/2019 5:04 PM, Ferruh Yigit wrote: >> On 10/17/2019 12:52 PM, Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES >> at >> Cisco) wrote: >>> Hi Jakub, Just to double check if anyone is looking into the bind() error issue whi

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

2019-10-17 Thread Ferruh Yigit
On 10/17/2019 5:04 PM, Ferruh Yigit wrote: > On 10/17/2019 12:52 PM, Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at > Cisco) wrote: >> >>> Hi Jakub, >>> >>> Just to double check if anyone is looking into the bind() error issue which >>> is >>> since following commit, I am waiting for more

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

2019-10-17 Thread Ferruh Yigit
On 10/17/2019 12:52 PM, Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco) wrote: > >> Hi Jakub, >> >> Just to double check if anyone is looking into the bind() error issue which >> is >> since following commit, I am waiting for more input on it. >> >> Commit b923866c6974 ("net/memif:

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

2019-10-17 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECHNOLOGIES at Cisco)
> Hi Jakub, > > Just to double check if anyone is looking into the bind() error issue which is > since following commit, I am waiting for more input on it. > > Commit b923866c6974 ("net/memif: allow for full key size in socket name") > Cc: step...@networkplumber.org Definitely an issue, I must

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

2019-10-15 Thread Ferruh Yigit
On 10/4/2019 2:23 PM, Ferruh Yigit wrote: > On 8/22/2019 9:18 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

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

2019-10-04 Thread Ferruh Yigit
On 8/22/2019 9:18 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 v5] net/memif: zero-copy slave

2019-08-22 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