Re: [dpdk-dev] [PATCH] doc: update note on packet capture framework initialization

2017-07-09 Thread Thomas Monjalon
03/07/2017 16:17, Reshma Pattan: > Updated note to make users aware that the packet capture framework > is initialized by default only in testpmd. Other primary applications > need to explicitly modify the code to do this initialization. > > Signed-off-by: Reshma Pattan Applied, thanks

[dpdk-dev] [PATCH] doc: update note on packet capture framework initialization

2017-07-03 Thread Reshma Pattan
Updated note to make users aware that the packet capture framework is initialized by default only in testpmd. Other primary applications need to explicitly modify the code to do this initialization. Signed-off-by: Reshma Pattan --- doc/guides/tools/pdump.rst | 6 ++ 1 file changed, 6 inserti