From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 4/8] ethdev: make get port by name and get name by port public Date: Tue, 14 Jun 2016 22:23:50 +0200 Message-ID: <14985579.xgXNtyuUaB@xps13> 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-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, david.marchand@6wind.com To: Reshma Pattan 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) In-Reply-To: <1465897108-26548-5-git-send-email-reshma.pattan@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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.