[dpdk-stable] [PATCH v5 14/17] net/igc: remove use of uint type

Wang, Haiyue haiyue.wang at intel.com
Fri Feb 26 01:49:59 CET 2021


> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Friday, February 26, 2021 02:23
> To: dev at dpdk.org
> Cc: ncopa at alpinelinux.org; stable at dpdk.org; David Marchand <david.marchand at redhat.com>; Guo, Jia
> <jia.guo at intel.com>; Wang, Haiyue <haiyue.wang at intel.com>; Yigit, Ferruh <ferruh.yigit at intel.com>;
> Zhang, AlvinX <alvinx.zhang at intel.com>
> 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: stable at dpdk.org
> 
> Suggested-by: David Marchand <david.marchand at redhat.com>
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---
>  drivers/net/igc/igc_flow.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 

Acked-by: Haiyue Wang <haiyue.wang at intel.com>

> 2.30.1



More information about the stable mailing list