Re: [dpdk-dev] [PATCH 1/2] net/cxgbe: add support for xstats API for the VF
From: Ferruh Yigit <hidden>
Date: 2021-09-30 16:11:07
From: Ferruh Yigit <hidden>
Date: 2021-09-30 16:11:07
On 9/27/2021 7:01 PM, Rahul Lakkireddy wrote:
From: Nikhil Vasoya <redacted> Add support to fetch port and queue stats via xstats API. Also remove queue stats from basic stats because they're now available via xstats API for the VF. Signed-off-by: Nikhil Vasoya <redacted> Signed-off-by: Rahul Lakkireddy <redacted> --- drivers/net/cxgbe/cxgbe_ethdev.c | 68 +++++++++++++++++++++--------- drivers/net/cxgbe/cxgbe_pfvf.h | 11 +++++ drivers/net/cxgbe/cxgbevf_ethdev.c | 20 +++------
Can you please update the .ini file (doc/guides/nics/features/cxgbevf.ini) and announce "Extended stats" feature? btw, PF (doc/guides/nics/features/cxgbe.ini) also seems missing "Extended stats" feature.