From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 6E6665947 for ; Thu, 6 Nov 2014 11:19:18 +0100 (CET) Received: by mail-wg0-f42.google.com with SMTP id k14so803597wgh.29 for ; Thu, 06 Nov 2014 02:28:45 -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=o1cJelg/FIEet2SD4BAchxdrq5UXEc53R2bmYB9uBNI=; b=UO4BYWa4TuYcxflUA67mpY58QR6fK8ERGnPzdxR1I0JJ+sqSmpn3QyveJZ3X+TQeQG 1uztuIhRwxbQmisE5G2ib9DvPgMEj/w/j3yiwnmIHI8t1qdPA/Y6VOdhXOWjAobVllEc hgftSuXRk6wxwQtNP5ANgr2yGZrg6QXrMpLj3YqVV2X5CO4GsEqg9O5KFNDq9NnMCQhx 5CC9CrAtabRqhUp1p365WWyVkrK+TRossNO7kHlWmFwAu8oa/p3dK1J9l6WcmaAL1YXR VkLQdpLsGHBpJDs95tV7JOXucApMBtFFIPnYvZ0mM3WL/MiZRsrZQ2MC7g5t6EQ5rx6N P7Fg== X-Gm-Message-State: ALoCoQmedziazxGc+hDScDBghVKMV6Rb17mADQeV3/37lsc3Cnulym8oPWfhcHkpDGkky4MR3liI X-Received: by 10.194.48.116 with SMTP id k20mr4180622wjn.7.1415269725298; Thu, 06 Nov 2014 02:28:45 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id bf6sm7262582wjb.13.2014.11.06.02.28.43 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Nov 2014 02:28:44 -0800 (PST) From: Thomas Monjalon To: Bernard Iremonger Date: Thu, 06 Nov 2014 11:28:26 +0100 Message-ID: <11697149.SZR5sfh7F8@xps13> Organization: 6WIND User-Agent: KMail/4.14.2 (Linux/3.17.2-1-ARCH; KDE/4.14.2; x86_64; ; ) In-Reply-To: <1415111540-5137-1-git-send-email-bernard.iremonger@intel.com> References: <1415111540-5137-1-git-send-email-bernard.iremonger@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] [PULL REQUEST] doc: TestPMD Application 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: Thu, 06 Nov 2014 10:19:18 -0000 > Bernard Iremonger (1): > doc: TestPMD Application User Guide Pulled in the main repository. This document should now be updated to reflect the recent changes to testpmd. >>From now, patches for testpmd should include doc update. Thanks -- Thomas