On Fri, Oct 16, 2020 at 04:34:46PM +0200, Thomas Monjalon wrote: > 14/10/2020 10:43, Kinsella, Ray: > > > > On 14/10/2020 03:26, Ferruh Yigit wrote: > > > Queue stats will be removed from basic stats to xstats. > > > > > > It will be PMDs responsibility to fill queue stats based on number of > > > queues they have. > > > > > > Until all PMDs implement the xstats, a temporary > > > 'RTE_ETH_DEV_AUTOFILL_QUEUE_XSTATS' device flag created. PMDs switched > > > to the xstats should clear this flag to bypass the ethdev layer autofill > > > for queue stats. > > > > > > Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> > > > --- > > > config/rte_config.h | 2 +- > > > doc/guides/rel_notes/deprecation.rst | 7 +++++++ > > > lib/librte_ethdev/rte_ethdev.h | 3 +++ > > > 3 files changed, 11 insertions(+), 1 deletion(-) > > > > > Acked-by: Ray Kinsella <m...@ashroe.eu> > > Acked-by: Thomas Monjalon <tho...@monjalon.net> > Acked-by: Bruce Richardson <bruce.richard...@intel.com>
- Re: [dpdk-dev] [RFC 1/2] ethdev: move queue stats t... Andrew Rybchenko
- Re: [dpdk-dev] [RFC 1/2] ethdev: move queue sta... Thomas Monjalon
- Re: [dpdk-dev] [RFC 1/2] ethdev: move queue... Andrew Rybchenko
- Re: [dpdk-dev] [RFC 1/2] ethdev: move q... Ferruh Yigit
- Re: [dpdk-dev] [RFC 1/2] ethdev: move queue... Stephen Hemminger
- Re: [dpdk-dev] [RFC 1/2] ethdev: move queue stats t... Ferruh Yigit
- [dpdk-dev] [RFC v2 1/2] ethdev: provide device flag to b... Ferruh Yigit
- [dpdk-dev] [RFC v2 2/2] doc: announce queue stats m... Ferruh Yigit
- Re: [dpdk-dev] [RFC v2 2/2] doc: announce queue... Kinsella, Ray
- Re: [dpdk-dev] [RFC v2 2/2] doc: announce q... Thomas Monjalon
- Re: [dpdk-dev] [RFC v2 2/2] doc: announ... Bruce Richardson
- Re: [dpdk-dev] [RFC v2 2/2] doc: announ... Jerin Jacob
- Re: [dpdk-dev] [RFC v2 2/2] doc: announ... Stephen Hemminger
- Re: [dpdk-dev] [RFC v2 2/2] doc: a... Ajit Khaparde
- Re: [dpdk-dev] [RFC v2 2/2] doc: announce queue... Igor Ryzhov
- Re: [dpdk-dev] [RFC v2 2/2] doc: announce q... Thomas Monjalon
- Re: [dpdk-dev] [RFC v2 2/2] doc: announ... Igor Ryzhov
- Re: [dpdk-dev] [RFC v2 2/2] doc: a... Thomas Monjalon
- Re: [dpdk-dev] [RFC v2 2/2] do... Igor Ryzhov
- Re: [dpdk-dev] [RFC v2 2/2] do... Thomas Monjalon
- Re: [dpdk-dev] [RFC v2 1/2] ethdev: provide device ... Wang, Haiyue