mbox series

[net,0/2] fixes for tun

Message ID 1705659669-26120-1-git-send-email-wangyunjian@huawei.com (mailing list archive)
Headers show
Series fixes for tun | expand

Message

wangyunjian Jan. 19, 2024, 10:21 a.m. UTC
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

 drivers/net/tun.c | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org Jan. 22, 2024, 11:23 a.m. UTC | #1
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!