patch 'net/virtio: remove declaration of undefined function' has been queued to stable release 20.11.7
luca.boccassi at gmail.com
luca.boccassi at gmail.com
Sat Nov 5 18:11:22 CET 2022
Hi,
FYI, your patch has been queued to stable release 20.11.7
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/07/22. 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.
Queued patches are on a temporary branch at:
https://github.com/kevintraynor/dpdk-stable
This queued commit can be viewed at:
https://github.com/kevintraynor/dpdk-stable/commit/69dc5e9440bf79abceb4cf09c04fffd4e1c5a12c
Thanks.
Luca Boccassi
---
>From 69dc5e9440bf79abceb4cf09c04fffd4e1c5a12c Mon Sep 17 00:00:00 2001
From: Olivier Matz <olivier.matz at 6wind.com>
Date: Thu, 29 Sep 2022 14:22:18 +0200
Subject: [PATCH] net/virtio: remove declaration of undefined function
[ upstream commit d118ff6051e3652d81097c57c3d894194e18b4d8 ]
This function is not defined, remove its declaration.
Fixes: c1f86306a026 ("virtio: add new driver")
Signed-off-by: Olivier Matz <olivier.matz at 6wind.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin at redhat.com>
Reviewed-by: Chenbo Xia <chenbo.xia at intel.com>
---
drivers/net/virtio/virtqueue.h | 4 ----
1 file changed, 4 deletions(-)
diff --git a/drivers/net/virtio/virtqueue.h b/drivers/net/virtio/virtqueue.h
index 8e6fd22412..70121eb340 100644
--- a/drivers/net/virtio/virtqueue.h
+++ b/drivers/net/virtio/virtqueue.h
@@ -449,10 +449,6 @@ virtqueue_enable_intr(struct virtqueue *vq)
virtqueue_enable_intr_split(vq);
}
-/**
- * Dump virtqueue internal structures, for debug purpose only.
- */
-void virtqueue_dump(struct virtqueue *vq);
/**
* Get all mbufs to be freed.
*/
--
2.34.1
---
Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- - 2022-11-05 17:11:10.673183891 +0000
+++ 0023-net-virtio-remove-declaration-of-undefined-function.patch 2022-11-05 17:11:08.646942040 +0000
@@ -1 +1 @@
-From d118ff6051e3652d81097c57c3d894194e18b4d8 Mon Sep 17 00:00:00 2001
+From 69dc5e9440bf79abceb4cf09c04fffd4e1c5a12c Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit d118ff6051e3652d81097c57c3d894194e18b4d8 ]
+
@@ -18 +20 @@
-index d100ed8762..f5d8b40cad 100644
+index 8e6fd22412..70121eb340 100644
@@ -21 +23 @@
-@@ -474,10 +474,6 @@ virtqueue_enable_intr(struct virtqueue *vq)
+@@ -449,10 +449,6 @@ virtqueue_enable_intr(struct virtqueue *vq)
More information about the stable
mailing list