Re: [dpdk-dev] [PATCH v5 3/3] devtools: check flow API doc tables

2021-05-18 Thread Thomas Monjalon
13/05/2021 20:40, Ferruh Yigit: > On 4/7/2021 11:33 PM, Thomas Monjalon wrote: > > +changed_files() > > +{ > > + [ -n "$files" ] || > > + files=$(git diff-tree --name-only -r $trusted_commit..) > > + echo "$files" > > +} > > + > > +has_code_change() # > > +{ > > + test -n "$(git lo

Re: [dpdk-dev] [PATCH v5 3/3] devtools: check flow API doc tables

2021-05-18 Thread Thomas Monjalon
14/05/2021 12:51, Ferruh Yigit: > On 4/7/2021 11:33 PM, Thomas Monjalon wrote: > > The script check-doc-vs-code.sh may be used to add > > some automatic checks of the doc. > > > > If run without any argument, a complete check is done. > > The optional argument is a git history reference point > >

Re: [dpdk-dev] [PATCH v5 3/3] devtools: check flow API doc tables

2021-05-14 Thread Ferruh Yigit
On 4/7/2021 11:33 PM, Thomas Monjalon wrote: > The script check-doc-vs-code.sh may be used to add > some automatic checks of the doc. > > If run without any argument, a complete check is done. > The optional argument is a git history reference point > to check faster only what has changed since th

Re: [dpdk-dev] [PATCH v5 3/3] devtools: check flow API doc tables

2021-05-13 Thread Ferruh Yigit
On 4/7/2021 11:33 PM, Thomas Monjalon wrote: > The script check-doc-vs-code.sh may be used to add > some automatic checks of the doc. > > If run without any argument, a complete check is done. > The optional argument is a git history reference point > to check faster only what has changed since th

[dpdk-dev] [PATCH v5 3/3] devtools: check flow API doc tables

2021-04-07 Thread Thomas Monjalon
The script check-doc-vs-code.sh may be used to add some automatic checks of the doc. If run without any argument, a complete check is done. The optional argument is a git history reference point to check faster only what has changed since this commit. In this commit, the only check is for rte_flo