From: Jesper Dangaard Brouer
Date: Fri, 25 Aug 2017 15:04:32 +0200
> Noticed that busy_poll_stop() also invoke the drivers napi->poll()
> function pointer, but didn't have an associated call to trace_napi_poll()
> like all other call sites.
>
> Signed-off-by: Jesper Dangaard Brouer
Applied, th
Noticed that busy_poll_stop() also invoke the drivers napi->poll()
function pointer, but didn't have an associated call to trace_napi_poll()
like all other call sites.
Signed-off-by: Jesper Dangaard Brouer
---
net/core/dev.c |1 +
1 file changed, 1 insertion(+)
diff --git a/net/core/dev.c b