Hi Natanael
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Thomas Monjalon
> Sent: Saturday, March 30, 2019 10:17 PM
> To: Natanael Copa
> Cc: dev@dpdk.org
> Subject: Re: [dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with
> un
13/03/2019 18:06, Natanael Copa:
> Improve portability by avoid use non-standard 'uint'.
After running git grep '\', I see there is also an occurence
in examples/tep_termination/vxlan.c
Hi Nataneal,
> -Original Message-
> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Natanael Copa
> Sent: Wednesday, March 13, 2019 5:07 PM
> To: dev@dpdk.org
> Cc: Natanael Copa
> Subject: [dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with
> unsigned
Improve portability by avoid use non-standard 'uint'.
This fixes following build error when building with musl libc:
In file included from ../app/test-pmd/cmdline.c:75:
../app/test-pmd/testpmd.h:809:29: error: unknown type name 'uint'; did you mean
'int'?
uint8_t *hash_key, uint hash_k
4 matches
Mail list logo