[dpdk-stable] patch 'ethdev: fix typo in Rx queue setup API comment' has been queued to stable release 20.11.4

Xueming Li xuemingl at nvidia.com
Wed Nov 10 07:28:51 CET 2021


Hi,

FYI, your patch has been queued to stable release 20.11.4

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/12/21. 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/steevenlee/dpdk

This queued commit can be viewed at:
https://github.com/steevenlee/dpdk/commit/7e0a1eee89176ebfe9f009b7e6f69d5487e1c6fd

Thanks.

Xueming Li <xuemingl at nvidia.com>

---
>From 7e0a1eee89176ebfe9f009b7e6f69d5487e1c6fd Mon Sep 17 00:00:00 2001
From: Joyce Kong <joyce.kong at arm.com>
Date: Sun, 5 Sep 2021 21:13:53 -0500
Subject: [PATCH] ethdev: fix typo in Rx queue setup API comment
Cc: Xueming Li <xuemingl at nvidia.com>

[ upstream commit 97d7b92772603602fed376b6bcf50d55721c659e ]

Fix a typo that mb_pool was misspelt as mp_pool.

Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split")

Signed-off-by: Joyce Kong <joyce.kong at arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang at arm.com>
Acked-by: Ferruh Yigit <ferruh.yigit at intel.com>
---
 lib/librte_ethdev/rte_ethdev.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
index 3ec7e9a6b3..de577ca075 100644
--- a/lib/librte_ethdev/rte_ethdev.h
+++ b/lib/librte_ethdev/rte_ethdev.h
@@ -2155,7 +2155,7 @@ rte_eth_dev_is_removed(uint16_t port_id);
  *   The configuration structure also contains the pointer to the array
  *   of the receiving buffer segment descriptions, see rx_seg and rx_nseg
  *   fields, this extended configuration might be used by split offloads like
- *   RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT. If mp_pool is not NULL,
+ *   RTE_ETH_RX_OFFLOAD_BUFFER_SPLIT. If mb_pool is not NULL,
  *   the extended configuration fields must be set to NULL and zero.
  * @param mb_pool
  *   The pointer to the memory pool from which to allocate *rte_mbuf* network
-- 
2.33.0

---
  Diff of the applied patch vs upstream commit (please double-check if non-empty:
---
--- -	2021-11-10 14:17:04.202628558 +0800
+++ 0047-ethdev-fix-typo-in-Rx-queue-setup-API-comment.patch	2021-11-10 14:17:01.800746663 +0800
@@ -1 +1 @@
-From 97d7b92772603602fed376b6bcf50d55721c659e Mon Sep 17 00:00:00 2001
+From 7e0a1eee89176ebfe9f009b7e6f69d5487e1c6fd Mon Sep 17 00:00:00 2001
@@ -4,0 +5,3 @@
+Cc: Xueming Li <xuemingl at nvidia.com>
+
+[ upstream commit 97d7b92772603602fed376b6bcf50d55721c659e ]
@@ -9 +11,0 @@
-Cc: stable at dpdk.org
@@ -15 +17 @@
- lib/ethdev/rte_ethdev.h | 2 +-
+ lib/librte_ethdev/rte_ethdev.h | 2 +-
@@ -18,5 +20,5 @@
-diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h
-index 1b9f383e3e..2925845517 100644
---- a/lib/ethdev/rte_ethdev.h
-+++ b/lib/ethdev/rte_ethdev.h
-@@ -2190,7 +2190,7 @@ rte_eth_dev_is_removed(uint16_t port_id);
+diff --git a/lib/librte_ethdev/rte_ethdev.h b/lib/librte_ethdev/rte_ethdev.h
+index 3ec7e9a6b3..de577ca075 100644
+--- a/lib/librte_ethdev/rte_ethdev.h
++++ b/lib/librte_ethdev/rte_ethdev.h
+@@ -2155,7 +2155,7 @@ rte_eth_dev_is_removed(uint16_t port_id);


More information about the stable mailing list