Re: [dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header

2020-10-29 Thread Bing Zhao
Thanks a lot, I will send v2. > -Original Message- > From: Thomas Monjalon > Sent: Friday, October 30, 2020 12:06 AM > To: ferruh.yi...@intel.com; Bing Zhao > Cc: Ori Kam ; dev@dpdk.org > Subject: Re: [PATCH] doc: add the doc for mlx5 specific header > > External email: Use caution open

Re: [dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header

2020-10-29 Thread Thomas Monjalon
29/10/2020 10:41, Bing Zhao: > The file "rte_pmd_mlx5.h" is used to provide mlx5 PMD specific APIs > and it needs to be included in the document generation. > > Signed-off-by: Bing Zhao > --- a/doc/api/doxy-api.conf.in > +++ b/doc/api/doxy-api.conf.in > @@ -16,6 +16,7 @@ INPUT =

Re: [dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header

2020-10-29 Thread Ori Kam
Hi > -Original Message- > From: dev On Behalf Of Bing Zhao > Sent: Thursday, October 29, 2020 11:42 AM > Subject: [dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header > > The file "rte_pmd_mlx5.h" is used to provide mlx5 PMD specific APIs > and

[dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header

2020-10-29 Thread Bing Zhao
The file "rte_pmd_mlx5.h" is used to provide mlx5 PMD specific APIs and it needs to be included in the document generation. Signed-off-by: Bing Zhao --- doc/api/doxy-api-index.md | 1 + doc/api/doxy-api.conf.in | 1 + 2 files changed, 2 insertions(+) diff --git a/doc/api/doxy-api-index.md b/do