Re: [EXT] Re: [PATCH v8 10/10] devtools: check event device doc tables

2021-11-24 Thread Thomas Monjalon
24/11/2021 12:16, Sunil Kumar Kori: > Hi Thomas, > > It will take some time to handle all the comments for this patch. So I would > request you to defer this patch for next release and take other patches in > series. > Also I will send one patch to add feature matrix for dlb2 platform and fix

RE: [EXT] Re: [PATCH v8 10/10] devtools: check event device doc tables

2021-11-24 Thread Sunil Kumar Kori
rry.van.haa...@intel.com; mattias.ronnb...@ericsson.com; >liang.j...@intel.com; dev@dpdk.org >Subject: [EXT] Re: [PATCH v8 10/10] devtools: check event device doc tables > >External Email > >-- >23/11/2021 12:07, s

Re: [PATCH v8 10/10] devtools: check event device doc tables

2021-11-24 Thread Thomas Monjalon
23/11/2021 12:07, sk...@marvell.com: > --- a/devtools/check-doc-vs-code.sh > +++ b/devtools/check-doc-vs-code.sh > +all_event_drivers() > +{ > + find $rootdir/drivers/event -mindepth 1 -maxdepth 1 -type d | > + sed 's,.*/,,' | > + sort > +} > + > +check_event_dev() # > +{ > + code=

[PATCH v8 10/10] devtools: check event device doc tables

2021-11-23 Thread skori
From: Sunil Kumar Kori In this commit, check is added for event device, Rx, Tx, Crypto and Timer adapters tables for all supported drivers. Signed-off-by: Sunil Kumar Kori --- v8: - Fix script dump for dsw and SW driver - Review comments incorporated v7: - Rebased to 21.11 rc3 - Fix Tx adap