[dpdk-dev] [PATCH] ethdev: clarify API comment for imissed stats

2016-10-04 Thread Thomas Monjalon
2016-09-09 10:15, Olivier Matz: > The "imissed" stats represent RX packets dropped by the HW, > so we should not talk about mbufs as the hardware is not aware > of this structure. Buffer seems to be a better word. > > Fixes: 4eadb8ba11b7 ("ethdev: do not deprecate imissed counter") > > Signed-off

[dpdk-dev] [PATCH] ethdev: clarify API comment for imissed stats

2016-09-09 Thread Olivier Matz
The "imissed" stats represent RX packets dropped by the HW, so we should not talk about mbufs as the hardware is not aware of this structure. Buffer seems to be a better word. Fixes: 4eadb8ba11b7 ("ethdev: do not deprecate imissed counter") Signed-off-by: Olivier Matz --- lib/librte_ether/rte_e