From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id 9958FC2DC for ; Wed, 15 Jun 2016 10:24:06 +0200 (CEST) Received: by mail-wm0-f47.google.com with SMTP id m124so24108045wme.1 for ; Wed, 15 Jun 2016 01:24:06 -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=CkYdGmVQZ5m+nPK4SYfP2vpaTNIG5R6bYLLlq87Lpyw=; b=JTo6TL2cHKq5e4LBYXqPdwNVcUnOvSvjortdkHVmKpx0mA3rvRmzEog9RxPIB3wcLa 6PDpPYg0omTRt5EgPlPaaYf+cdM0l45MPXeMsbxIr/0oPY8D5YzzGPThN+3+jrtG/Cqi h5LcCkilbI9veC51k2vb64buJJ4MnLYePHFG+7Kxm++rndaGTxC0bWcbjJCrnrEQ5zSi 7WaKsceVaNB+ucj46+Ki0Jvax13T79eb55sbpKaT60DVVlJ5hjXgkqqDN5Gw1RCDY6UJ AZgRXbHZPqnEcBHoKiQsCIuyJU5SA04Tk4ld8KSQSHx5SpDjk1cZcQX0UNKjjpE9waJQ 7C1Q== 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=CkYdGmVQZ5m+nPK4SYfP2vpaTNIG5R6bYLLlq87Lpyw=; b=O4jNfRgtGRKiLnMRPyW2rT+1rzb+yzUfOov4gswd9UvRIRe2jW7bm+OtRDZpL7TkUA RytBTPivw7MdLdr0B+Ucbgrlg2tOv38C/Q4AY/pRy22jJv8u1n0KRklzZ6snujIiTt3m WnapMtJun1gPgIl65VszgW+vnc/sRRtZjtzj8gxK+IdaroCbIqhZLeZyiS0qz5FNKKOY gASyKuNHdRQV418uflnVS1+yye0k1XE9xGutPhG5CHtNrAWd54ITbah6SKWecHFKo4q0 e3WZu+xalW9NCfz37PV6g7jDQyyedCjW36y6kD8LDUsDraEx4gAcYiW7YB1Sf1mlb8iY abAA== X-Gm-Message-State: ALyK8tJWVypuyTraCBFRwOs2oeYxcY+59iCT0Ydi13AU3Ozw7ptG7QFet8gzALJiFFhBEUAf X-Received: by 10.194.145.244 with SMTP id sx20mr11387757wjb.169.1465979046432; Wed, 15 Jun 2016 01:24:06 -0700 (PDT) Received: from xps13.localnet (184.203.134.77.rev.sfr.net. [77.134.203.184]) by smtp.gmail.com with ESMTPSA id w76sm8308346wmd.11.2016.06.15.01.24.05 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 15 Jun 2016 01:24:05 -0700 (PDT) From: Thomas Monjalon To: "Pattan, Reshma" Cc: dev@dpdk.org, "Mcnamara, John" Date: Wed, 15 Jun 2016 10:24:04 +0200 Message-ID: <2148583.6tFvBkqjsm@xps13> User-Agent: KMail/4.14.10 (Linux/4.5.4-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <3AEA2BF9852C6F48A459DA490692831F0104E204@IRSMSX109.ger.corp.intel.com> References: <1465575534-23605-1-git-send-email-reshma.pattan@intel.com> <20674049.ba9e9pvK4u@xps13> <3AEA2BF9852C6F48A459DA490692831F0104E204@IRSMSX109.ger.corp.intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture framework 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: Wed, 15 Jun 2016 08:24:06 -0000 2016-06-15 05:44, Pattan, Reshma: > > > ABI Changes > > > ----------- > > > @@ -146,6 +156,9 @@ ABI Changes > > > * The ``rte_port_source_params`` structure has new fields to support PCAP > > file. > > > It was already in release 16.04 with ``RTE_NEXT_ABI`` flag. > > > > > > +* The ``rte_eth_dev_info`` structure has new fields ``nb_rx_queues`` and > > ``nb_tx_queues`` > > > + to support number of queues configured by software. > > > > There was no deprecation notice in 16.04 for this ABI change. > > Deprecation notice and relevant planed changes were sent as RFC during the start of 16.07 , please find the below is the link for the same. > http://dpdk.org/dev/patchwork/patch/12033/ > http://dpdk.org/dev/patchwork/patch/12034/ Yes there was no notice in 16.04.