[dpdk-dev] [PATCH] doc: add the doc for mlx5 specific header
Thomas Monjalon
thomas at monjalon.net
Thu Oct 29 17:05:46 CET 2020
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 <bingz at nvidia.com>
> --- a/doc/api/doxy-api.conf.in
> +++ b/doc/api/doxy-api.conf.in
> @@ -16,6 +16,7 @@ INPUT = @TOPDIR@/doc/api/doxy-api-index.md \
> @TOPDIR@/drivers/net/ice \
> @TOPDIR@/drivers/net/ixgbe \
> @TOPDIR@/drivers/net/softnic \
> + @TOPDIR@/drivers/net/mlx5 \
> @TOPDIR@/drivers/raw/dpaa2_cmdif \
> @TOPDIR@/drivers/raw/dpaa2_qdma \
> @TOPDIR@/drivers/raw/ioat \
In this alphabetical order, it should be before softnic.
More information about the dev
mailing list