From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v10 3/7] ethdev: add new fields to ethdev info struct Date: Thu, 16 Jun 2016 21:14:51 +0200 Message-ID: <3415398.LdzlOjgr2l@xps13> References: <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465999584-6343-1-git-send-email-reshma.pattan@intel.com> <1465999584-6343-4-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-f41.google.com (mail-wm0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id D0E4FCB78 for ; Thu, 16 Jun 2016 21:14:53 +0200 (CEST) Received: by mail-wm0-f41.google.com with SMTP id a66so71480265wme.0 for ; Thu, 16 Jun 2016 12:14:53 -0700 (PDT) In-Reply-To: <1465999584-6343-4-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: > The new fields nb_rx_queues and nb_tx_queues are added to the > rte_eth_dev_info structure. > Changes to API rte_eth_dev_info_get() are done to update these new fields > to the rte_eth_dev_info object. The ABI is changed, not the API. > Release notes is updated with the changes. [...] > --- a/lib/librte_ether/rte_ether_version.map > +++ b/lib/librte_ether/rte_ether_version.map > @@ -137,4 +137,5 @@ DPDK_16.07 { > global: > > rte_eth_add_first_rx_callback; > + rte_eth_dev_info_get; > } DPDK_16.04; Why duplicating this symbol in 16.07? The ABI is broken anyway.