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

Hunt, David david.hunt at intel.com
Fri Feb 14 11:46:45 CET 2020


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 at dpdk.org
>
> Signed-off-by: Xiao Wang <xiao.w.wang at 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 at intel.com>



More information about the dev mailing list