test/red: fix typo in test description

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

Fixes: de3cfa2c98 ("sched: initial import")

Signed-off-by: David Marchand <david.marchand@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@yahoo.com>
This commit is contained in:
David Marchand 2021-11-12 14:56:45 +01:00
parent eab2ae4bc4
commit fc812a2140

View File

@ -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"