From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 3F5B41B1C3 for ; Thu, 12 Oct 2017 00:44:08 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Oct 2017 15:44:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.43,362,1503385200"; d="scan'208";a="909066913" Received: from unknown (HELO [10.241.225.21]) ([10.241.225.21]) by FMSMGA003.fm.intel.com with ESMTP; 11 Oct 2017 15:44:07 -0700 To: Thomas Monjalon , ciara.loftus@intel.com Cc: dev@dpdk.org, Adrien Mazarguil , ktraynor@redhat.com, gaetan.rivet@6wind.com, jblunck@infradead.org References: <20170922113007.43385-1-ferruh.yigit@intel.com> <20170922145722.GA3871@6wind.com> <5659846.3hnuzHVyBs@xps> From: Ferruh Yigit Message-ID: <3c49bbb7-6ecb-1bea-f529-f1edfd7ca880@intel.com> Date: Wed, 11 Oct 2017 23:44:07 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <5659846.3hnuzHVyBs@xps> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] ethdev: revert use device name from device structure 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: Wed, 11 Oct 2017 22:44:09 -0000 On 10/11/2017 10:56 PM, Thomas Monjalon wrote: > 22/09/2017 16:57, Adrien Mazarguil: >> On Fri, Sep 22, 2017 at 12:30:07PM +0100, Ferruh Yigit wrote: >>> This reverts commit a1e7c17555e8f77d520ba5f06ed26c00e77a2bd1. >>> >>> Original commit assumes there is 1:1 mapping between physical device and >>> ethdev port, so that device name can be used per port instead of ethdev >>> name field. >>> >>> But one physical device may have multiple ethdev ports and each port >>> needs its own unique name. >>> >>> One issue reported here: >>> http://dpdk.org/ml/archives/users/2017-September/002484.html >>> >>> So reverting back the commit to continue using ethdev name field per >>> port. >>> >>> Reported-by: Adrien Mazarguil >>> Signed-off-by: Ferruh Yigit >> >> Acked-by: Adrien Mazarguil > > Acked-by: Thomas Monjalon Applied to dpdk-next-net/master, thanks.