Acked-By: Nithin Dabilpuram <[email protected]>
On Wed, Jul 29, 2026 at 4:47 PM Kobi Kenzi <[email protected]> wrote: > > 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]> > <[email protected]> > Konstantin Ananyev <[email protected]> > <[email protected]> > 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 >

