From mboxrd@z Thu Jan 1 00:00:00 1970 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) 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=ch051rWWJmMJtsyacHJc6WpoXhRv484pqRKgjBLIxE0=; b=yl+0rI5rJoFoY29h+bboIutowhYqPkK2gf/J4TfcdAUvMWw+/VFYd+TPsS9kKRp54I b6rHqrgwUhFbmlLkS50iA7eSFocCUzuoNQSBl9h6QQK6SdQ7U+75qniFtbBijCbDirXl hi/ozsrgJ6ghrKh2NHsI4+0LV8/nyUJo24ZMt+lqKhHNZlsWhQJpDowNXBHN9OcI0Rij kml8V5BM5QPyeAS7jiVoL/sj4wmLSFOMYeMFoYunrogn2gZF3m1Ie7SYJRoEIT5cnMRf iwVM3IE70MI7c/ffhCS+8aBl0f3dEGZOn9Y0HqBquPL3CQW8PMGxA/mD4RfKC2ggmF/B b+jw== 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=ch051rWWJmMJtsyacHJc6WpoXhRv484pqRKgjBLIxE0=; b=X4nuCFYD/80cNkdNOCPoREytbQZYpBBH+VJd31PQ9ah6RertMFngDbRDLmdPem1oDx wfhdK9y/GMkS4XCp1NuyIIGbSTfnhwzVPHcQGche8ziPGC1RgVFQGgnS7/dcHQmE2q2Z hZR3m+T/5vv0taRFBFaErhXxN/w3S0tazQBkV/4Xth9bEvBRSBI65rzxWpdk4B7sDuBE Bw6M1KPaslZnB3/xEEM8LvKPZQ4+cgN5shhtlA4pv+tCPZBF7esBxK0bzaiwhhXn3p7+ hrgqjjubn1M1OQXzqr2v+qPnMCOWPfQH0kZ7GTGe1NFH5XfexMFnZ7X8u9alHpTYHKBW YAoA== X-Gm-Message-State: ALyK8tK5U7HJSacfbxjqrJODIjm8GwujIJ8ondKlpQt8AleVhDPixIAp4ArlwSdNbsSxJa3u X-Received: by 10.194.83.41 with SMTP id n9mr1268998wjy.71.1466108828779; Thu, 16 Jun 2016 13:27:08 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id q69sm4104064wmd.4.2016.06.16.13.27.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 16 Jun 2016 13:27:07 -0700 (PDT) From: Thomas Monjalon To: Reshma Pattan Cc: dev@dpdk.org Date: Thu, 16 Jun 2016 22:27:06 +0200 Message-ID: <1807397.sQiBT2pKsb@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1465999584-6343-5-git-send-email-reshma.pattan@intel.com> 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v10 4/7] 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: Thu, 16 Jun 2016 20:27:09 -0000 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.