[PATCH] doc: fix typo in CNXK guide
Nithin Dabilpuram
nithind1988 at gmail.com
Mon Aug 3 11:16:12 CEST 2026
Acked-By: Nithin Dabilpuram <ndabilpuram at marvell.com>
On Wed, Jul 29, 2026 at 4:47 PM Kobi Kenzi <kobikenzi at gmail.com> wrote:
>
> Correct a spelling error in the transmit completion handler documentation.
>
> Fixes: dd9446991212 ("net/cnxk: add transmit completion handler")
> Cc: stable at dpdk.org
> Signed-off-by: Kobi Kenzi <kobikenzi at gmail.com>
> ---
> .mailmap | 1 +
> doc/guides/nics/cnxk.rst | 2 +-
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/.mailmap b/.mailmap
> index fcb3d1bb3f..f44296a218 100644
> --- a/.mailmap
> +++ b/.mailmap
> @@ -887,6 +887,7 @@ Kiran Vedere <kiranv at nvidia.com>
> Kirill Rybalchenko <kirill.rybalchenko at intel.com>
> Kishore Padmanabha <kishore.padmanabha at broadcom.com>
> Klaus Degner <kd at allegro-packets.com>
> +Kobi Kenzi <kobikenzi at gmail.com>
> Kommula Shiva Shankar <kshankar at marvell.com>
> Konstantin Ananyev <konstantin.ananyev at huawei.com> <konstantin.v.ananyev at yandex.ru>
> Konstantin Ananyev <konstantin.ananyev at huawei.com> <konstantin.ananyev at intel.com>
> diff --git a/doc/guides/nics/cnxk.rst b/doc/guides/nics/cnxk.rst
> index cb7a86e8fc..56ad9dc7cf 100644
> --- a/doc/guides/nics/cnxk.rst
> +++ b/doc/guides/nics/cnxk.rst
> @@ -409,7 +409,7 @@ Runtime Config Options
> When transmit completion handler is enabled,
> the PMD invokes the callback handler provided by the application
> for every packet which has external buf attached to mbuf
> - and frees main mbuf, external buffer is provided to applicatoin.
> + and frees main mbuf, external buffer is provided to application.
> Once external buffer is handed over to application,
> it is application responsibility either to free or reuse external buffer
> using ``tx_compl_ena`` devargs parameter.
> --
> 2.43.0
>
More information about the dev
mailing list