From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f178.google.com (mail-wi0-f178.google.com [209.85.212.178]) by dpdk.org (Postfix) with ESMTP id 542C25A8C for ; Tue, 31 Mar 2015 03:20:33 +0200 (CEST) Received: by wibg7 with SMTP id g7so3690303wib.1 for ; Mon, 30 Mar 2015 18:20:33 -0700 (PDT) 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=GylvlQPtzJWakjjvXAOBjcC4hI4J6elTW4jao052Jrg=; b=i1iwqdoFJ+IcyAZkbAWmynntYaOH4n6ZD+pdRtyXUsk/FqZZxh7EorHkT9QBm5W8vf tBJOlpyldcnGIuYOqtZSFJ5O8kE4SST7dKg5n/PcyAt9GzkUZEI7YegkW/OMQEB9lhcD FZSJUnzeVT6ZiToNUPKKOyp/H9YBqOthItJYh86K5oDwmh5k8ZeEqUFstEhPdVbm6nFp 3UuzMHxocANLHaCxwNnAJ/fwfH7Vt/4hWvkxLF3J/D3M8o/NU5CxvZWFf8jsGSja2Ugb iO+O6O4uiIyPp69m3n8YdZZEobsxH+BFy6xcDcI1fNF9RAHJ8+OPbpOOnQvP68CRKnBn NGkA== X-Gm-Message-State: ALoCoQkTyy1SfxH8qxwGoX3DuOXc0eNHe6TLIisK728hY/LLApnNxtFVNqpb0NYmh9jAIeFwYOI4 X-Received: by 10.181.11.202 with SMTP id ek10mr789628wid.37.1427764833250; Mon, 30 Mar 2015 18:20:33 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id k6sm18637507wia.6.2015.03.30.18.20.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 30 Mar 2015 18:20:32 -0700 (PDT) From: Thomas Monjalon To: "Zhang, Helin" Date: Tue, 31 Mar 2015 03:19:51 +0200 Message-ID: <9535620.QZZRpQqeAT@xps13> Organization: 6WIND User-Agent: KMail/4.14.4 (Linux/3.18.4-1-ARCH; KDE/4.14.4; x86_64; ; ) In-Reply-To: References: <1425911963-20878-1-git-send-email-helin.zhang@intel.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] doc: update of testpmd user guide 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: Tue, 31 Mar 2015 01:20:33 -0000 > > It updated the user guide of testpmd, for the newly supported commands > > of getting/setting hash functions, and the command of showing port > > information. > > > > Signed-off-by: Helin Zhang > > Acked-by: Pablo de Lara Applied, thanks