[PATCH] test/red: fix typo in comment
Dumitrescu, Cristian
cristian.dumitrescu at intel.com
Mon Nov 15 12:52:11 CET 2021
> -----Original Message-----
> From: David Marchand <david.marchand at redhat.com>
> Sent: Friday, November 12, 2021 1:57 PM
> To: dev at dpdk.org
> Cc: Dumitrescu, Cristian <cristian.dumitrescu at intel.com>; Singh, Jasvinder
> <jasvinder.singh at intel.com>
> Subject: [PATCH] test/red: fix typo in comment
>
> This is probably due a s/red/rte_red/ a long time ago.
>
> Fixes: de3cfa2c9823 ("sched: initial import")
>
> Signed-off-by: David Marchand <david.marchand at redhat.com>
> ---
> app/test/test_red.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/app/test/test_red.c b/app/test/test_red.c
> index e973f3131e..05936cfee8 100644
> --- a/app/test/test_red.c
> +++ b/app/test/test_red.c
> @@ -1049,7 +1049,7 @@ static struct test_queue ft6_tqueue = {
> static struct test_config func_test6_config = {
> .ifname = "functional test 6 interface",
> .msg = "functional test 6 : use several queues (each with its own run-
> time data),\n"
> - " use several RED configurations (such that each
> configuration is sharte_red by multiple queues),\n"
> + " use several RED configurations (such that each
> configuration is shared by multiple queues),\n"
> " increase average queue size to target level,\n"
> " dequeue all packets until queue is empty,\n"
> " confirm that average queue size is computed
> correctly while queue is empty\n"
> --
> 2.23.0
Acked-by: Cristian Dumitrescu <cristian.dumitrescu at yahoo.com>
More information about the dev
mailing list