net/igc: remove use of uint type
authorThomas Monjalon <thomas@monjalon.net>
Thu, 25 Feb 2021 09:45:09 +0000 (10:45 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 23 Mar 2021 07:41:05 +0000 (08:41 +0100)
commitf17c5d7abd91a4c70a8ca82f885e2f930980d22d
treea6c839802ea52462195034b9505c73360390caa9
parent3d100ccb2e16087f1ba0ba09274ee1b40b6f0e15
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@dpdk.org
Suggested-by: David Marchand <david.marchand@redhat.com>
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Haiyue Wang <haiyue.wang@intel.com>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: David Marchand <david.marchand@redhat.com>
drivers/net/igc/igc_flow.c