> -----Original Message----- > From: Kaiwen Deng <[email protected]<mailto:[email protected]>>
> Sent: Tuesday, May 9, 2023 9:22 AM > To: [email protected]<mailto:[email protected]> > Cc: [email protected]<mailto:[email protected]>; Yang, Qiming > <[email protected]<mailto:[email protected]>>; Zhou, YidingX > <[email protected]<mailto:[email protected]>>; Deng, KaiwenX > <[email protected]<mailto:[email protected]>>; Zhang, Qi Z > <[email protected]<mailto:[email protected]>> > Subject: [PATCH v2] net/ice: fix dcf init rss blocked > > The i variable type is uint8_t which causes a dead loop, changing it to > size_t will solve this issue. > > Signed-off-by: Kaiwen Deng > <[email protected]<mailto:[email protected]>> Tested-by: Tingting Liao <[email protected]<mailto:[email protected]>>

