[dpdk-stable] patch 'vhost: remove unused variable' has been queued to stable release 19.11.3

luca.boccassi at gmail.com luca.boccassi at gmail.com
Tue May 19 15:03:27 CEST 2020


Hi,

FYI, your patch has been queued to stable release 19.11.3

Note it hasn't been pushed to http://dpdk.org/browse/dpdk-stable yet.
It will be pushed if I get no objections before 05/21/20. 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 c0c67a2dacfa7334e4999dba05a7b48523cbd349 Mon Sep 17 00:00:00 2001
From: Xiaolong Ye <xiaolong.ye at intel.com>
Date: Sat, 7 Mar 2020 21:22:35 +0800
Subject: [PATCH] vhost: remove unused variable

[ upstream commit 96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb ]

VHOST_FEATURES has been removed in previous refactoring.

Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features")

Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
---
 lib/librte_vhost/vhost.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h
index 9ec5934566..844904ca3b 100644
--- a/lib/librte_vhost/vhost.h
+++ b/lib/librte_vhost/vhost.h
@@ -537,7 +537,6 @@ vhost_log_write_iova(struct virtio_net *dev, struct vhost_virtqueue *vq,
 #define PRINT_PACKET(device, addr, size, header) do {} while (0)
 #endif
 
-extern uint64_t VHOST_FEATURES;
 #define MAX_VHOST_DEVICE	1024
 extern struct virtio_net *vhost_devices[MAX_VHOST_DEVICE];
 
-- 
2.20.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2020-05-19 14:04:47.410943358 +0100
+++ 0072-vhost-remove-unused-variable.patch	2020-05-19 14:04:44.232648662 +0100
@@ -1,12 +1,13 @@
-From 96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb Mon Sep 17 00:00:00 2001
+From c0c67a2dacfa7334e4999dba05a7b48523cbd349 Mon Sep 17 00:00:00 2001
 From: Xiaolong Ye <xiaolong.ye at intel.com>
 Date: Sat, 7 Mar 2020 21:22:35 +0800
 Subject: [PATCH] vhost: remove unused variable
 
+[ upstream commit 96ddd23ae4e2aed9f79203a8ffbf2de86fbdeecb ]
+
 VHOST_FEATURES has been removed in previous refactoring.
 
 Fixes: 0917f9d1f059 ("vhost: use new APIs to handle features")
-Cc: stable at dpdk.org
 
 Signed-off-by: Xiaolong Ye <xiaolong.ye at intel.com>
 Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
@@ -15,10 +16,10 @@
  1 file changed, 1 deletion(-)
 
 diff --git a/lib/librte_vhost/vhost.h b/lib/librte_vhost/vhost.h
-index 2087d1400e..507dbf2147 100644
+index 9ec5934566..844904ca3b 100644
 --- a/lib/librte_vhost/vhost.h
 +++ b/lib/librte_vhost/vhost.h
-@@ -543,7 +543,6 @@ extern int vhost_data_log_level;
+@@ -537,7 +537,6 @@ vhost_log_write_iova(struct virtio_net *dev, struct vhost_virtqueue *vq,
  #define PRINT_PACKET(device, addr, size, header) do {} while (0)
  #endif
  


More information about the stable mailing list