On Wed, Apr 14, 2021 at 11:56 AM David Marchand <[email protected]> wrote: > > On Wed, Apr 14, 2021 at 12:16 AM <[email protected]> wrote: > > > > From: Pavan Nikhilesh <[email protected]> > > > > Since queue identifier is passed as signed integer, a compilation error > > is generated: > > rte_event_eth_rx_adapter.c:1810:57: error: signed and unsigned type > > in conditional expression [-Werror=sign-compare] > > Make queue identifier as unsigned when adding it to vector data. > > > > Bugzilla ID: 672 > > > Fixes: d7c428e557ba ("eventdev: support Rx adapter event vector") > > > > Signed-off-by: Pavan Nikhilesh <[email protected]> > > LGTM and fixes compilation for RHEL7. > > Acked-by: David Marchand <[email protected]>
Acked-by: Jerin Jacob <[email protected]> > > Jerin, do you mind if I take it directly in main? Yes . Please > > > -- > David Marchand >

