Skip to content

Commit

Permalink
test/red: fix typo in test description
Browse files Browse the repository at this point in the history
[ upstream commit fc812a2 ]

This is probably due a s/red/rte_red/ a long time ago.

Fixes: de3cfa2 ("sched: initial import")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@yahoo.com>
  • Loading branch information
david-marchand authored and cpaelzer committed Nov 30, 2021
1 parent df4b9ca commit 6b92949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/test/test_red.c
Expand Up @@ -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"
Expand Down

0 comments on commit 6b92949

Please sign in to comment.