Re: [PATCH net-next 0/3] introduce two new tracepoints for udp

2019-05-30 Thread David Miller
From: Tony Lu Date: Wed, 29 May 2019 21:06:54 +0800 > This series introduces two new tracepoints trace_udp_send and > trace_udp_queue_rcv, and removes redundant new line from > tcp_event_sk_skb. Why? Is it faster than using kprobes? Is it more reliable? Are the events _so_ useful that they wa

Re: [PATCH net-next 0/3] introduce two new tracepoints for udp

2019-05-29 Thread Alexei Starovoitov
On Wed, May 29, 2019 at 6:10 AM Tony Lu wrote: > > This series introduces two new tracepoints trace_udp_send and > trace_udp_queue_rcv, and removes redundant new line from > tcp_event_sk_skb. Though I like new tracepoints this patch set gets a nack, since commit log says nothing about use case. W

[PATCH net-next 0/3] introduce two new tracepoints for udp

2019-05-29 Thread Tony Lu
This series introduces two new tracepoints trace_udp_send and trace_udp_queue_rcv, and removes redundant new line from tcp_event_sk_skb. Tony Lu (3): udp: introduce a new tracepoint for udp_send_skb udp: introduce a new tracepoint for udp_queue_rcv_skb tcp: remove redundant new line from tcp