On 10/20/2017 12:50 PM, De Lara Guarch, Pablo wrote:
-----Original Message-----
From: [email protected] [mailto:[email protected]]
Sent: Thursday, October 19, 2017 7:53 PM
To: [email protected]; Gonzalez Monroy, Sergio
<[email protected]>; De Lara Guarch, Pablo
<[email protected]>; [email protected]
Cc: [email protected]; [email protected];
[email protected]; Nicolau, Radu <[email protected]>;
Doherty, Declan <[email protected]>; [email protected];
[email protected]; [email protected]; [email protected]
Subject: [dpdk-dev][PATCH v2 1/6] examples/ipsec-secgw: fix initialization
of aead crypto devices
From: Aviad Yehezkel <[email protected]>
Fixes: 501e9c226adf ("examples/ipsec-secgw: add AEAD parameters")
Cc: [email protected]
You should CC stable here.
You referred me to http://dpdk.org/doc/guides/contributing/patches.html
I followed the documentation:
"
When fixing a regression, it is required to reference the id of the
commit which introduced the bug, and put the original author of that
commit on CC. Yiu can generate the required lines using the following
git alias, which print the commit SHA and the author of the original code:
git config alias.fixline "log -1 --abbrev=12 --format='Fixes: %h
(\"%s\")%nCc: %ae'"
"
Please explain when to use above alias and when to put stable or
something else.
Thanks!
Issue: None
What does this mean? This is a fix to an existing issue,
so this doesn't make sense.
This is leftovers from my internal git continuous integration system. It
refers to internal bug in my local bugzilla.
Will remove that and automate next patches not to include it.
Thanks!
Apart from this:
Acked-by: Pablo de Lara <[email protected]>