Re: [PATCH] doc: fix typo in CNXK guide
Nithin Dabilpuram <[email protected]> Mon, 3 Aug 2026 14:46:12 +0530
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <CAMuDWKS82pVaKkE4rSH9A1NTPZF8JZRTx7QkDFvZ7MBfzhzhoA@mail.gmail.com> |
Acked-By: Nithin Dabilpuram <[email protected]> On Wed, Jul 29, 2026 at 4:47=E2=80=AFPM Kobi Kenzi <[email protected]> wr= ote: > > Correct a spelling error in the transmit completion handler documentation= . > > Fixes: dd9446991212 ("net/cnxk: add transmit completion handler") > Cc: [email protected] > Signed-off-by: Kobi Kenzi <[email protected]> > --- > .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 <[email protected]> > Kirill Rybalchenko <[email protected]> > Kishore Padmanabha <[email protected]> > Klaus Degner <[email protected]> > +Kobi Kenzi <[email protected]> > Kommula Shiva Shankar <[email protected]> > Konstantin Ananyev <[email protected]> <konstantin.v.ananyev= @yandex.ru> > Konstantin Ananyev <[email protected]> <konstantin.ananyev@i= ntel.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 buf= fer > using ``tx_compl_ena`` devargs parameter. > -- > 2.43.0 >