Re: [PATCH v5 2/3] doc: add missing index entry for thread

2023-02-07 Thread Tyler Retzlaff
On Tue, Feb 07, 2023 at 04:39:06PM +0100, David Marchand wrote: > On Tue, Jan 31, 2023 at 9:30 PM Tyler Retzlaff > wrote: > > > > Add missing thread index referencing rte_thread.h under the basic > > topic. > > > > Signed-off-by: Tyler Retzlaff > > --- > > doc/api/doxy-api-index.md | 1 + > > 1

Re: [PATCH v5 2/3] doc: add missing index entry for thread

2023-02-07 Thread David Marchand
On Tue, Jan 31, 2023 at 9:30 PM Tyler Retzlaff wrote: > > Add missing thread index referencing rte_thread.h under the basic > topic. > > Signed-off-by: Tyler Retzlaff > --- > doc/api/doxy-api-index.md | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/doc/api/doxy-api-index.md b/doc/api/do

[PATCH v5 2/3] doc: add missing index entry for thread

2023-01-31 Thread Tyler Retzlaff
Add missing thread index referencing rte_thread.h under the basic topic. Signed-off-by: Tyler Retzlaff --- doc/api/doxy-api-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index de488c7..e8ed51a 100644 --- a/doc/api/doxy-api-inde

[PATCH v5 2/3] doc: add missing index entry for thread

2023-01-31 Thread Tyler Retzlaff
From: Tyler Retzlaff Add missing thread index referencing rte_thread.h under the basic topic. Signed-off-by: Tyler Retzlaff --- doc/api/doxy-api-index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api/doxy-api-index.md b/doc/api/doxy-api-index.md index de488c7..e8ed51a 100644 ---