[dpdk-dev] [PATCH 0/2] Clear rx_mbuf_alloc_failed counter on rte_eth_stats_reset

2015-12-07 Thread Thomas Monjalon
2015-11-27 13:31, Igor Ryzhov: > The rx_mbuf_alloc_failed counter was only cleared by virtio driver. > Now it is cleared by common rte_eth_stats_clear function for all drivers at > once. > > Igor Ryzhov (2): > ethdev: clear rx_mbuf_alloc_failed counter on rte_eth_stats_reset > virtio: remove

[dpdk-dev] [PATCH 0/2] Clear rx_mbuf_alloc_failed counter on rte_eth_stats_reset

2015-11-27 Thread Igor Ryzhov
The rx_mbuf_alloc_failed counter was only cleared by virtio driver. Now it is cleared by common rte_eth_stats_clear function for all drivers at once. Igor Ryzhov (2): ethdev: clear rx_mbuf_alloc_failed counter on rte_eth_stats_reset virtio: remove unnecessary rx_mbuf_alloc_failed counter clea