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

2021-07-31 Thread Nathan Skrzypczak
Thanks ! Le ven. 30 juil. 2021 à 13:23, Thomas Monjalon a écrit : > > > 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) > > > > > > S

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

2021-07-30 Thread Thomas Monjalon
> > 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 > > Looks ok to me. > > Reviewed-by: Jakub Graj

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

2021-07-28 Thread Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco)
> -Original Message- > From: Nathan Skrzypczak > Sent: Friday, July 23, 2021 11:19 AM > To: dev@dpdk.org > Cc: andrew.rybche...@oktetlabs.ru; Jakub Grajciar -X (jgrajcia - PANTHEON > TECH SRO at Cisco) > Subject: [PATCH v2] net/memif: fix abstract socket addr_len > > This fixes using abs