Re: [PATCH] net/virtio: fix duplicated rxq xstats

2024-02-06 Thread Maxime Coquelin
On 11/24/23 14:52, edwin.brosse...@6wind.com wrote: From: Edwin Brossette The flag RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS was temporarily set while moving queue stats from 'struct rte_eth_stats' to the individual pmds, as explained in commit f30e69b41f94 ("ethdev: add device flag to bypass auto-f

Re: [PATCH] net/virtio: fix duplicated rxq xstats

2023-11-27 Thread Ferruh Yigit
On 11/24/2023 1:52 PM, edwin.brosse...@6wind.com wrote: > From: Edwin Brossette > > The flag RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS was temporarily set while > moving queue stats from 'struct rte_eth_stats' to the individual pmds, > as explained in commit f30e69b41f94 ("ethdev: add device flag to bypa

[PATCH] net/virtio: fix duplicated rxq xstats

2023-11-24 Thread edwin . brossette
From: Edwin Brossette The flag RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS was temporarily set while moving queue stats from 'struct rte_eth_stats' to the individual pmds, as explained in commit f30e69b41f94 ("ethdev: add device flag to bypass auto-filled queue xstats"). This flag was added so every pmd w