mbox series

[net-next,0/2] Use helper functions to update stats

Message ID 20230810085642.3781460-1-lizetao1@huawei.com (mailing list archive)
Headers show
Series Use helper functions to update stats | expand

Message

lizetao Aug. 10, 2023, 8:56 a.m. UTC
The patch set uses the helper functions dev_sw_netstats_rx_add() and
dev_sw_netstats_tx_add() to update stats, which is the same as 
implementing the function separately.

Li Zetao (2):
  net: macsec: Use helper functions to update stats
  vxlan: Use helper functions to update stats

 drivers/net/macsec.c           | 17 +++--------------
 drivers/net/vxlan/vxlan_core.c | 13 ++-----------
 2 files changed, 5 insertions(+), 25 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Aug. 14, 2023, 7:10 a.m. UTC | #1
Hello:

This series was applied to netdev/net-next.git (main)
by David S. Miller <davem@davemloft.net>:

On Thu, 10 Aug 2023 16:56:40 +0800 you wrote:
> The patch set uses the helper functions dev_sw_netstats_rx_add() and
> dev_sw_netstats_tx_add() to update stats, which is the same as
> implementing the function separately.
> 
> Li Zetao (2):
>   net: macsec: Use helper functions to update stats
>   vxlan: Use helper functions to update stats
> 
> [...]

Here is the summary with links:
  - [net-next,1/2] net: macsec: Use helper functions to update stats
    https://git.kernel.org/netdev/net-next/c/bf98bbe98553
  - [net-next,2/2] vxlan: Use helper functions to update stats
    https://git.kernel.org/netdev/net-next/c/3c0930b491f8

You are awesome, thank you!