From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id ACD6D7CB9 for ; Mon, 4 Sep 2017 16:53:26 +0200 (CEST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga104.jf.intel.com with ESMTP; 04 Sep 2017 07:53:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,475,1498546800"; d="scan'208";a="145318373" Received: from smonroyx-mobl.ger.corp.intel.com (HELO [10.237.221.28]) ([10.237.221.28]) by orsmga005.jf.intel.com with ESMTP; 04 Sep 2017 07:53:24 -0700 To: amin.tootoonchian@intel.com, Marcin Kerlin , Thomas Monjalon , "dev@dpdk.org" References: <5905C8E33883CA46A8878E2D7724E21516DF5D@ORSMSX109.amr.corp.intel.com> <68D830D942438745AD09BAFA99E33E812746D0@IRSMSX102.ger.corp.intel.com> <5905C8E33883CA46A8878E2D7724E215172927@ORSMSX109.amr.corp.intel.com> <29406326.BbypyUUmXA@xps13> <5905C8E33883CA46A8878E2D7724E21518CB6C@ORSMSX109.amr.corp.intel.com> From: Sergio Gonzalez Monroy Message-ID: <4abb6aa8-7b3c-5c98-5cb5-3bfbdefac4ea@intel.com> Date: Mon, 4 Sep 2017 15:53:23 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.1.1 MIME-Version: 1.0 In-Reply-To: <5905C8E33883CA46A8878E2D7724E21518CB6C@ORSMSX109.amr.corp.intel.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: ensure consistent port id assignment 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: , X-List-Received-Date: Mon, 04 Sep 2017 14:53:27 -0000 Hi, On 24/08/2016 23:17, amin.tootoonchian at intel.com (Tootoonchian, Amin) wrote: > Sergio, could you please review this patch? > > Thanks, > Amin The patch status should be updated to 'Not Applicable' since similar functionality has been implemented (commit d948f596). Only Primary processes are allowed to call rte_eth_dev_allocate(), while Secondary processes should call rte_eth_dev_attach_secondary() Thanks, Sergio >> -----Original Message----- >> From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] >> Sent: Wednesday, July 20, 2016 8:12 AM >> To: Tootoonchian, Amin >> Cc: dev at dpdk.org; Kerlin, MarcinX >> Subject: Re: [dpdk-dev] [PATCH] ethdev: ensure consistent port id assignment >> >> Hi, >> >> 2016-07-20 15:07, Tootoonchian, Amin: >>> Thomas, your thoughts? >> I have 2 thoughts: >> - it is too big for 16.07 >> - it is related to multi-process mechanism, maintained by Sergio ;) >> >> Sorry I won't look at it shortly.