[dpdk-stable] patch 'doc: fix format in virtio guide' has been queued to LTS release 17.11.10

luca.boccassi at gmail.com luca.boccassi at gmail.com
Thu Dec 19 15:32:42 CET 2019


Hi,

FYI, your patch has been queued to LTS release 17.11.10

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 12/21/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 rebasing
(ie: not only metadata diffs), please double check that the rebase was
correctly done.

Thanks.

Luca Boccassi

---
>From 3de457a4936a1d36d69cc7caad46b89a4edc38ff Mon Sep 17 00:00:00 2001
From: Tiwei Bie <tiwei.bie at intel.com>
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 <tiwei.bie at intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
---
 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 9d05cca0a6..6672d7f27e 100644
--- a/doc/guides/nics/virtio.rst
+++ b/doc/guides/nics/virtio.rst
@@ -34,7 +34,6 @@ Poll Mode Driver for Emulated Virtio NIC
 Virtio is a para-virtualization framework initiated by IBM, and supported by KVM hypervisor.
 In the Data Plane Development Kit (DPDK),
 we provide a virtio Poll Mode Driver (PMD) as a software solution, comparing to SRIOV hardware solution,
-
 for fast guest VM to guest VM communication and guest VM to host communication.
 
 Vhost is a kernel acceleration module for virtio qemu backend.
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2019-12-19 14:32:26.930879034 +0000
+++ 0015-doc-fix-format-in-virtio-guide.patch	2019-12-19 14:32:25.441284659 +0000
@@ -1,12 +1,13 @@
-From 2afa82430f0a60824fa4e0bf2a23191a5bc32a6d Mon Sep 17 00:00:00 2001
+From 3de457a4936a1d36d69cc7caad46b89a4edc38ff Mon Sep 17 00:00:00 2001
 From: Tiwei Bie <tiwei.bie at intel.com>
 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")
-Cc: stable at dpdk.org
 
 Signed-off-by: Tiwei Bie <tiwei.bie at intel.com>
 Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
@@ -15,10 +16,10 @@
  1 file changed, 1 deletion(-)
 
 diff --git a/doc/guides/nics/virtio.rst b/doc/guides/nics/virtio.rst
-index 011954ff60..bd0116176d 100644
+index 9d05cca0a6..6672d7f27e 100644
 --- a/doc/guides/nics/virtio.rst
 +++ b/doc/guides/nics/virtio.rst
-@@ -7,7 +7,6 @@ Poll Mode Driver for Emulated Virtio NIC
+@@ -34,7 +34,6 @@ Poll Mode Driver for Emulated Virtio NIC
  Virtio is a para-virtualization framework initiated by IBM, and supported by KVM hypervisor.
  In the Data Plane Development Kit (DPDK),
  we provide a virtio Poll Mode Driver (PMD) as a software solution, comparing to SRIOV hardware solution,


More information about the stable mailing list