patches for DPDK stable branches
 help / color / mirror / Atom feed
* [PATCH] ethdev: fix typos
@ 2021-12-06 15:10 Ferruh Yigit
  2021-12-08 10:11 ` [19.11 v2] " Ferruh Yigit
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2021-12-06 15:10 UTC (permalink / raw)
  To: stable

[ upstream commit 5139502783ed4e3ccaab49548812b8bdd7fb14b5 ]

Fixes: 9039c8125730 ("ethdev: change promiscuous callbacks to return status")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Ori Kam <orika@nvidia.com>
---
 lib/librte_ethdev/rte_ethdev_core.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_ethdev/rte_ethdev_core.h b/lib/librte_ethdev/rte_ethdev_core.h
index 7bf97e24ed56..1106b6160a8e 100644
--- a/lib/librte_ethdev/rte_ethdev_core.h
+++ b/lib/librte_ethdev/rte_ethdev_core.h
@@ -71,7 +71,7 @@ typedef int (*eth_is_removed_t)(struct rte_eth_dev *dev);
  * @retval -E_RTE_SECONDARY
  *   Function was called from a secondary process instance and not supported.
  * @retval -ETIMEDOUT
- *   Attempt to enable promiscuos mode failed because of timeout.
+ *   Attempt to enable promiscuous mode failed because of timeout.
  * @retval -EAGAIN
  *   Failed to enable promiscuous mode.
  */
@@ -96,7 +96,7 @@ typedef int (*eth_promiscuous_enable_t)(struct rte_eth_dev *dev);
  * @retval -E_RTE_SECONDARY
  *   Function was called from a secondary process instance and not supported.
  * @retval -ETIMEDOUT
- *   Attempt to disable promiscuos mode failed because of timeout.
+ *   Attempt to disable promiscuous mode failed because of timeout.
  * @retval -EAGAIN
  *   Failed to disable promiscuous mode.
  */
-- 
2.33.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [19.11 v2] ethdev: fix typos
  2021-12-06 15:10 [PATCH] ethdev: fix typos Ferruh Yigit
@ 2021-12-08 10:11 ` Ferruh Yigit
  2021-12-13 13:30   ` Christian Ehrhardt
  0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2021-12-08 10:11 UTC (permalink / raw)
  To: stable; +Cc: Christian Ehrhardt

[ upstream commit 5139502783ed4e3ccaab49548812b8bdd7fb14b5 ]

Fixes: 9039c8125730 ("ethdev: change promiscuous callbacks to return status")
Cc: stable@dpdk.org

Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
Acked-by: Ori Kam <orika@nvidia.com>
---
Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com>

v2:
* Add '19.11' subject prefix to the patch
---
 lib/librte_ethdev/rte_ethdev_core.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/librte_ethdev/rte_ethdev_core.h b/lib/librte_ethdev/rte_ethdev_core.h
index 7bf97e24ed56..1106b6160a8e 100644
--- a/lib/librte_ethdev/rte_ethdev_core.h
+++ b/lib/librte_ethdev/rte_ethdev_core.h
@@ -71,7 +71,7 @@ typedef int (*eth_is_removed_t)(struct rte_eth_dev *dev);
  * @retval -E_RTE_SECONDARY
  *   Function was called from a secondary process instance and not supported.
  * @retval -ETIMEDOUT
- *   Attempt to enable promiscuos mode failed because of timeout.
+ *   Attempt to enable promiscuous mode failed because of timeout.
  * @retval -EAGAIN
  *   Failed to enable promiscuous mode.
  */
@@ -96,7 +96,7 @@ typedef int (*eth_promiscuous_enable_t)(struct rte_eth_dev *dev);
  * @retval -E_RTE_SECONDARY
  *   Function was called from a secondary process instance and not supported.
  * @retval -ETIMEDOUT
- *   Attempt to disable promiscuos mode failed because of timeout.
+ *   Attempt to disable promiscuous mode failed because of timeout.
  * @retval -EAGAIN
  *   Failed to disable promiscuous mode.
  */
-- 
2.33.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [19.11 v2] ethdev: fix typos
  2021-12-08 10:11 ` [19.11 v2] " Ferruh Yigit
@ 2021-12-13 13:30   ` Christian Ehrhardt
  0 siblings, 0 replies; 3+ messages in thread
From: Christian Ehrhardt @ 2021-12-13 13:30 UTC (permalink / raw)
  To: Ferruh Yigit; +Cc: stable

On Wed, Dec 8, 2021 at 11:12 AM Ferruh Yigit <ferruh.yigit@intel.com> wrote:
>
> [ upstream commit 5139502783ed4e3ccaab49548812b8bdd7fb14b5 ]
>
> Fixes: 9039c8125730 ("ethdev: change promiscuous callbacks to return status")
> Cc: stable@dpdk.org
>
> Signed-off-by: Ferruh Yigit <ferruh.yigit@intel.com>
> Acked-by: Ori Kam <orika@nvidia.com>
> ---
> Cc: Christian Ehrhardt <christian.ehrhardt@canonical.com>
>
> v2:
> * Add '19.11' subject prefix to the patch

My filters didn't manage to pick up the late addition of the subject :-/
Since this is a non-funtional change I think we do not need to start
another RC for it.

Thanks, applied!

> ---
>  lib/librte_ethdev/rte_ethdev_core.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lib/librte_ethdev/rte_ethdev_core.h b/lib/librte_ethdev/rte_ethdev_core.h
> index 7bf97e24ed56..1106b6160a8e 100644
> --- a/lib/librte_ethdev/rte_ethdev_core.h
> +++ b/lib/librte_ethdev/rte_ethdev_core.h
> @@ -71,7 +71,7 @@ typedef int (*eth_is_removed_t)(struct rte_eth_dev *dev);
>   * @retval -E_RTE_SECONDARY
>   *   Function was called from a secondary process instance and not supported.
>   * @retval -ETIMEDOUT
> - *   Attempt to enable promiscuos mode failed because of timeout.
> + *   Attempt to enable promiscuous mode failed because of timeout.
>   * @retval -EAGAIN
>   *   Failed to enable promiscuous mode.
>   */
> @@ -96,7 +96,7 @@ typedef int (*eth_promiscuous_enable_t)(struct rte_eth_dev *dev);
>   * @retval -E_RTE_SECONDARY
>   *   Function was called from a secondary process instance and not supported.
>   * @retval -ETIMEDOUT
> - *   Attempt to disable promiscuos mode failed because of timeout.
> + *   Attempt to disable promiscuous mode failed because of timeout.
>   * @retval -EAGAIN
>   *   Failed to disable promiscuous mode.
>   */
> --
> 2.33.1
>


-- 
Christian Ehrhardt
Staff Engineer, Ubuntu Server
Canonical Ltd

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-13 13:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-06 15:10 [PATCH] ethdev: fix typos Ferruh Yigit
2021-12-08 10:11 ` [19.11 v2] " Ferruh Yigit
2021-12-13 13:30   ` Christian Ehrhardt

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).