From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by dpdk.org (Postfix) with ESMTP id 775648D99 for ; Mon, 26 Oct 2015 15:37:42 +0100 (CET) Received: by wicfv8 with SMTP id fv8so119234645wic.0 for ; Mon, 26 Oct 2015 07:37:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=6wind_com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:organization:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=m5smQ8uZoycae1FHWkdzzy2VYau3HcCSpFqdcJteFqk=; b=ii3vekUd6u7YwM7RKSCkjLL0Hez41cHr+RzS4KKqBLvgFiCOQmLUGEZN/YMVX9crI0 c4y7qYGGK2bgPSsDLwR+gnTgbcQlauE74BCzdrLqvBsPiG9t0TIZ95S99OnM8YtjLPLN VG1V6RksG1tQwQ5g5Ovh54FYy/IQZ7vfvKMQaaucEVx0u523PfP/TYQ9YSQxRg172zEP Ih5Ot1VJiqqdyRpwH4cHtARsJ6aS55C+TQ9gH8YDPHQKOLOs5Cd+bhOXCcpeGcfVhYOL msqYpF0tCz2Duf4rqMcz6/uAI+VnDaekRKRsOqid4QjCTwwn1CWbX/ICG4Wmbm88q51q jBfw== 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=m5smQ8uZoycae1FHWkdzzy2VYau3HcCSpFqdcJteFqk=; b=d8bETW+zfB+iQm4k4ixLmIkDYiSO9TEb5lhOkQNVn0b2aAqNsf3teo8gy8UYiNcV62 4XZlk4VUfiZkFkvBZGI5dtDYdf8oT4ui48NQO3WKyDOKvQEgwNXcum9vVAytQBZWP6Y3 yYjhS+xiCI0cvnk99VJ9S+UulQyOYRggfEHHb4l7iYQT/6/HXbE/52OSZbiJ+L4W0BZw OGAeC3/zJwf8x9q6snWh+Y7MYW5jBVWD/AElfKHn2DOrzVqHlIm0HqVFiFWObIM2+nRp DBPaSEgfCDyvUU0IdDvgje67XrhLCdSvXKuhkAgrLhK7q7vblkRdwy/FfMX5YLkoxm5N lJtw== X-Gm-Message-State: ALoCoQnHYWouqcMe+b+50/5a1WKTS0bdyzXRVbEqcjmeQfFOOEcxvypXgpmfPxQvCEKtgPVjDWuA X-Received: by 10.194.184.44 with SMTP id er12mr33828494wjc.58.1445870262288; Mon, 26 Oct 2015 07:37:42 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id uj4sm39452282wjc.34.2015.10.26.07.37.41 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 26 Oct 2015 07:37:41 -0700 (PDT) From: Thomas Monjalon To: "Mcnamara, John" Date: Mon, 26 Oct 2015 15:36:34 +0100 Message-ID: <1710349.QrqlsyQ880@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: References: <1443469546-20901-1-git-send-email-john.mcnamara@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: fix rst issues in 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: Mon, 26 Oct 2015 14:37:42 -0000 > > Fix a number of RST issues in the testpmd user guide and > > refactored the structure to: > > > > * Remove redundant roadmap section. > > * Merge Overview section into Introduction. > > * Move "set fwd" to the start of its section. > > > > Signed-off-by: John McNamara > > Acked-by: Pablo de Lara Applied, thanks