[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 code ( as opposed to other drivers where it's being promoted)

As you said, it is not implemented, any patch welcome.

> Is there a reason for that?

No specific reason as far as I know.


> Is there other way to follow missed packets
> when using libpcap ?
> Thanks, Keren
> 



[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)
Is there a reason for that? Is there other way to follow missed packets
when using libpcap ?
Thanks, Keren