Re: [PATCH] net: missing call of trace_napi_poll in busy_poll_stop

2017-08-28 Thread David Miller
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

[PATCH] net: missing call of trace_napi_poll in busy_poll_stop

2017-08-25 Thread Jesper Dangaard Brouer
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