Re: [dpdk-dev] [PATCH v4] net/memif: use abstract socket address

2020-10-12 Thread Stephen Hemminger
On Mon, 12 Oct 2020 10:28:29 +0200 Jakub Grajciar wrote: > Abstract socket address has no connection with > filesystem pathnames and the socket disappears > once all open references are closed. > > Memif pmd will use abstract socket address by default. > For backwards compatibility use new argum

Re: [dpdk-dev] [PATCH v4] net/memif: use abstract socket address

2020-10-12 Thread Ferruh Yigit
On 10/12/2020 9:28 AM, Jakub Grajciar wrote: Abstract socket address has no connection with filesystem pathnames and the socket disappears once all open references are closed. Memif pmd will use abstract socket address by default. For backwards compatibility use new argument 'socket-abstract=no'

[dpdk-dev] [PATCH v4] net/memif: use abstract socket address

2020-10-12 Thread Jakub Grajciar
Abstract socket address has no connection with filesystem pathnames and the socket disappears once all open references are closed. Memif pmd will use abstract socket address by default. For backwards compatibility use new argument 'socket-abstract=no' Signed-off-by: Jakub Grajciar --- doc/guide