> -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Friday, February 26, 2021 02:23 > To: [email protected] > Cc: [email protected]; [email protected]; David Marchand > <[email protected]>; Guo, Jia > <[email protected]>; Wang, Haiyue <[email protected]>; Yigit, Ferruh > <[email protected]>; > Zhang, AlvinX <[email protected]> > Subject: [PATCH v5 14/17] net/igc: remove use of uint type > > Improve portability (especially with musl libc) > by replacing the non-standard type 'uint' with 'size_t'. > > Fixes: 746664d546fb ("net/igc: support flow API") > Cc: [email protected] > > Suggested-by: David Marchand <[email protected]> > Signed-off-by: Thomas Monjalon <[email protected]> > --- > drivers/net/igc/igc_flow.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) >
Acked-by: Haiyue Wang <[email protected]> > 2.30.1

