patch 'eventdev: fix name of Rx conf type in documentation' has been queued to stable release 19.11.14

christian.ehrhardt at canonical.com christian.ehrhardt at canonical.com
Fri Nov 11 12:38:34 CET 2022


Hi,

FYI, your patch has been queued to stable release 19.11.14

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/18/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/cpaelzer/dpdk-stable-queue

This queued commit can be viewed at:
https://github.com/cpaelzer/dpdk-stable-queue/commit/0ef4127ffdb3fb5fe5ca1e8c407ec98778db6029

Thanks.

Christian Ehrhardt <christian.ehrhardt at canonical.com>

---
>From 0ef4127ffdb3fb5fe5ca1e8c407ec98778db6029 Mon Sep 17 00:00:00 2001
From: Volodymyr Fialko <vfialko at marvell.com>
Date: Mon, 26 Sep 2022 13:58:11 +0200
Subject: [PATCH] eventdev: fix name of Rx conf type in documentation

[ upstream commit 4f3c773825d262960b2622d509dbcb263dfa82d2 ]

Rename configuration structure type to correspond definition.

Fixes: dcc806c2638 ("eventdev: add eth Rx adapter API")

Signed-off-by: Volodymyr Fialko <vfialko at marvell.com>
Acked-by: Jay Jayatheerthan <jay.jayatheerthan at intel.com>
---
 lib/librte_eventdev/rte_event_eth_rx_adapter.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_eventdev/rte_event_eth_rx_adapter.h b/lib/librte_eventdev/rte_event_eth_rx_adapter.h
index 2dd259c279..8a9db69909 100644
--- a/lib/librte_eventdev/rte_event_eth_rx_adapter.h
+++ b/lib/librte_eventdev/rte_event_eth_rx_adapter.h
@@ -336,7 +336,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);
  * @see RTE_EVENT_ETH_RX_ADAPTER_CAP_MULTI_EVENTQ
  *
  * @param conf
- *  Additional configuration structure of type *rte_event_eth_rx_adapter_conf*
+ *  Additional configuration structure of type *rte_event_eth_rx_adapter_queue_conf*
  *
  * @return
  *  - 0: Success, Receive queue added correctly.
-- 
2.38.1

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2022-11-11 12:35:05.391185178 +0100
+++ 0017-eventdev-fix-name-of-Rx-conf-type-in-documentation.patch	2022-11-11 12:35:04.745191908 +0100
@@ -1 +1 @@
-From 4f3c773825d262960b2622d509dbcb263dfa82d2 Mon Sep 17 00:00:00 2001
+From 0ef4127ffdb3fb5fe5ca1e8c407ec98778db6029 Mon Sep 17 00:00:00 2001
@@ -5,0 +6,2 @@
+[ upstream commit 4f3c773825d262960b2622d509dbcb263dfa82d2 ]
+
@@ -9 +10,0 @@
-Cc: stable at dpdk.org
@@ -14 +15 @@
- lib/eventdev/rte_event_eth_rx_adapter.h | 2 +-
+ lib/librte_eventdev/rte_event_eth_rx_adapter.h | 2 +-
@@ -17,5 +18,5 @@
-diff --git a/lib/eventdev/rte_event_eth_rx_adapter.h b/lib/eventdev/rte_event_eth_rx_adapter.h
-index a3313c8d32..a9fdeb7b45 100644
---- a/lib/eventdev/rte_event_eth_rx_adapter.h
-+++ b/lib/eventdev/rte_event_eth_rx_adapter.h
-@@ -458,7 +458,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);
+diff --git a/lib/librte_eventdev/rte_event_eth_rx_adapter.h b/lib/librte_eventdev/rte_event_eth_rx_adapter.h
+index 2dd259c279..8a9db69909 100644
+--- a/lib/librte_eventdev/rte_event_eth_rx_adapter.h
++++ b/lib/librte_eventdev/rte_event_eth_rx_adapter.h
+@@ -336,7 +336,7 @@ int rte_event_eth_rx_adapter_free(uint8_t id);


More information about the stable mailing list