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

2020-10-09 Thread Ferruh Yigit
On 10/9/2020 5:58 PM, 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 v3] net/memif: use abstract socket address

2020-10-09 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