From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH iproute2 0/7] ip6/tunnel: Unify tclass, flowlabel and encap_limit output Date: Tue, 9 Jan 2018 08:12:37 -0800 Message-ID: <20180109081237.38e6cd1b@xeon-e3> References: <1515431198-29362-1-git-send-email-serhe.popovych@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: Serhey Popovych Return-path: Received: from mail-pf0-f181.google.com ([209.85.192.181]:35031 "EHLO mail-pf0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932862AbeAIQMk (ORCPT ); Tue, 9 Jan 2018 11:12:40 -0500 Received: by mail-pf0-f181.google.com with SMTP id t12so6032248pfg.2 for ; Tue, 09 Jan 2018 08:12:40 -0800 (PST) In-Reply-To: <1515431198-29362-1-git-send-email-serhe.popovych@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Mon, 8 Jan 2018 19:06:31 +0200 Serhey Popovych wrote: > With this series I want to improve printing of tclass, > flowlabel and encapsulation limit (encap_limit) options. > > Everything within this series is open for your comments, > suggestions and criticism. > > See individual patch description message for details. > > Thanks, > Serhii > > Serhey Popovych (7): > ip6/tunnel: Fix tclass output > ip6tnl/tunnel: Do not print obscure flowinfo > ip6/tunnel: Unify tclass printing > ip6/tunnel: Unify flowlabel printing > ip6/tunnel: Unify encap_limit printing > gre6/tunnel: Output flowlabel after tclass > ip6tnl/tunnel: Output hoplimit before encapsulation limit > > ip/link_gre6.c | 54 ++++++++++++++++------------------------------ > ip/link_ip6tnl.c | 63 ++++++++++++++++++------------------------------------ > 2 files changed, 40 insertions(+), 77 deletions(-) > I am confused. this patch series arrived after the v3 version. Which one is correct? Also when sending multiple versions of a patch series is it is best practice to include a revision history in the cover letter like: v2 ip6/tunnel - incorporate review feedback in fou v3 ip/gre - fix spelling errors