[dpdk-dev] [PATCHv2 0/5] add packet capture framework

2016-05-10 Thread Remy Horton
On 10/05/2016 10:39, Reshma Pattan wrote: [..] > Reshma Pattan (5): >librte_ether: protect add/remove of rxtx callbacks with spinlocks >lib/librte_pdump: add new library for packet capturing support >app/pdump: add pdump tool for packet capturing >app/test-pmd: add pdump initializa

[dpdk-dev] [PATCHv2 0/5] add packet capture framework

2016-05-10 Thread Reshma Pattan
This patchset include below changes 1)Changes to librte_ether. 2)New library librte_pdump added for packet capture framework. 3)New app/pdump tool added for packet capturing. 4)Test pmd changes done to initialize packet capture framework. 5)Documentation update. 1)librte_pdump == To su