* [dpdk-dev] [PATCH v1] lib/ethdev: fix a typo in ethdev comment
@ 2021-09-06 2:13 Joyce Kong
2021-09-15 8:39 ` Ferruh Yigit
0 siblings, 1 reply; 2+ messages in thread
From: Joyce Kong @ 2021-09-06 2:13 UTC (permalink / raw)
To: Thomas Monjalon, Ferruh Yigit, Andrew Rybchenko,
Viacheslav Ovsiienko, Jerin Jacob, Ajit Khaparde
Cc: dev, ruifeng, nd, stable
Fix a typo that mb_pool was misspelt as mp_pool.
Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split")
Cc: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
Cc: stable@dpdk.org
Signed-off-by: Joyce Kong <joyce.kong@arm.com>
Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
---
lib/ethdev/rte_ethdev.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/ethdev/rte_ethdev.h b/lib/ethdev/rte_ethdev.h
index d2b27c351f..1a0749d7ac 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);
* 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.17.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH v1] lib/ethdev: fix a typo in ethdev comment
2021-09-06 2:13 [dpdk-dev] [PATCH v1] lib/ethdev: fix a typo in ethdev comment Joyce Kong
@ 2021-09-15 8:39 ` Ferruh Yigit
0 siblings, 0 replies; 2+ messages in thread
From: Ferruh Yigit @ 2021-09-15 8:39 UTC (permalink / raw)
To: Joyce Kong, Thomas Monjalon, Andrew Rybchenko,
Viacheslav Ovsiienko, Jerin Jacob, Ajit Khaparde
Cc: dev, ruifeng, nd, stable
On 9/6/2021 3:13 AM, Joyce Kong wrote:
> Fix a typo that mb_pool was misspelt as mp_pool.
>
> Fixes: 4ff702b5dfa9 ("ethdev: introduce Rx buffer split")
> Cc: Viacheslav Ovsiienko <viacheslavo@nvidia.com>
> Cc: stable@dpdk.org
>
> Signed-off-by: Joyce Kong <joyce.kong@arm.com>
> Reviewed-by: Ruifeng Wang <ruifeng.wang@arm.com>
Acked-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied to dpdk-next-net/main, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-09-15 8:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-06 2:13 [dpdk-dev] [PATCH v1] lib/ethdev: fix a typo in ethdev comment Joyce Kong
2021-09-15 8:39 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).