[dpdk-dev] [PATCH v10 0/7] add packet capture framework

2016-06-16 Thread Thomas Monjalon
> Reshma Pattan (7): > ethdev: use locks to protect Rx/Tx callback lists > ethdev: add new api to add Rx callback as head of the list > ethdev: add new fields to ethdev info struct > ethdev: make get port by name and get name by port public > pdump: add new library for packet capturing su

[dpdk-dev] [PATCH v10 0/7] add packet capture framework

2016-06-15 Thread Reshma Pattan
This patch set include below changes 1)Changes to librte_ether. 2)A new library librte_pdump added for packet capture framework. 3)A new app/pdump tool added for packet capturing. 4)Test pmd changes done to initialize packet capture framework. 5)Documentation update. 1)librte_pdump ==