]> git.droids-corp.org - dpdk.git/commitdiff
test/red: fix typo in test description
authorDavid Marchand <david.marchand@redhat.com>
Fri, 12 Nov 2021 13:56:45 +0000 (14:56 +0100)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 16 Nov 2021 10:24:22 +0000 (11:24 +0100)
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@redhat.com>
Acked-by: Cristian Dumitrescu <cristian.dumitrescu@yahoo.com>
app/test/test_red.c

index e973f3131e66c8fe2db1661dabf4f1ba431adbef..05936cfee8d5166eb2487cd2f1b7f8f3d35136f9 100644 (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"