From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wg0-f45.google.com (mail-wg0-f45.google.com [74.125.82.45]) by dpdk.org (Postfix) with ESMTP id 6ABB2C4DE for ; Mon, 13 Apr 2015 23:24:32 +0200 (CEST) Received: by wgyo15 with SMTP id o15so95623091wgy.2 for ; Mon, 13 Apr 2015 14:24:32 -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=bwuc+D6g3pzHoLCnrMcZ2Gxlh/6bGfOS5qoKwxIgTDc=; b=ThunQG35Gjic3lcNIRDnrgsk7hyBLrt76dv0UZBLnUMGyUbpJhiDKcD8Lav1K1Y/ms 3jDw+/0EPPsOurL0hNInev/XljFdvRsTkwMHR0R/gXoCYFV2V50YgkFY1vo9OK2NlW1A MK0e+Mcfo9oOWANyW/X44Bdux0RqCAUT0rJw79ROB49+6QnHDfX6SuulvAVqKkVZqcVU 492igq5LcNOeOTZ/5BgO1qGq7vjfMVgN1kFOBR802GXCkaEQeX20Jy5j32tVT3+TUDt8 93pO94rcN8ngVYE3IZH0Mi0VuwGzP9loxO7CWKGQCwW0BVc9S9iX/vfPulYtmFFgHhno jTJA== X-Gm-Message-State: ALoCoQn1yAXj/EbtNicEKzz3CjcI2pSSc+XfZod5xeFZRJgi/dbhhJ/+E2qS3buquzRfNg1Stpu1 X-Received: by 10.180.80.197 with SMTP id t5mr25261743wix.63.1428960272308; Mon, 13 Apr 2015 14:24:32 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id uo6sm13104127wjc.49.2015.04.13.14.24.31 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 13 Apr 2015 14:24:31 -0700 (PDT) From: Thomas Monjalon To: John McNamara Date: Mon, 13 Apr 2015 23:23:50 +0200 Message-ID: <1630330.UShjQOKFRg@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: <1428677139-14607-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: fixed verbatim sections in vmxnet3 docs 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, 13 Apr 2015 21:24:32 -0000 > >Fixed two verbatim text sections in vmxnet3 docs. > > > >Signed-off-by: John McNamara > > This patch looks good. [...] > Acked-by: Yong Wang Applied, thanks