[1/2] l3fwd-power: fix a typo

Message ID 20200121030657.39048-2-xiao.w.wang@intel.com (mailing list archive)
State Accepted, archived
Delegated to: David Marchand
Headers
Series l3fwd-power fixes |

Checks

Context Check Description
ci/checkpatch success coding style OK
ci/Intel-compilation success Compilation OK
ci/iol-intel-Performance success Performance Testing PASS
ci/iol-testing success Testing PASS
ci/iol-nxp-Performance success Performance Testing PASS
ci/iol-mellanox-Performance success Performance Testing PASS

Commit Message

Xiao Wang Jan. 21, 2020, 3:06 a.m. UTC
  Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
Cc: stable@dpdk.org

Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
---
 examples/l3fwd-power/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Hunt, David Feb. 14, 2020, 10:46 a.m. UTC | #1
On 21/1/2020 3:06 AM, Xiao Wang wrote:
> Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
> Cc: stable@dpdk.org
>
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> ---
>   examples/l3fwd-power/main.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
> index d049d8a5d..ffcc7ecf4 100644
> --- a/examples/l3fwd-power/main.c
> +++ b/examples/l3fwd-power/main.c
> @@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)
>   				 */
>   				rte_delay_us(lcore_idle_hint);
>   			else {
> -				/* suspend until rx interrupt trigges */
> +				/* suspend until rx interrupt triggers */
>   				if (intr_en) {
>   					turn_on_intr(qconf);
>   					sleep_until_rx_interrupt(
  
Hunt, David Feb. 14, 2020, 10:46 a.m. UTC | #2
On 21/1/2020 3:06 AM, Xiao Wang wrote:
> Fixes: aee3bc79cc34 ("examples/l3fwd-power: enable one-shot Rx interrupt and polling switch")
> Cc: stable@dpdk.org
>
> Signed-off-by: Xiao Wang <xiao.w.wang@intel.com>
> ---
>   examples/l3fwd-power/main.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
> index d049d8a5d..ffcc7ecf4 100644
> --- a/examples/l3fwd-power/main.c
> +++ b/examples/l3fwd-power/main.c
> @@ -1338,7 +1338,7 @@ main_loop(__attribute__((unused)) void *dummy)
>   				 */
>   				rte_delay_us(lcore_idle_hint);
>   			else {
> -				/* suspend until rx interrupt trigges */
> +				/* suspend until rx interrupt triggers */
>   				if (intr_en) {
>   					turn_on_intr(qconf);
>   					sleep_until_rx_interrupt(


Acked-by: David Hunt <david.hunt@intel.com>
  

Patch

diff --git a/examples/l3fwd-power/main.c b/examples/l3fwd-power/main.c
index d049d8a5d..ffcc7ecf4 100644
--- a/examples/l3fwd-power/main.c
+++ b/examples/l3fwd-power/main.c
@@ -1338,7 +1338,7 @@  main_loop(__attribute__((unused)) void *dummy)
 				 */
 				rte_delay_us(lcore_idle_hint);
 			else {
-				/* suspend until rx interrupt trigges */
+				/* suspend until rx interrupt triggers */
 				if (intr_en) {
 					turn_on_intr(qconf);
 					sleep_until_rx_interrupt(