mbox series

[0/2] net/cxgbe: fetch VF xstats and firmware version

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

Message

Rahul Lakkireddy Sept. 27, 2021, 6:01 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

Nikhil Vasoya (2):
  net/cxgbe: add support for xstats API for the VF
  net/cxgbe: add support to get firmware version

 drivers/net/cxgbe/cxgbe_ethdev.c   | 94 ++++++++++++++++++++++++------
 drivers/net/cxgbe/cxgbe_pfvf.h     | 13 +++++
 drivers/net/cxgbe/cxgbevf_ethdev.c | 21 +++----
 3 files changed, 96 insertions(+), 32 deletions(-)
  

Comments

Ferruh Yigit Sept. 30, 2021, 4:23 p.m. UTC | #1
On 9/27/2021 7:01 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
> 
> Nikhil Vasoya (2):
>   net/cxgbe: add support for xstats API for the VF
>   net/cxgbe: add support to get firmware version
> 

Looks good except missing updates in .ini file, can you please send a new
version with it?