DPDK patches and discussions
 help / color / mirror / Atom feed
From: Jakub Palider <jpalider@marvell.com>
To: Thomas Monjalon <thomas@monjalon.net>
Cc: "dev@dpdk.org" <dev@dpdk.org>,
	"david.marchand@redhat.com" <david.marchand@redhat.com>
Subject: RE: [EXT] Re: [PATCH v2] devtools: ensure proper tag sequence
Date: Wed, 15 Jun 2022 08:46:34 +0000	[thread overview]
Message-ID: <PH0PR18MB45735A778D450E5498267760D5AD9@PH0PR18MB4573.namprd18.prod.outlook.com> (raw)
In-Reply-To: <5848204.lOV4Wx5bFT@thomas>

> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, June 15, 2022 8:21 AM
> To: Jakub Palider <jpalider@marvell.com>
> Cc: dev@dpdk.org; david.marchand@redhat.com
> Subject: [EXT] Re: [PATCH v2] devtools: ensure proper tag sequence
> 
> External Email
> 
> ----------------------------------------------------------------------
> 14/06/2022 00:21, jpalider@marvell.com:
> > +		SEQ[0] = "Coverity issue";
> > +		SEQ[1] = "Bugzilla ID";
> > +		SEQ[2] = "Fixes";
> > +		SEQ[3] = "Cc";
> > +		SEQ[4] = "^$";
> > +		SEQ[5] = "Suggested-by";
> > +		SEQ[6] = "Reported-by";
> > +		SEQ[7] = "Signed-off-by";
> > +		latest = 0;
> 
> Do you think you could check that Review, Ack and Test are added after the
> first Signed-off?

Ok, thank you for clarification. So any further Signed-offs need not to be in a particular 
sequence as long as the first one precedes Review/Ack/Test (these 3 in any order).

> 
> > +Tag order
> > +~~~~~~~~~
> > +
> > +There is a pattern indicating how certain tags should relate to each other.
> > +
> > +Example of proper tag sequence::
> > +
> > +     Coverity issue:
> > +     Bugzilla ID:
> > +     Fixes:
> > +     Cc:
> > +
> > +     Suggested-by:
> > +     Reported-by:
> > +     Signed-off-by:
> 
> Given it is an example, you could add Reviewed-by, Acked-by and Tested-by.

Sure, I will restore it.

> > +
> > +Between first and second tag section there is and empty line.
> > +
> > +While ``Signed-off-by:`` is an obligatory tag and must exists in each
> > +commit, all other tags are optional. Any tag, as long as it is in
> > +proper location to other adjacent tags (if present), may occur multiple
> times.
> > +
> > +Other tags shall be laid out in a chronological order.
> 
> Yes, after the first Signed-off-by.

Side question: what about Sponsored-by, I noticed it appeared just recently?



  reply	other threads:[~2022-06-15  8:46 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-13 22:21 jpalider
2022-06-15  6:20 ` Thomas Monjalon
2022-06-15  8:46   ` Jakub Palider [this message]
2022-06-15 18:58     ` [EXT] " Thomas Monjalon
2022-07-19 12:01 ` [PATCH v3] " jpalider
2022-10-15 19:53   ` Jakub Palider
2022-11-25  9:56   ` Thomas Monjalon

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=PH0PR18MB45735A778D450E5498267760D5AD9@PH0PR18MB4573.namprd18.prod.outlook.com \
    --to=jpalider@marvell.com \
    --cc=david.marchand@redhat.com \
    --cc=dev@dpdk.org \
    --cc=thomas@monjalon.net \
    /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;
as well as URLs for NNTP newsgroup(s).