mbox series

[net-next,v3,0/2] eth: fbnic: add basic stats

Message ID 20240810054322.2766421-1-kuba@kernel.org (mailing list archive)
Headers show
Series eth: fbnic: add basic stats | expand

Message

Jakub Kicinski Aug. 10, 2024, 5:43 a.m. UTC
Add basic interface stats to fbnic.

v3:
 - add missing sync init
v2:
 - drop duplicate check
v1: https://lore.kernel.org/20240807022631.1664327-1-kuba@kernel.org

Jakub Kicinski (1):
  eth: fbnic: add basic rtnl stats

Stanislav Fomichev (1):
  eth: fbnic: add support for basic qstats

 .../net/ethernet/meta/fbnic/fbnic_netdev.c    | 136 ++++++++++++++++++
 .../net/ethernet/meta/fbnic/fbnic_netdev.h    |   3 +
 drivers/net/ethernet/meta/fbnic/fbnic_txrx.c  |  51 ++++++-
 drivers/net/ethernet/meta/fbnic/fbnic_txrx.h  |  10 ++
 4 files changed, 199 insertions(+), 1 deletion(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 12, 2024, 11 p.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Fri,  9 Aug 2024 22:43:20 -0700 you wrote:
> Add basic interface stats to fbnic.
> 
> v3:
>  - add missing sync init
> v2:
>  - drop duplicate check
> v1: https://lore.kernel.org/20240807022631.1664327-1-kuba@kernel.org
> 
> [...]

Here is the summary with links:
  - [net-next,v3,1/2] eth: fbnic: add basic rtnl stats
    https://git.kernel.org/netdev/net-next/c/45d84008ccbe
  - [net-next,v3,2/2] eth: fbnic: add support for basic qstats
    https://git.kernel.org/netdev/net-next/c/8be1bd91db71

You are awesome, thank you!