From: Marat Khalili <marat.khalili@huawei.com>
To: Akhil Goyal <gakhil@marvell.com>, "dev@dpdk.org" <dev@dpdk.org>
Cc: "jpalider@marvell.com" <jpalider@marvell.com>,
"tduszynski@marvell.com" <tduszynski@marvell.com>,
"jerinj@marvell.com" <jerinj@marvell.com>,
"thomas@monjalon.net" <thomas@monjalon.net>,
"stable@dpdk.org" <stable@dpdk.org>
Subject: RE: [PATCH] raw/cnxk_bphy: fix missing doxygen comments
Date: Mon, 24 Aug 2026 12:10:40 +0000 [thread overview]
Message-ID: <d5fa5e8bfb3a4bb18af355ce5a7152c5@huawei.com> (raw)
In-Reply-To: <20260807101718.3571504-1-gakhil@marvell.com>
> -----Original Message-----
> From: Akhil Goyal <gakhil@marvell.com>
> Sent: Friday 7 August 2026 11:17
> To: dev@dpdk.org
> Cc: jpalider@marvell.com; tduszynski@marvell.com; jerinj@marvell.com; thomas@monjalon.net; Akhil Goyal
> <gakhil@marvell.com>; stable@dpdk.org; Marat Khalili <marat.khalili@huawei.com>
> Subject: [PATCH] raw/cnxk_bphy: fix missing doxygen comments
>
> Documentation build for raw driver cnxk_bphy,
> if included in `doc/api/doxy-api.conf.in`,
> fails because of missing dozygen comments.
> Added comments to fix the doc build.
>
> Bugzilla ID: 1962
> Fixes: 2e8bd307fae3 ("common/cnxk: support switching CPRI/ETH back and forth")
> Fixes: bd2fd34ab86f ("common/cnxk: sync eth mode change command with firmware")
> Cc: stable@dpdk.org
>
> Reported-by: Marat Khalili <marat.khalili@huawei.com>
> Signed-off-by: Akhil Goyal <gakhil@marvell.com>
Thank you for handling this!
Acked-by: Marat Khalili <marat.khalili@huawei.com>
Tested-by: Marat Khalili <marat.khalili@huawei.com>
> ---
> doc/api/doxy-api.conf.in | 1 +
> drivers/raw/cnxk_bphy/rte_pmd_bphy.h | 2 ++
> 2 files changed, 3 insertions(+)
>
> diff --git a/doc/api/doxy-api.conf.in b/doc/api/doxy-api.conf.in
> index bedd944681..94096ee710 100644
> --- a/doc/api/doxy-api.conf.in
> +++ b/doc/api/doxy-api.conf.in
> @@ -24,6 +24,7 @@ INPUT = @TOPDIR@/doc/api/doxy-api-index.md \
> @TOPDIR@/drivers/net/intel/ixgbe \
> @TOPDIR@/drivers/net/mlx5 \
> @TOPDIR@/drivers/net/softnic \
> + @TOPDIR@/drivers/raw/cnxk_bphy \
> @TOPDIR@/drivers/raw/dpaa2_cmdif \
> @TOPDIR@/drivers/raw/ifpga \
> @TOPDIR@/lib/eal/include \
> diff --git a/drivers/raw/cnxk_bphy/rte_pmd_bphy.h b/drivers/raw/cnxk_bphy/rte_pmd_bphy.h
> index f668e6ea82..99504dc496 100644
> --- a/drivers/raw/cnxk_bphy/rte_pmd_bphy.h
> +++ b/drivers/raw/cnxk_bphy/rte_pmd_bphy.h
> @@ -174,6 +174,7 @@ enum cnxk_bphy_cgx_eth_link_mode {
> __CNXK_BPHY_CGX_ETH_LINK_MODE_MAX
> };
>
> +/** Available CPRI modes */
> enum cnxk_bphy_cgx_eth_mode_cpri {
> /** 2.4G Lane Rate */
> CNXK_BPHY_CGX_ETH_MODE_CPRI_2_4G_BIT,
> @@ -191,6 +192,7 @@ enum cnxk_bphy_cgx_eth_mode_cpri {
> CNXK_BPHY_CGX_ETH_MODE_CPRI_24_3G_BIT,
> };
>
> +/** Available mode groups */
> enum cnxk_bphy_cgx_mode_group {
> /** ETH group */
> CNXK_BPHY_CGX_MODE_GROUP_ETH,
> --
> 2.43.0
>
prev parent reply other threads:[~2026-08-24 12:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-07 10:17 [PATCH] raw/cnxk_bphy: fix missing doxygen comments Akhil Goyal
2026-08-24 12:10 ` Marat Khalili [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=d5fa5e8bfb3a4bb18af355ce5a7152c5@huawei.com \
--to=marat.khalili@huawei.com \
--cc=dev@dpdk.org \
--cc=gakhil@marvell.com \
--cc=jerinj@marvell.com \
--cc=jpalider@marvell.com \
--cc=stable@dpdk.org \
--cc=tduszynski@marvell.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox