On Mon, 4 Aug 2025 13:16:23 +0530 <[email protected]> wrote: > From: Sunil Kumar Kori <[email protected]> > > 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 <[email protected]> > Acked-by: Morten Brørup <[email protected]> > Reviewed-by: Morten Brørup <[email protected]> > Acked-by: Andrew Rybchenko <[email protected]> > ---
Queued to next-net for 25.11

