mbox series

[net,0/2] vxlan: Fix vxlan counters.

Message ID cover.1714144439.git.gnault@redhat.com (mailing list archive)
Headers show
Series vxlan: Fix vxlan counters. | expand

Message

Guillaume Nault April 26, 2024, 3:27 p.m. UTC
Like most virtual devices, vxlan needs special care when updating its
netdevice counters. This is done in patch 1. Patch 2 just adds a
missing VNI counter update (found while working on patch 1).

Guillaume Nault (2):
  vxlan: Fix racy device stats updates.
  vxlan: Add missing VNI filter counter update in arp_reduce().

 drivers/net/vxlan/vxlan_core.c | 30 ++++++++++++++++--------------
 1 file changed, 16 insertions(+), 14 deletions(-)

Comments

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

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

On Fri, 26 Apr 2024 17:27:15 +0200 you wrote:
> Like most virtual devices, vxlan needs special care when updating its
> netdevice counters. This is done in patch 1. Patch 2 just adds a
> missing VNI counter update (found while working on patch 1).
> 
> Guillaume Nault (2):
>   vxlan: Fix racy device stats updates.
>   vxlan: Add missing VNI filter counter update in arp_reduce().
> 
> [...]

Here is the summary with links:
  - [net,1/2] vxlan: Fix racy device stats updates.
    https://git.kernel.org/netdev/net/c/6dee402daba4
  - [net,2/2] vxlan: Add missing VNI filter counter update in arp_reduce().
    https://git.kernel.org/netdev/net/c/b22ea4ef4c34

You are awesome, thank you!