[dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture framework

2016-06-15 Thread Thomas Monjalon
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_

[dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture framework

2016-06-15 Thread Pattan, Reshma
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, June 14, 2016 9:41 PM > To: Pattan, Reshma > Cc: dev at dpdk.org; Mcnamara, John > Subject: Re: [dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture >

[dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture framework

2016-06-14 Thread Thomas Monjalon
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_a

[dpdk-dev] [PATCH v9 8/8] doc: update doc for packet capture framework

2016-06-14 Thread Reshma Pattan
Added programmers guide for librte_pdump. Added sample application guide for app/pdump application. Updated release note for packet capture framework changes. Signed-off-by: Reshma Pattan Acked-by: John McNamara --- MAINTAINERS | 3 + doc/guides/prog_guide/index.rs