From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4C1D6A04C3 for ; Fri, 22 Nov 2019 15:42:29 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3F6712BF1; Fri, 22 Nov 2019 15:42:29 +0100 (CET) Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id C76A31B93E for ; Fri, 22 Nov 2019 15:42:27 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1574433747; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1yNCYPMjYZjJSY2ORc9POZ94wXo0HNpIMOCUzcrueX8=; b=Msu7JM/o7gSfK3fqT3JPMWXpYayF4N9JB30UVISt8wvzfiHn2sexh2njj0AGU24NkkOvpO O2O7/ylnXzGQWQxQc0GbPUkgIyFSWvRbo3RqVbo+v8Sl13yUo+EnwHq+WbF+T204OQrrw5 IRiTO5Cx6CAe06L2kyJPtAQObDYq47g= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-17-DRJuHWN6P-2tf_suL0GQWQ-1; Fri, 22 Nov 2019 09:42:23 -0500 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CBFAC8018A2; Fri, 22 Nov 2019 14:42:22 +0000 (UTC) Received: from rh.redhat.com (unknown [10.36.118.60]) by smtp.corp.redhat.com (Postfix) with ESMTP id BE6A96E713; Fri, 22 Nov 2019 14:42:21 +0000 (UTC) From: Kevin Traynor To: Tiwei Bie Cc: Maxime Coquelin , dpdk stable Date: Fri, 22 Nov 2019 14:41:07 +0000 Message-Id: <20191122144131.21231-21-ktraynor@redhat.com> In-Reply-To: <20191122144131.21231-1-ktraynor@redhat.com> References: <20191122144131.21231-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 X-MC-Unique: DRJuHWN6P-2tf_suL0GQWQ-1 X-Mimecast-Spam-Score: 0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Subject: [dpdk-stable] patch 'doc: fix format in virtio guide' has been queued to LTS release 18.11.6 X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" Hi, FYI, your patch has been queued to LTS release 18.11.6 Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet. It will be pushed if I get no objections before 11/29/19. So please shout if anyone has objections. Also note that after the patch there's a diff of the upstream commit vs the patch applied to the branch. This will indicate if there was any rebasing needed to apply to the stable branch. If there were code changes for rebasi= ng (ie: not only metadata diffs), please double check that the rebase was correctly done. Queued patches are on a temporary branch at: https://github.com/kevintraynor/dpdk-stable-queue This queued commit can be viewed at: https://github.com/kevintraynor/dpdk-stable-queue/commit/c705f5bf52fcb87fd4= f6b54b6abce032d0989c72 Thanks. Kevin. --- >From c705f5bf52fcb87fd4f6b54b6abce032d0989c72 Mon Sep 17 00:00:00 2001 From: Tiwei Bie Date: Tue, 13 Aug 2019 10:07:30 +0800 Subject: [PATCH] doc: fix format in virtio guide [ upstream commit 2afa82430f0a60824fa4e0bf2a23191a5bc32a6d ] This patch removes an unwanted empty line in a sentence. Fixes: 71afcefbd53e ("doc: update virtio ring size and header size") Signed-off-by: Tiwei Bie Reviewed-by: Maxime Coquelin --- doc/guides/nics/virtio.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst index 08438d064..417cd9937 100644 --- a/doc/guides/nics/virtio.rst +++ b/doc/guides/nics/virtio.rst @@ -8,5 +8,4 @@ Virtio is a para-virtualization framework initiated by IBM,= and supported by KVM In the Data Plane Development Kit (DPDK), we provide a virtio Poll Mode Driver (PMD) as a software solution, compari= ng to SRIOV hardware solution, - for fast guest VM to guest VM communication and guest VM to host communica= tion. =20 --=20 2.21.0 --- Diff of the applied patch vs upstream commit (please double-check if non-= empty: --- --- -=092019-11-22 14:36:56.359120256 +0000 +++ 0021-doc-fix-format-in-virtio-guide.patch=092019-11-22 14:36:55.1901494= 36 +0000 @@ -1 +1 @@ -From 2afa82430f0a60824fa4e0bf2a23191a5bc32a6d Mon Sep 17 00:00:00 2001 +From c705f5bf52fcb87fd4f6b54b6abce032d0989c72 Mon Sep 17 00:00:00 2001 @@ -5,0 +6,2 @@ +[ upstream commit 2afa82430f0a60824fa4e0bf2a23191a5bc32a6d ] + @@ -9 +10,0 @@ -Cc: stable@dpdk.org @@ -18 +19 @@ -index 011954ff6..bd0116176 100644 +index 08438d064..417cd9937 100644