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 2B149A04B6; Mon, 12 Oct 2020 16:58:03 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 08FE71D692; Mon, 12 Oct 2020 16:58:02 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 48C7F1D679 for ; Mon, 12 Oct 2020 16:57:59 +0200 (CEST) IronPort-SDR: SPk8XeLllU9TpuGtokHFMQtLz7Lx2ewgxJX4gbR9ONOGLS5KGWyF5p0NCWvQVtc4eN9hfrAy88 lCp57BVPsVag== X-IronPort-AV: E=McAfee;i="6000,8403,9771"; a="145615912" X-IronPort-AV: E=Sophos;i="5.77,367,1596524400"; d="scan'208";a="145615912" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2020 07:57:57 -0700 IronPort-SDR: QrYNcoLKuuFilqlgJ70lekOREgKNpKgLD7hA7OtQHO+yolwnkDMGrzkOb99+JLPhDBAX1mvbMN Ajunw+vCIwfA== X-IronPort-AV: E=Sophos;i="5.77,367,1596524400"; d="scan'208";a="520715383" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.244.119]) ([10.213.244.119]) by fmsmga005-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Oct 2020 07:57:56 -0700 To: Jakub Grajciar , dev@dpdk.org References: <20201009165859.5303-1-jgrajcia@cisco.com> <20201012082829.5965-1-jgrajcia@cisco.com> From: Ferruh Yigit Message-ID: <5f1d8d2a-155e-f716-b157-6e7bddce3055@intel.com> Date: Mon, 12 Oct 2020 15:57:53 +0100 MIME-Version: 1.0 In-Reply-To: <20201012082829.5965-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 v4] 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/12/2020 9:28 AM, 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 > Applied to dpdk-next-net/main, thanks.