[dpdk-dev] [PATCH v4] Clang compile error with RTE_LIBRTE_MEMPOOL_DEBUG enabled.

2014-10-05 Thread Keith Wiles
When enabling RTE_LIBRTE_MEMPOOL_DEBUG and compiling with clang compiler an error occurs, because ifdefed code now includes GCC pragmas. GCC 4.4 is when push_options and pop_options pragma show up. Rework to include Thomas?s suggestion to drop push/pop pragma directives for ignore/error directive

[dpdk-dev] [PATCH v2] Fix librte_pmd_pcap driver double stop error

2014-10-05 Thread Nicolás Pernas Maradei
Hi, New in Patch v2: - Fixes an issue in eth_dev_start/stop where a single interface was always opened/closed even though pcap files had been selected for rx/tx streams. - The link_status was not being properly updated in case of using a single interface for rx/tx streams. Nico. On 2014-10-0