From: Tony Lu <tonylu@linux.alibaba.com>
To: Eric Dumazet <eric.dumazet@gmail.com>
Cc: edumazet@google.com, rostedt@goodmis.org, mingo@redhat.com,
netdev@vger.kernel.org, linux-kernel@vger.kernel.org,
Yafang Shao <laoar.shao@gmail.com>
Subject: Re: [PATCH] tcp: remove redundant new line from tcp_event_sk_skb
Date: Sat, 9 Nov 2019 18:34:07 +0800 [thread overview]
Message-ID: <20191109103407.GA61998@TonyMac-Alibaba> (raw)
In-Reply-To: <795f4bb1-b40e-1745-0df4-6e55d80d5272@gmail.com>
Thanks for your comments, I am going to append the tag.
Cheers,
Tony Lu
On Fri, Nov 08, 2019 at 04:22:19AM -0800, Eric Dumazet wrote:
>
>
> On 11/8/19 1:50 AM, Tony Lu wrote:
> > This removes '\n' from trace event class tcp_event_sk_skb to avoid
> > redundant new blank line and make output compact.
> >
> > Signed-off-by: Tony Lu <tonylu@linux.alibaba.com>
> > ---
> > include/trace/events/tcp.h | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/include/trace/events/tcp.h b/include/trace/events/tcp.h
> > index 2bc9960a31aa..cf97f6339acb 100644
> > --- a/include/trace/events/tcp.h
> > +++ b/include/trace/events/tcp.h
> > @@ -86,7 +86,7 @@ DECLARE_EVENT_CLASS(tcp_event_sk_skb,
> > sk->sk_v6_rcv_saddr, sk->sk_v6_daddr);
> > ),
> >
> > - TP_printk("sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c state=%s\n",
> > + TP_printk("sport=%hu dport=%hu saddr=%pI4 daddr=%pI4 saddrv6=%pI6c daddrv6=%pI6c state=%s",
> > __entry->sport, __entry->dport, __entry->saddr, __entry->daddr,
> > __entry->saddr_v6, __entry->daddr_v6,
> > show_tcp_state_name(__entry->state))
> >
>
> This seems good to me. Only few comments :
>
> I would add a
>
> Fixes: af4325ecc24f ("tcp: expose sk_state in tcp_retransmit_skb tracepoint")
>
> And also CC (I just did in this reply) the author of the above patch to make sure nothing unexpected happens.
>
> Thanks.
>
> Reviewed-by: Eric Dumazet <edumazet@google.com>
next prev parent reply other threads:[~2019-11-09 10:34 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-08 9:50 [PATCH] tcp: remove redundant new line from tcp_event_sk_skb Tony Lu
2019-11-08 12:22 ` Eric Dumazet
2019-11-09 10:34 ` Tony Lu [this message]
2019-11-08 12:43 ` Yafang Shao
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20191109103407.GA61998@TonyMac-Alibaba \
--to=tonylu@linux.alibaba.com \
--cc=edumazet@google.com \
--cc=eric.dumazet@gmail.com \
--cc=laoar.shao@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=rostedt@goodmis.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox