> -----Original Message----- > From: Zhou, YidingX <[email protected]> > Sent: Tuesday, February 8, 2022 1:35 PM > To: Richardson, Bruce <[email protected]>; Wang, Haiyue > <[email protected]> > Cc: Yang, Qiming <[email protected]>; Zhang, Qi Z > <[email protected]>; [email protected] > Subject: RE: [PATCH] net/ice: fix gcc error with - > DRTE_LIBRTE_ICE_16BYTE_RX_DESC > > > > > -----Original Message----- > > From: Richardson, Bruce <[email protected]> > > Sent: Monday, February 7, 2022 9:46 PM > > To: Wang, Haiyue <[email protected]> > > Cc: Zhou, YidingX <[email protected]>; Yang, Qiming > > <[email protected]>; Zhang, Qi Z <[email protected]>; > > [email protected] > > Subject: Re: [PATCH] net/ice: fix gcc error with - > > DRTE_LIBRTE_ICE_16BYTE_RX_DESC > > > > On Mon, Feb 07, 2022 at 01:14:18PM +0000, Wang, Haiyue wrote: > > > > -----Original Message----- > > > > From: Yiding Zhou <[email protected]> > > > > Sent: Tuesday, February 8, 2022 00:48 > > > > To: Yang, Qiming <[email protected]>; Zhang, Qi Z > > > > <[email protected]> > > > > Cc: [email protected] > > > > Subject: [PATCH] net/ice: fix gcc error with > > > > -DRTE_LIBRTE_ICE_16BYTE_RX_DESC > > > > > > > > gcc will report error "unused parameter 'rxq'" when the macro > > > > RTE_LIBRTE_ICE_16BYTE_RX_DESC is defined. use "(void)rxq" to avoid > > > > it > > > > > > > > Fixes: 7a340b0b4e03 ("net/ice: refactor Rx FlexiMD handling") > > > > Cc: [email protected] > > > > > > > > Signed-off-by: Yiding Zhou <[email protected]> > > > > ---
Tested-by: Wei Ling <[email protected]>

