[dpdk-dev] [PATCH v3] doc: autogenerate nic overview table from ini files

2016-08-03 Thread Thomas Monjalon
2016-08-03 15:32, Bruce Richardson: > On Mon, Aug 01, 2016 at 11:37:03PM +0200, Thomas Monjalon wrote: > > Hi John, > > > > 2016-07-29 12:59, John McNamara: > > > Convert the NIC feature table in the overview doc into a set of ini > > > files and add functions into the Sphinx conf.py file to auto-

[dpdk-dev] [PATCH v3] doc: autogenerate nic overview table from ini files

2016-08-03 Thread Bruce Richardson
On Mon, Aug 01, 2016 at 11:37:03PM +0200, Thomas Monjalon wrote: > Hi John, > > 2016-07-29 12:59, John McNamara: > > Convert the NIC feature table in the overview doc into a set of ini > > files and add functions into the Sphinx conf.py file to auto-generate > > them back into an RST table. > > I

[dpdk-dev] [PATCH v3] doc: autogenerate nic overview table from ini files

2016-08-01 Thread Thomas Monjalon
Hi John, 2016-07-29 12:59, John McNamara: > Convert the NIC feature table in the overview doc into a set of ini > files and add functions into the Sphinx conf.py file to auto-generate > them back into an RST table. I have not reviewed the Python code which generate the RST table. It works so it c

[dpdk-dev] [PATCH v3] doc: autogenerate nic overview table from ini files

2016-07-29 Thread John McNamara
Convert the NIC feature table in the overview doc into a set of ini files and add functions into the Sphinx conf.py file to auto-generate them back into an RST table. The reason for doing this is to make it easier for PMD maintainers to update the feature matrix that makes up the table and to avoi

[dpdk-dev] [PATCH v3] doc: autogenerate nic overview table from ini files

2016-07-29 Thread Mcnamara, John
I forgot to add the annotations: v3: * Updated to latest version of the nic overview table. v2: * Updated to latest version of the nic overview table. * Removed blank entries from the ini file.