On Mon, 4 Aug 2025 13:16:23 +0530 <sk...@marvell.com> wrote: > From: Sunil Kumar Kori <sk...@marvell.com> > > As rte_eth_rx_queue_count() returns signed value to represent > the error cases but internally invoked callback is returning > unsigned value. Hence unnecessary type conversion is done. > > To avoid this typecasting from signed to unsigned, fixed > return type of callback functions. > > Signed-off-by: Sunil Kumar Kori <sk...@marvell.com> > Acked-by: Morten Brørup <m...@smartsharesystems.com> > Reviewed-by: Morten Brørup <m...@smartsharesystems.com> > Acked-by: Andrew Rybchenko <andrew.rybche...@oktetlabs.ru> > ---
Queued to next-net for 25.11