Message ID | 1705659669-26120-1-git-send-email-wangyunjian@huawei.com (mailing list archive) |
---|---|
Headers | show |
Series | fixes for tun | expand |
Hello: This series was applied to netdev/net.git (main) by David S. Miller <davem@davemloft.net>: On Fri, 19 Jan 2024 18:21:09 +0800 you wrote: > There are few places on the receive path where packet receives and > packet drops were not accounted for. This patchset fixes that issue. > > Yunjian Wang (2): > tun: fix missing dropped counter in tun_xdp_act > tun: add missing rx stats accounting in tun_xdp_act > > [...] Here is the summary with links: - [net,1/2] tun: fix missing dropped counter in tun_xdp_act https://git.kernel.org/netdev/net/c/5744ba05e7c4 - [net,2/2] tun: add missing rx stats accounting in tun_xdp_act https://git.kernel.org/netdev/net/c/f1084c427f55 You are awesome, thank you!