RE: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Sunil Kumar Kori
>nipun.gu...@nxp.com; harry.van.haa...@intel.com; >mattias.ronnb...@ericsson.com; liang.j...@intel.com; dev@dpdk.org >Subject: RE: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs >feature matrices > > > >Regards >Sunil Kumar Kori > >>-Original Message

RE: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Sunil Kumar Kori
>nipun.gu...@nxp.com; harry.van.haa...@intel.com; >mattias.ronnb...@ericsson.com; liang.j...@intel.com; dev@dpdk.org >Subject: Re: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs >feature matrices > >24/11/2021 13:35, Sunil Kumar Kori: >> Hi Thomas, >> >&

Re: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Thomas Monjalon
24/11/2021 13:35, Sunil Kumar Kori: > Hi Thomas, > > Just wanted to confirm that all documentation patches should go as single > patch or I can send it as a series of patches. > I am ready with dlb2 changes also. Once you confirm I will send patches > accordingly. Please confirm. There is no s

RE: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Sunil Kumar Kori
nb...@ericsson.com; liang.j...@intel.com; dev@dpdk.org >Subject: Re: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs >feature matrices > >24/11/2021 11:30, Sunil Kumar Kori: >> From: Thomas Monjalon >> >23/11/2021 12:07, sk...@marvell.com: >> >&g

RE: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Sunil Kumar Kori
p.com; >harry.van.haa...@intel.com; mattias.ronnb...@ericsson.com; >liang.j...@intel.com; dev@dpdk.org >Subject: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature >matrices > >External Email > >--

Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Thomas Monjalon
23/11/2021 12:07, sk...@marvell.com: > +[Scheduling Features] > +queue_qos= > +event_qos= > +distributed_sched= > +queue_all_types = > +burst_mode = > +implicit_release_disable = > +nonseq_mode = > +runtime_port_link

Re: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Thomas Monjalon
24/11/2021 11:30, Sunil Kumar Kori: > From: Thomas Monjalon > >23/11/2021 12:07, sk...@marvell.com: > >> .gitignore | 5 ++ > >> doc/guides/conf.py | 25 ++ > >> doc/guides/eventdevs/features/cnxk.ini | 14 ++ > >> doc/gu

RE: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Sunil Kumar Kori
ntel.com; >mattias.ronnb...@ericsson.com; liang.j...@intel.com; dev@dpdk.org >Subject: [EXT] Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature >matrices > >External Email > >-- >23/

Re: [PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-24 Thread Thomas Monjalon
23/11/2021 12:07, sk...@marvell.com: > .gitignore | 5 ++ > doc/guides/conf.py | 25 ++ > doc/guides/eventdevs/features/cnxk.ini | 14 ++ > doc/guides/eventdevs/features/default.ini | 51 + > doc/guid

[PATCH v8 01/10] doc: add skeleton for eventdevs feature matrices

2021-11-23 Thread skori
From: Sunil Kumar Kori Patch adds skeleton for feature matrices for event dev and Rx/Tx adapters. Along with, .ini files are added for all supported PMDs. Signed-off-by: Sunil Kumar Kori --- v8: - Fix script dump for dsw and SW driver - Review comments incorporated v7: - Rebased to 21.11 rc