From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 91762A04BC; Fri, 9 Oct 2020 19:17:55 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id E99081C11E; Fri, 9 Oct 2020 19:17:53 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 489EC1C11C for ; Fri, 9 Oct 2020 19:17:51 +0200 (CEST) IronPort-SDR: HDhkU4SNuXeTjrP5sdivE2OoiF+nyBRKoLcCA05WmHzkLFLmUMCZhKzSShxt9BuEWOtWRpqymX uoO3NOS8aKTw== X-IronPort-AV: E=McAfee;i="6000,8403,9769"; a="144834557" X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="144834557" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 10:17:49 -0700 IronPort-SDR: jnNhTT5i+JPWOjtrDqGF0YbZ8y1kRCD7rvmwZs0RqckfclRT7oKLG1jyngn5qWfDxA3Ozr5BYj hRXHkM209upg== X-IronPort-AV: E=Sophos;i="5.77,355,1596524400"; d="scan'208";a="462262348" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.18.7]) ([10.252.18.7]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 09 Oct 2020 10:17:48 -0700 To: Jakub Grajciar , dev@dpdk.org References: <20201007100047.4456-1-jgrajcia@cisco.com> <20201009165859.5303-1-jgrajcia@cisco.com> From: Ferruh Yigit Message-ID: <8073c7b5-373e-c1c1-8aee-538d152570ed@intel.com> Date: Fri, 9 Oct 2020 18:17:44 +0100 MIME-Version: 1.0 In-Reply-To: <20201009165859.5303-1-jgrajcia@cisco.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v3] net/memif: use abstract socket address X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 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" On 10/9/2020 5:58 PM, Jakub Grajciar wrote: > 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 > --- > doc/guides/nics/memif.rst | 1 + > drivers/net/memif/memif_socket.c | 28 +++++++++++++++++-------- > drivers/net/memif/rte_eth_memif.c | 34 ++++++++++++++++++++++++++++++- > drivers/net/memif/rte_eth_memif.h | 10 +++++---- > 4 files changed, 60 insertions(+), 13 deletions(-) looks good thanks, can you also add a release notes update for the feature?