Re: [net-next PATCH] net: tracepoint napi:napi_poll add work and budget

2016-07-06 Thread Jesper Dangaard Brouer
On Tue, 05 Jul 2016 11:55:44 -0700 (PDT) David Miller wrote: > From: Jesper Dangaard Brouer > Date: Tue, 05 Jul 2016 19:35:27 +0200 > > > Can this patch go thought the net-next tree? > > Sure... when it actually compiles. > > If you're changing a

Re: [net-next PATCH] net: tracepoint napi:napi_poll add work and budget

2016-07-05 Thread David Miller
From: Jesper Dangaard Brouer Date: Tue, 05 Jul 2016 19:35:27 +0200 > Can this patch go thought the net-next tree? Sure... when it actually compiles. If you're changing a fundamental signature like this, it is in your best interest to do an allmodconfig build... before I do.

[net-next PATCH] net: tracepoint napi:napi_poll add work and budget

2016-07-05 Thread Jesper Dangaard Brouer
An important information for the napi_poll tracepoint is knowing the work done (packets processed) by the napi_poll() call. Add both the work done and budget, as they are related. Signed-off-by: Jesper Dangaard Brouer --- Can this patch go thought the net-next tree?