test/kni: fix a comment
This patch changed 'subsytem' to 'subsystem'.
Fixes: 0c6bc8ef70
("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>
This commit is contained in:
parent
144dc47399
commit
71a7e32247
@ -562,7 +562,7 @@ test_kni(void)
|
||||
}
|
||||
closedir(dir);
|
||||
|
||||
/* Initialize KNI subsytem */
|
||||
/* Initialize KNI subsystem */
|
||||
rte_kni_init(KNI_TEST_MAX_PORTS);
|
||||
|
||||
if (test_kni_allocate_lcores() < 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user