From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f45.google.com (mail-wm0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 3A8039A9E for ; Tue, 14 Jun 2016 22:23:53 +0200 (CEST) Received: by mail-wm0-f45.google.com with SMTP id m124so6765666wme.1 for ; Tue, 14 Jun 2016 13:23:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:user-agent:in-reply-to :references:mime-version:content-transfer-encoding; bh=HWBEfQAUqzkh/9XxYCYjOYvMco85dkC8djh3FwP0eo0=; b=v5KxlWAzouR0b/k1GDrjhK4A6pGkSA6WXfJ24fSHGqqWUShghekOOkRqpIi+kCJFR1 K5Wi/qjK3MLiAoBGAstR284qM3QNa6x1D8luo+TR8KIEx+I+7LWpxOMFunWsx9NOJmiw L8jouv5qP1O6NuG7d0DEyzuPNHo2hZ3v9g05JrhibrhEARxx31iAtJ8fIvCu4231lepR TKJMhNp6Qv6+POtaYt4AiRQCRFKIlcHOtQTrWq1NWjVCElnZxlMkjGEPpz0eMAZ+9Bf2 hDoOSwt2IBi8Bp//Px3eLb6ZOow38jM9ioD0pu+gSEUIzcb5IV3kE/SugTCy/4u31p7N XneQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding; bh=HWBEfQAUqzkh/9XxYCYjOYvMco85dkC8djh3FwP0eo0=; b=E5QK0Oj2wTw+bCoM91CXj6EUZ306LFCKcSE3DKaTEFhzgyQ3ynW4G0plfsRUmQFt5S UQvHepdx5HUv5ZvfTh0fwk3goBwVXIwyQaccvpJLZ0c6FBIYhOeAYhhS87k0n+7lW0f5 utGMixrnYedoP4ba4dr0o3OxmYyMsgK2DObdCieRBoU/PvecZHedwXRNSy2BhTIOLUqb kan4eKgmsGEwfvLc8xVwtFwbIOe31Wg1A3EzDoUijg1zixfk3NNxQQUm/K3G2J78dO+r ghO5Nh0VDLiGx3FNZoYbAUTlZPqRloEo9kQN9PRA05qute2eAKjg8AU1w5+PHO3IgEuk xD0g== X-Gm-Message-State: ALyK8tLPOzxqJb0csfSawcfK+0TU0g+rNRm6teGe08RNEYHHADw46+of7EmsGyZ8jUSZwMEu X-Received: by 10.28.65.85 with SMTP id o82mr7824014wma.16.1465935832864; Tue, 14 Jun 2016 13:23:52 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id z5sm5835597wme.5.2016.06.14.13.23.51 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 14 Jun 2016 13:23:52 -0700 (PDT) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org, david.marchand@6wind.com Date: Tue, 14 Jun 2016 22:23:50 +0200 Message-ID: <14985579.xgXNtyuUaB@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1465897108-26548-5-git-send-email-reshma.pattan@intel.com> References: <1465575534-23605-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-5-git-send-email-reshma.pattan@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 4/8] ethdev: make get port by name and get name by port public X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Jun 2016 20:23:53 -0000 2016-06-14 10:38, Reshma Pattan: > Converted rte_eth_dev_get_port_by_name to a public API. > Converted rte_eth_dev_get_name_by_port to a public API. No justification? It was planned to remove these functions. The unique naming of the device interfaces could be improved in EAL.