netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] Use helper functions to update stats
@ 2023-08-10  8:56 Li Zetao
  2023-08-10  8:56 ` [PATCH net-next 1/2] net: macsec: " Li Zetao
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Li Zetao @ 2023-08-10  8:56 UTC (permalink / raw)
  To: davem, edumazet, kuba, pabeni, idosch, razor, jbenc, gavinl,
	wsa+renesas, vladimir
  Cc: lizetao1, netdev

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(-)

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-08-14  7:10 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-10  8:56 [PATCH net-next 0/2] Use helper functions to update stats Li Zetao
2023-08-10  8:56 ` [PATCH net-next 1/2] net: macsec: " Li Zetao
2023-08-11  9:57   ` Simon Horman
2023-08-10  8:56 ` [PATCH net-next 2/2] vxlan: " Li Zetao
2023-08-10 16:36   ` Ido Schimmel
2023-08-11 10:01   ` Nikolay Aleksandrov
2023-08-14  7:10 ` [PATCH net-next 0/2] " patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).