From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 4/7] ethdev: make get port by name and get name by port public Date: Thu, 16 Jun 2016 22:27:06 +0200 Message-ID: <1807397.sQiBT2pKsb@xps13> References: <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465999584-6343-1-git-send-email-reshma.pattan@intel.com> <1465999584-6343-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 To: Reshma Pattan Return-path: Received: from mail-wm0-f52.google.com (mail-wm0-f52.google.com [74.125.82.52]) by dpdk.org (Postfix) with ESMTP id 0DB5BCB44 for ; Thu, 16 Jun 2016 22:27:09 +0200 (CEST) Received: by mail-wm0-f52.google.com with SMTP id m124so85170212wme.1 for ; Thu, 16 Jun 2016 13:27:09 -0700 (PDT) In-Reply-To: <1465999584-6343-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-15 15:06, 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. > Updated the release notes with the changes. It is not an API change, just a new API, so no need to reference it in the release notes.