[PATCH v3] doc: announce changes to rte_eth_set_queue_rate_limit API
Ajit Khaparde
ajit.khaparde at broadcom.com
Fri Jul 15 18:29:47 CEST 2022
On Fri, Jul 15, 2022 at 7:23 AM Andrew Rybchenko
<andrew.rybchenko at oktetlabs.ru> wrote:
>
> On 7/15/22 16:25, skoteshwar at marvell.com wrote:
> > From: Satha Rao <skoteshwar at marvell.com>
> >
> > rte_eth_set_queue_rate_limit argument rate modified to uint32_t
> > to support more than 64Gbps.
> >
> > Signed-off-by: Satha Rao <skoteshwar at marvell.com>
> > Acked-by: Jerin Jacob <jerinj at marvell.com>
> > ---
> >
> > v2: Modified rate to uint32_t as per review comments
> > v3: api in subject line changed to API
> >
> > ---
> >
> > doc/guides/rel_notes/deprecation.rst | 5 +++++
> > 1 file changed, 5 insertions(+)
> >
> > diff --git a/doc/guides/rel_notes/deprecation.rst b/doc/guides/rel_notes/deprecation.rst
> > index 4e5b23c..36e0f67 100644
> > --- a/doc/guides/rel_notes/deprecation.rst
> > +++ b/doc/guides/rel_notes/deprecation.rst
> > @@ -125,3 +125,8 @@ Deprecation Notices
> > applications should be updated to use the ``dmadev`` library instead,
> > with the underlying HW-functionality being provided by the ``ioat`` or
> > ``idxd`` dma drivers
> > +
> > +* ethdev: The function ``rte_eth_set_queue_rate_limit`` takes ``rate`` in Mbps.
> > + This parameter declared as uint16_t, queue rate limited to 64Gbps. ``rate``
> > + parameter will be modified to uint32_t in DPDK 22.11 so that it can work for
> > + more than 64Gbps.
>
> Acked-by: Andrew Rybchenko <andrew.rybchenko at oktetlabs.ru>
Acked-by: Ajit Khaparde <ajit.khaparde at broadcom.com>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4218 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mails.dpdk.org/archives/dev/attachments/20220715/ce500e58/attachment.bin>
More information about the dev
mailing list