Searched hist:"0 ba4fd45991a700f82fba6bf16cc13d6c37cd07e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/net/vxlan/ |
H A D | vxlan_core.c | diff 0ba4fd45991a700f82fba6bf16cc13d6c37cd07e Fri Apr 26 10:27:19 CDT 2024 Guillaume Nault <gnault@redhat.com> vxlan: Add missing VNI filter counter update in arp_reduce().
[ Upstream commit b22ea4ef4c3438817fcb604255b55b0058ed8c64 ]
VXLAN stores per-VNI statistics using vxlan_vnifilter_count(). These statistics were not updated when arp_reduce() failed its pskb_may_pull() call.
Use vxlan_vnifilter_count() to update the VNI counter when that happens.
Fixes: 4095e0e1328a ("drivers: vxlan: vnifilter: per vni stats") Signed-off-by: Guillaume Nault <gnault@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net> Signed-off-by: Sasha Levin <sashal@kernel.org>
|