This series of patches add following features. Patch 1 adds support to fetch port and queue stats via xstats API for VF.
Patch 2 adds support to get firmware version. Thanks, Rahul --- v2: - Update Extended Stats and FW version features in cxgbe.ini and cxgbevf.ini Nikhil Vasoya (2): net/cxgbe: add support for xstats API for the VF net/cxgbe: add support to get firmware version doc/guides/nics/features/cxgbe.ini | 2 + doc/guides/nics/features/cxgbevf.ini | 2 + drivers/net/cxgbe/cxgbe_ethdev.c | 94 ++++++++++++++++++++++------ drivers/net/cxgbe/cxgbe_pfvf.h | 13 ++++ drivers/net/cxgbe/cxgbevf_ethdev.c | 21 +++---- 5 files changed, 100 insertions(+), 32 deletions(-) -- 2.27.0