Message ID | cover.1733313925.git.gnault@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | net: Convert some UDP tunnel drivers to NETDEV_PCPU_STAT_DSTATS. | expand |
Hello: This series was applied to netdev/net-next.git (main) by Jakub Kicinski <kuba@kernel.org>: On Wed, 4 Dec 2024 13:11:13 +0100 you wrote: > VXLAN, Geneve and Bareudp use various device counters for managing > RX and TX statistics: > > * VXLAN uses the device core_stats for RX and TX drops, tstats for > regular RX/TX counters and DEV_STATS_INC() for various types of > RX/TX errors. > > [...] Here is the summary with links: - [net-next,v2,1/4] vrf: Make pcpu_dstats update functions available to other modules. https://git.kernel.org/netdev/net-next/c/18eabadd73ae - [net-next,v2,2/4] vxlan: Handle stats using NETDEV_PCPU_STAT_DSTATS. https://git.kernel.org/netdev/net-next/c/be226352e8dc - [net-next,v2,3/4] geneve: Handle stats using NETDEV_PCPU_STAT_DSTATS. https://git.kernel.org/netdev/net-next/c/6fa6de302246 - [net-next,v2,4/4] bareudp: Handle stats using NETDEV_PCPU_STAT_DSTATS. https://git.kernel.org/netdev/net-next/c/c77200c07491 You are awesome, thank you!