Re: [dpdk-dev] [PATCH] net/memif: fix abstract socket addr_len

2021-07-01 Thread Andrew Rybchenko
On 6/17/21 7:22 PM, Nathan Skrzypczak wrote: > This fixes using abstract sockets with memifs. > we were not passing the exact addr_len, which > requires zeroing the remaining sun_path and > doesn't appear well in other utilities (e.g. > lsof -U) > > Signed-off-by: Nathan Skrzypczak > --- > drive

[dpdk-dev] [PATCH] net/memif: fix abstract socket addr_len

2021-06-18 Thread Nathan Skrzypczak
This fixes using abstract sockets with memifs. we were not passing the exact addr_len, which requires zeroing the remaining sun_path and doesn't appear well in other utilities (e.g. lsof -U) Signed-off-by: Nathan Skrzypczak --- drivers/net/memif/memif_socket.c | 13 ++--- 1 file changed,