Re: [dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with unsigned int

2019-07-04 Thread Iremonger, Bernard
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

Re: [dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with unsigned int

2019-03-30 Thread Thomas Monjalon
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

Re: [dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with unsigned int

2019-03-26 Thread Iremonger, Bernard
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

[dpdk-dev] [PATCH v3 01/15] app/testpmd: replace uint with unsigned int

2019-03-13 Thread Natanael Copa
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