git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
144dc47
)
test/kni: fix a comment
author
Min Hu (Connor)
<humin29@huawei.com>
Thu, 22 Apr 2021 03:56:27 +0000
(11:56 +0800)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Mon, 26 Apr 2021 13:33:07 +0000
(15:33 +0200)
This patch changed 'subsytem' to 'subsystem'.
Fixes:
0c6bc8ef70ba
("kni: memzone pool for alloc and release")
Cc: stable@dpdk.org
Signed-off-by: Min Hu (Connor) <humin29@huawei.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
app/test/test_kni.c
patch
|
blob
|
history
diff --git
a/app/test/test_kni.c
b/app/test/test_kni.c
index
f53a53e
..
3470005
100644
(file)
--- a/
app/test/test_kni.c
+++ b/
app/test/test_kni.c
@@
-562,7
+562,7
@@
test_kni(void)
}
closedir(dir);
- /* Initialize KNI subsytem */
+ /* Initialize KNI subsy
s
tem */
rte_kni_init(KNI_TEST_MAX_PORTS);
if (test_kni_allocate_lcores() < 0) {