From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 04294A0547; Fri, 30 Jul 2021 13:23:36 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7FF3D40042; Fri, 30 Jul 2021 13:23:36 +0200 (CEST) Received: from out5-smtp.messagingengine.com (out5-smtp.messagingengine.com [66.111.4.29]) by mails.dpdk.org (Postfix) with ESMTP id 308314003F for ; Fri, 30 Jul 2021 13:23:35 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id C55975C00C9; Fri, 30 Jul 2021 07:23:33 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 30 Jul 2021 07:23:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=fm1; bh= LR1wfOqGg0zzru0X9Rk1nZbHiJgZk3w1jUtSMxIrW94=; b=bjqVHHn5jGHKHwBw ZrBagnYxCuWTmPI427UCtYI5Id4LwpXA+toG9PQWNFfuzQtCMNfcdAlv1jS+63gN ggsg0/V8PR1B8e8GkaE4Tq4cSZA4TYkh+QiT6UsgYKyTrTKJiXWjYdObj3bHWSmh S+tq40YVnBKd7JjHvw8fYAE/GorqXQ7gqvaF+1P3yZVryXSMRTMrvozWFdJhA/RV lDRclyhKZTRYJSQr6fghmAhio79mpEN1JAsNLu/JdnYuLbi/y1ai22ktFLhZUuFC Y0fWXZXAbIbR78LNAIG6vmVm9anpxI531d1zYnyUn5g8HM5KumMepBF2j+ODbz9l OEs8Yg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm3; bh=LR1wfOqGg0zzru0X9Rk1nZbHiJgZk3w1jUtSMxIrW 94=; b=Qh6Z25yuPneU4i0WRiApvB731sS1LINdhtgoVajgkyPPwfbN6tlrVCRLE 1WehQLgve0O6PyFHeO1RcsFALEpE4Trn9UTGklWjif2kUcODSfilltmD2bS7Tvar VdsJUTVyESA6aM1igBXTRzj5iJispOWy+IogC6/yc6EC4uq/Z3kn4/JtziLOduuy ZtGaY5cG8XGApJR7b1KPJSlbzUCG1XLq5+KN/KJ+q8eRqzGy6uGfoqzDWtVLaSkE OPrYJll/pWKv3iiWvwIvGuwoS0xcSkBKdQhs2WiouI5zuETtlso/V7BlQia3tNst 4EYeI/J934WCa6O6LjNrXpegIWf8g== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvtddrheehgdefhecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucggtf frrghtthgvrhhnpedugefgvdefudfftdefgeelgffhueekgfffhfeujedtteeutdejueei iedvffegheenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmhgrihhlfhhroh hmpehthhhomhgrshesmhhonhhjrghlohhnrdhnvght X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Fri, 30 Jul 2021 07:23:32 -0400 (EDT) From: Thomas Monjalon To: Nathan Skrzypczak Cc: "dev@dpdk.org" , "andrew.rybchenko@oktetlabs.ru" , "Jakub Grajciar -X (jgrajcia - PANTHEON TECH SRO at Cisco)" Date: Fri, 30 Jul 2021 13:24:20 +0200 Message-ID: <101729761.PzXlasdOC7@thomas> In-Reply-To: References: <20210617162233.54296-1-nathan.skrzypczak@gmail.com> <20210723091857.9760-2-nathan.skrzypczak@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v2] net/memif: fix abstract socket addr_len X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > > 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 Grajciar Applied, thanks.