From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by dpdk.org (Postfix) with ESMTP id 37F5E68C3 for ; Thu, 10 Apr 2014 16:07:01 +0200 (CEST) Received: by mail-wg0-f41.google.com with SMTP id n12so4039881wgh.12 for ; Thu, 10 Apr 2014 07:08:38 -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=pvZwIlUnbRLOwhiEIJRPoYsPQP3G9L09uhvCxpFvmvo=; b=Y0X69m/lcPm5Qs86C46ypK89P4bzHGUxyD5NE9le8rgqfgnEDdhXDfLVGuKdqgDl5i SwRg0QtBrqT4gGVdlyV9nWD57nzJOQMsK5FEPP2Zrlrp5BQ+gxCdaYC5P6o1oGPJDedK B2qgOxElrDtkWeYFXsI4Hr7SH9JRAUZUl74hQYxNd4qqzklLuKk+OuSPVqbf8PYgDwSJ S3WFJw2xQakE82UtY0pz18DMq8+FMtDLm5xii/iw/26kwes771+hGvhr/pEpTL0J0gfU iw2h7JQ69Kr4JCU/DSttf3wRsxGaB8fm2mOEsbWsUmFH6/Va74s3rkjnHt2MDqkDA96u nJZA== X-Gm-Message-State: ALoCoQlFG8i9KrpAXzOZ6HTFll4qVL3A1bVWdFsH5MOReOG1h8ys/xY1JeoHhy5V1pIo9ibgOk7J X-Received: by 10.194.203.2 with SMTP id km2mr1848675wjc.72.1397138917959; Thu, 10 Apr 2014 07:08:37 -0700 (PDT) Received: from xps13.localnet (6wind.net2.nerim.net. [213.41.180.237]) by mx.google.com with ESMTPSA id rx9sm6746011wjb.20.2014.04.10.07.08.36 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Apr 2014 07:08:37 -0700 (PDT) From: Thomas Monjalon To: Olivier Matz Date: Thu, 10 Apr 2014 16:08:37 +0200 Message-ID: <3450439.aGb2ymRA1n@xps13> Organization: 6WIND User-Agent: KMail/4.12.3 (Linux/3.13.7-1-ARCH; KDE/4.12.3; x86_64; ; ) In-Reply-To: <1393676101-17830-1-git-send-email-olivier.matz@6wind.com> References: <1393608350-4431-12-git-send-email-olivier.matz@6wind.com> <1393676101-17830-1-git-send-email-olivier.matz@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 11/11] testpmd: add several dump commands, useful for debug 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: Thu, 10 Apr 2014 14:07:01 -0000 2014-03-01 13:15, Olivier Matz: > Copy all the dump commands provided in app/test into app/testpmd. These > commands are useful to debug a problem when using testpmd. > > Signed-off-by: Olivier Matz Acked-by: Thomas Monjalon Applied for version 1.6.0r2. -- Thomas