[V3 PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-24 Thread Jesper Dangaard Brouer
Remove the net_device string name from the xdp_exception tracepoint, like the xdp_redirect tracepoint. Align the TP_STRUCT to have common entries between these two tracepoint. Signed-off-by: Jesper Dangaard Brouer Acked-by: Daniel Borkmann ---

Re: [V2 PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-23 Thread Daniel Borkmann
On 08/23/2017 12:15 PM, Jesper Dangaard Brouer wrote: Remove the net_device string name from the xdp_exception tracepoint, like the xdp_redirect tracepoint. Align the TP_STRUCT to have common entries between these two tracepoint. Signed-off-by: Jesper Dangaard Brouer

[V2 PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-23 Thread Jesper Dangaard Brouer
Remove the net_device string name from the xdp_exception tracepoint, like the xdp_redirect tracepoint. Align the TP_STRUCT to have common entries between these two tracepoint. Signed-off-by: Jesper Dangaard Brouer --- include/trace/events/xdp.h | 12 ++-- 1 file

Re: [PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-23 Thread Daniel Borkmann
On 08/23/2017 09:41 AM, Jesper Dangaard Brouer wrote: On Tue, 22 Aug 2017 23:30:21 +0200 Daniel Borkmann wrote: On 08/22/2017 10:47 PM, Jesper Dangaard Brouer wrote: Remove the net_device string name from the xdp_exception tracepoint, like the xdp_redirect tracepoint.

Re: [PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-23 Thread Jesper Dangaard Brouer
On Tue, 22 Aug 2017 23:30:21 +0200 Daniel Borkmann wrote: > On 08/22/2017 10:47 PM, Jesper Dangaard Brouer wrote: > > Remove the net_device string name from the xdp_exception tracepoint, > > like the xdp_redirect tracepoint. > > > > Align the TP_STRUCT to have common

Re: [PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-22 Thread Daniel Borkmann
On 08/22/2017 10:47 PM, Jesper Dangaard Brouer wrote: Remove the net_device string name from the xdp_exception tracepoint, like the xdp_redirect tracepoint. Align the TP_STRUCT to have common entries between these two tracepoint. Signed-off-by: Jesper Dangaard Brouer ---

[PATCH net-next 5/5] xdp: get tracepoints xdp_exception and xdp_redirect in sync

2017-08-22 Thread Jesper Dangaard Brouer
Remove the net_device string name from the xdp_exception tracepoint, like the xdp_redirect tracepoint. Align the TP_STRUCT to have common entries between these two tracepoint. Signed-off-by: Jesper Dangaard Brouer --- include/trace/events/xdp.h | 24