15/07/2022 18:29, Ajit Khaparde: > On Fri, Jul 15, 2022 at 7:23 AM Andrew Rybchenko > <andrew.rybche...@oktetlabs.ru> wrote: > > > > On 7/15/22 16:25, skotesh...@marvell.com wrote: > > > From: Satha Rao <skotesh...@marvell.com> > > > > > > rte_eth_set_queue_rate_limit argument rate modified to uint32_t > > > to support more than 64Gbps. > > > > > > Signed-off-by: Satha Rao <skotesh...@marvell.com> > > > Acked-by: Jerin Jacob <jer...@marvell.com> [...] > > > +* 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.rybche...@oktetlabs.ru> > Acked-by: Ajit Khaparde <ajit.khapa...@broadcom.com>
With a bit of English grammar rewording, Acked-by: Thomas Monjalon <tho...@monjalon.net> Applied, thanks.