On Thu, Aug 24, 2017 at 09:02:49AM -0700, Eric Dumazet wrote:
> From: Eric Dumazet
>
> This change is needed to not fool drop monitor.
> (perf record ... -e skb:kfree_skb )
>
> Packets were properly sent and are consumed after TX completion.
>
> Signed-off-by: Eric Dumazet
Acked-by: Michael S
On Thu, 2017-08-24 at 11:50 -0700, David Miller wrote:
> From: Eric Dumazet
> Date: Thu, 24 Aug 2017 09:02:49 -0700
>
> > From: Eric Dumazet
> >
> > This change is needed to not fool drop monitor.
> > (perf record ... -e skb:kfree_skb )
> >
> > Packets were properly sent and are consumed after
From: Eric Dumazet
Date: Thu, 24 Aug 2017 09:02:49 -0700
> From: Eric Dumazet
>
> This change is needed to not fool drop monitor.
> (perf record ... -e skb:kfree_skb )
>
> Packets were properly sent and are consumed after TX completion.
>
> Signed-off-by: Eric Dumazet
I'm pretty sure you me
From: Eric Dumazet
This change is needed to not fool drop monitor.
(perf record ... -e skb:kfree_skb )
Packets were properly sent and are consumed after TX completion.
Signed-off-by: Eric Dumazet
---
drivers/net/virtio_net.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git