patches for DPDK stable branches
 help / color / mirror / Atom feed
* [dpdk-stable] [PATCH 1/2] l3fwd-power: fix a typo
@ 2020-01-03 18:39 Xiao Wang
  0 siblings, 0 replies; 4+ messages in thread
From: Xiao Wang @ 2020-01-03 18:39 UTC (permalink / raw)
  To: david.hunt; +Cc: dev, Xiao Wang, stable

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(
-- 
2.15.1


^ permalink raw reply	[flat|nested] 4+ messages in thread
[parent not found: <20200121030657.39048-1-xiao.w.wang@intel.com>]

end of thread, other threads:[~2020-02-14 10:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-03 18:39 [dpdk-stable] [PATCH 1/2] l3fwd-power: fix a typo Xiao Wang
     [not found] <20200121030657.39048-1-xiao.w.wang@intel.com>
2020-01-21  3:06 ` Xiao Wang
2020-02-14 10:46   ` Hunt, David
2020-02-14 10:46   ` Hunt, David

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