Re: [dpdk-dev] [PATCH v2 1/2] devtools: standardize script arguments

2020-05-28 Thread Thomas Monjalon
28/05/2020 16:37, Power, Ciara: > From: Thomas Monjalon > >06/05/2020 11:55, Ciara Power: > >> This patch modifies the arguments expected by the check-git-log > >> script, to match the format of arguments for the checkpatches script. > >> Both scripts now take certain argument options in the same

Re: [dpdk-dev] [PATCH v2 1/2] devtools: standardize script arguments

2020-05-28 Thread Power, Ciara
Hi Thomas, >-Original Message- >From: Thomas Monjalon >Sent: Sunday 24 May 2020 21:58 >To: Power, Ciara >Cc: dev@dpdk.org >Subject: Re: [dpdk-dev] [PATCH v2 1/2] devtools: standardize script >arguments > >06/05/2020 11:55, Ciara Power: >> This patch m

Re: [dpdk-dev] [PATCH v2 1/2] devtools: standardize script arguments

2020-05-24 Thread Thomas Monjalon
06/05/2020 11:55, Ciara Power: > This patch modifies the arguments expected by the check-git-log script, > to match the format of arguments for the checkpatches script. Both > scripts now take certain argument options in the same format, making > them easier to use. > e.g. Both now take a commit ID

[dpdk-dev] [PATCH v2 1/2] devtools: standardize script arguments

2020-05-06 Thread Ciara Power
This patch modifies the arguments expected by the check-git-log script, to match the format of arguments for the checkpatches script. Both scripts now take certain argument options in the same format, making them easier to use. e.g. Both now take a commit ID range by "-r " The checkpatches help pr