> -----Original Message----- > From: Nathan Skrzypczak <nathan.skrzypc...@gmail.com> > 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) <jgraj...@cisco.com> > Subject: [PATCH v2] net/memif: fix abstract socket addr_len > > 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 <nathan.skrzypc...@gmail.com>
Looks ok to me. Reviewed-by: Jakub Grajciar <jgraj...@cisco.com>