Re: [dpdk-dev] [PATCH] devtools: warn about release notes updates

2021-05-20 Thread Thomas Monjalon
20/05/2021 11:59, David Marchand: > On Thu, May 20, 2021 at 11:47 AM Thomas Monjalon wrote: > > 20/05/2021 09:58, David Marchand: > > > + current_rn=${rel_notes_prefix}${major_version}_${minor_version}.rst > > > + > > > + ! grep -e '^--- a/'$rel_notes_prefix -e '^+++ b/'$rel_notes_prefix

Re: [dpdk-dev] [PATCH] devtools: warn about release notes updates

2021-05-20 Thread David Marchand
On Thu, May 20, 2021 at 11:47 AM Thomas Monjalon wrote: > > 20/05/2021 09:58, David Marchand: > > Touching release notes should only be for the current version. > > > > Signed-off-by: David Marchand > > --- > > -VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh > > +ROOTDIR=$(r

Re: [dpdk-dev] [PATCH] devtools: warn about release notes updates

2021-05-20 Thread Thomas Monjalon
20/05/2021 09:58, David Marchand: > Touching release notes should only be for the current version. > > Signed-off-by: David Marchand > --- > -VALIDATE_NEW_API=$(dirname $(readlink -f $0))/check-symbol-change.sh > +ROOTDIR=$(readlink -f $(dirname $(readlink -f $0))/..) > +VALIDATE_NEW_API=$ROOTDIR

[dpdk-dev] [PATCH] devtools: warn about release notes updates

2021-05-20 Thread David Marchand
Touching release notes should only be for the current version. Signed-off-by: David Marchand --- devtools/checkpatches.sh | 44 ++-- 1 file changed, 33 insertions(+), 11 deletions(-) diff --git a/devtools/checkpatches.sh b/devtools/checkpatches.sh index db4c7