Re: [V2 PATCH net-next 0/5] xdp: more work on xdp tracepoints

2017-08-23 Thread David Miller
From: Jesper Dangaard Brouer Date: Wed, 23 Aug 2017 13:16:42 +0200 > On Wed, 23 Aug 2017 12:15:14 +0200 > Jesper Dangaard Brouer wrote: > >> More work on streamlining the tracepoints for XDP. >> >> V2: Change trace_xdp_redirect() to align with args of trace_xdp_exception() > > Heads-up DaveM,

Re: [V2 PATCH net-next 0/5] xdp: more work on xdp tracepoints

2017-08-23 Thread Jesper Dangaard Brouer
On Wed, 23 Aug 2017 12:15:14 +0200 Jesper Dangaard Brouer wrote: > More work on streamlining the tracepoints for XDP. > > V2: Change trace_xdp_redirect() to align with args of trace_xdp_exception() Heads-up DaveM, just rebased my tree and noticed a merge conflict on net-next... I'll send a V3

[V2 PATCH net-next 0/5] xdp: more work on xdp tracepoints

2017-08-23 Thread Jesper Dangaard Brouer
More work on streamlining the tracepoints for XDP. I've created a simple xdp_monitor application that uses this tracepoint, and prints statistics. Available at github: https://github.com/netoptimizer/prototype-kernel/blob/master/kernel/samples/bpf/xdp_monitor_kern.c https://github.com/netoptimize