From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 49321ADD2 for ; Wed, 15 Jun 2016 07:44:52 +0200 (CEST) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga101.jf.intel.com with ESMTP; 14 Jun 2016 22:44:51 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.26,474,1459839600"; d="scan'208";a="122125024" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by fmsmga004.fm.intel.com with ESMTP; 14 Jun 2016 22:44:50 -0700 Received: from irsmsx109.ger.corp.intel.com ([169.254.13.193]) by IRSMSX103.ger.corp.intel.com ([169.254.3.240]) with mapi id 14.03.0248.002; Wed, 15 Jun 2016 06:44:49 +0100 From: "Pattan, Reshma" To: Thomas Monjalon CC: "dev@dpdk.org" , "Mcnamara, John" Thread-Topic: [dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture framework Thread-Index: AQHRxiCNuqWdO9ROrUmZeQmHTFhQEZ/pXTQAgACm8DA= Date: Wed, 15 Jun 2016 05:44:48 +0000 Message-ID: <3AEA2BF9852C6F48A459DA490692831F0104E204@IRSMSX109.ger.corp.intel.com> References: <1465575534-23605-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-9-git-send-email-reshma.pattan@intel.com> <20674049.ba9e9pvK4u@xps13> In-Reply-To: <20674049.ba9e9pvK4u@xps13> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODBlZGFiMzUtZDk3My00ZmZkLTg2NGQtNjUyNDA2MDI0YzI0IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkFxVmdvaVFVOERZXC9Pc0c3Q2NDSWhcL2RQbm4zc1Z5ZlNSOVhMVXYyYWJwOD0ifQ== x-ctpclassification: CTP_IC x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 05:44:52 -0000 > -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > Sent: Tuesday, June 14, 2016 9:41 PM > To: Pattan, Reshma > Cc: dev@dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture > framework >=20 > When commenting previous patches, I missed these docs. > Please move them in the appropriate patches. >=20 > > +Use Case: Packet Capturing > > +-------------------------- > > + > > +The DPDK ``app/pdump`` tool is developed based on this library to capt= ure > packets in DPDK. > > +Users can use this as an example to develop their own packet capturing > application. >=20 > Is it an example or a debugging tool? It is a debugging tool. > If it is an example, it should be in the examples/ directory. >=20 > > ABI Changes > > ----------- > > @@ -146,6 +156,9 @@ ABI Changes > > * The ``rte_port_source_params`` structure has new fields to support P= CAP > 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`` a= nd > ``nb_tx_queues`` > > + to support number of queues configured by software. >=20 > 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/ Thanks, Reshma