From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f180.google.com (mail-we0-f180.google.com [74.125.82.180]) by dpdk.org (Postfix) with ESMTP id 661A8B577 for ; Sun, 15 Feb 2015 16:46:58 +0100 (CET) Received: by mail-we0-f180.google.com with SMTP id k11so25032246wes.11 for ; Sun, 15 Feb 2015 07:46:58 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=Fa+8dgwHnQ7hPstPsCgdIEZ+GZdRqq7G3nFF1INey/k=; b=IrkJipSVbkSgPh02VkyJeOUi/nHHFQoKa5bpAO0BCKTRjdTRjRk9WA/l9qK9GLXDN+ AIIE6jLDeP0KNEcVwCgzeu95GqfZCoIKpLTFV7IKlEUTLEwB1j2Zi7RmiPtJhgegc/da 4FX0qQ2qtCfPF/FaUING81AdiPtu2JnDToyeD7PtTpLLumKSr0l8mwXf2buNAC08zZvj 1S79Tpx126Wt/65f+wfam4IBYv51h45VI5rCCLYuzQBOv7uYR1k0OMsxd+ph/QkJMuLv 3WsTd9Hgb9e/qRLKjfbSK9XCDcr9D/ySFbvjGZVtHL1O7jSqtRkDieCmZIv4t41NMYp7 b9cw== X-Gm-Message-State: ALoCoQkljNHjho5oNKlnouT2lQmf3ERriLLo3h8YkFULCQm15vP9QuhOYkUhBcsrfVhYWwRRgEvc X-Received: by 10.194.9.98 with SMTP id y2mr41576816wja.85.1424015218212; Sun, 15 Feb 2015 07:46:58 -0800 (PST) Received: from xps13.localnet (174.17.90.92.rev.sfr.net. [92.90.17.174]) by mx.google.com with ESMTPSA id hj10sm6102987wjc.48.2015.02.15.07.46.56 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 15 Feb 2015 07:46:57 -0800 (PST) From: Thomas Monjalon To: xuelin.shi@freescale.com Date: Sun, 15 Feb 2015 16:46:23 +0100 Message-ID: <5986776.zFMs1Z8A5k@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: <54D47BB4.9020005@6wind.com> References: <1423186160-26035-1-git-send-email-xuelin.shi@freescale.com> <54D47BB4.9020005@6wind.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] testpmd: fix port parsing in show port info command X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Feb 2015 15:46:58 -0000 > > the port number type should be consistent with librte_cmdline, > > else there is potential endian issue. > > > > Signed-off-by: Xuelin Shi > > Acked-by: Olivier Matz Applied, thanks