From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 8/8] doc: update doc for packet capture framework Date: Tue, 14 Jun 2016 22:41:22 +0200 Message-ID: <20674049.ba9e9pvK4u@xps13> 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> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, john.mcnamara@intel.com To: Reshma Pattan Return-path: Received: from mail-wm0-f51.google.com (mail-wm0-f51.google.com [74.125.82.51]) by dpdk.org (Postfix) with ESMTP id DD00C9ACF for ; Tue, 14 Jun 2016 22:41:24 +0200 (CEST) Received: by mail-wm0-f51.google.com with SMTP id m124so7299922wme.1 for ; Tue, 14 Jun 2016 13:41:24 -0700 (PDT) In-Reply-To: <1465897108-26548-9-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" When commenting previous patches, I missed these docs. Please move them in the appropriate patches. 2016-06-14 10:38, Reshma Pattan: > --- a/doc/guides/prog_guide/index.rst > +++ b/doc/guides/prog_guide/index.rst > @@ -71,6 +71,7 @@ Programmer's Guide > writing_efficient_code > profile_app > glossary > + pdump_library There is probably a better place that after the glossary. [...] > +The librte_pdump Library > +======================== > + > +The ``librte_pdump`` library provides a framework for packet capturing in DPDK. Here you need to explain what you mean by "packet capturing". Doing a copy? Slowing down the normal processing? Which usage do you target? debugging? fast mirroring? > +Use Case: Packet Capturing > +-------------------------- > + > +The DPDK ``app/pdump`` tool is developed based on this library to capture packets in DPDK. > +Users can use this as an example to develop their own packet capturing application. Is it an example or a debugging tool? If it is an example, it should be in the examples/ directory. > 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.