From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v3 01/15] app/testpmd: replace uint with unsigned int Date: Sat, 30 Mar 2019 23:17:24 +0100 Message-ID: <3364395.PWE6CvapRD@xps> References: <20190313170657.16688-1-ncopa@alpinelinux.org> <20190313170657.16688-2-ncopa@alpinelinux.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Natanael Copa Return-path: Received: from wout5-smtp.messagingengine.com (wout5-smtp.messagingengine.com [64.147.123.21]) by dpdk.org (Postfix) with ESMTP id 58E631E33 for ; Sat, 30 Mar 2019 23:17:30 +0100 (CET) In-Reply-To: <20190313170657.16688-2-ncopa@alpinelinux.org> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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