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

2016-07-09 Thread David Miller
From: Jesper Dangaard Brouer Date: Thu, 07 Jul 2016 18:01:32 +0200 > 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. > > Handle trace_napi_poll() param change i

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

2016-07-07 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. Handle trace_napi_poll() param change in dropwatch/drop_monitor and in python perf script netdev-times.py in backward