mbox series

[v2,0/2] net/cxgbe: add VF xstats and firmware version

Message ID cover.1633018789.git.rahul.lakkireddy@chelsio.com (mailing list archive)
Headers
Series net/cxgbe: add VF xstats and firmware version |

Message

Rahul Lakkireddy Sept. 30, 2021, 5:09 p.m. UTC
  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(-)
  

Comments

Ferruh Yigit Oct. 5, 2021, 5:35 p.m. UTC | #1
On 9/30/2021 6:09 PM, Rahul Lakkireddy wrote:
> 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
> 

Series applied to dpdk-next-net/main, thanks.