Re: [PATCH net-next v5 0/4] tun/tap: use kfree_skb_reason() to trace dropped skb

From: Dongli Zhang
Date: Fri Mar 04 2022 - 09:53:33 EST


Hi David,

On 3/4/22 4:25 AM, David Miller wrote:
> From: Dongli Zhang <dongli.zhang@xxxxxxxxxx>
> Date: Thu, 3 Mar 2022 22:33:03 -0800
>
>> The commit c504e5c2f964 ("net: skb: introduce kfree_skb_reason()") has
>> introduced the kfree_skb_reason() to help track the reason.
>>
>> The tun and tap are commonly used as virtio-net/vhost-net backend. This is to
>> use kfree_skb_reason() to trace the dropped skb for those two drivers.
>
> This patch series does not apply cleanly against net-next, plewase respin.
>

Sorry for that. I will rebase to the most recent net-next.

Unfortunately, one patch just merged to net-next has already been in my patchset ...

https://lore.kernel.org/netdev/40f63798-2b85-c31c-9722-ee24d55093a8@xxxxxxxxxx/

... so that I will need to remove my PATCH 1/4 and rebase.

Thank you very much!

Dongli Zhang