Re: [dpdk-dev] [PATCH v3 1/2] doc: add vfio api support

2018-04-03 Thread Thomas Monjalon
03/04/2018 10:28, Hemant Agrawal: > --- a/doc/api/doxy-api-index.md > +++ b/doc/api/doxy-api-index.md > @@ -179,4 +179,5 @@ The public API headers are grouped by topics: >[EAL config] (@ref rte_eal.h), >[common] (@ref rte_common.h), >[ABI compat] (@ref rte_co

[dpdk-dev] [PATCH v3 1/2] doc: add vfio api support

2018-04-03 Thread Hemant Agrawal
Signed-off-by: Hemant Agrawal --- doc/api/doxy-api-index.md| 3 ++- doc/api/doxy-api.conf| 1 + lib/librte_eal/common/include/rte_vfio.h | 5 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.