[dpdk-dev] imissed in rte_pmd_pcap

2016-09-12 Thread Ferruh Yigit
Hi Keren, On 9/12/2016 7:44 AM, Keren Hochman wrote: > Hello, > in the dpdk pcap driver, the imissed indicator of rte_eth_stats structure > is not increasing even when we miss packets since there are no available > mbufs. I looked at the code and I saw that nothing increase it in the pcap > driver

[dpdk-dev] imissed in rte_pmd_pcap

2016-09-12 Thread Keren Hochman
Hello, in the dpdk pcap driver, the imissed indicator of rte_eth_stats structure is not increasing even when we miss packets since there are no available mbufs. I looked at the code and I saw that nothing increase it in the pcap driver code ( as opposed to other drivers where it's being promoted) I