net/memif: use abstract socket address
authorJakub Grajciar <jgrajcia@cisco.com>
Mon, 12 Oct 2020 08:28:29 +0000 (10:28 +0200)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 16 Oct 2020 17:47:58 +0000 (19:47 +0200)
commit2f865ed07bb696bb7724c2a52674019391e9077e
tree49c3a87217e2e536c4ed6466af1e85a2da57643b
parent29892e064c1813927195fdbb7d80aede1ccd017d
net/memif: use abstract socket address

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 <jgrajcia@cisco.com>
doc/guides/nics/memif.rst
doc/guides/rel_notes/release_20_11.rst
drivers/net/memif/memif_socket.c
drivers/net/memif/rte_eth_memif.c
drivers/net/memif/rte_eth_memif.h