mirror of https://github.com/F-Stack/f-stack.git
restore vEth0 to veth0 now.
This commit is contained in:
parent
ab34b0cee4
commit
e5e25e6af1
|
@ -489,7 +489,7 @@ ff_kni_alloc(uint16_t port_id, unsigned socket_id,
|
|||
|
||||
/* only support one kni */
|
||||
memset(&conf, 0, sizeof(conf));
|
||||
snprintf(conf.name, RTE_KNI_NAMESIZE, "vEth%u", port_id);
|
||||
snprintf(conf.name, RTE_KNI_NAMESIZE, "veth%u", port_id);
|
||||
conf.core_id = rte_lcore_id();
|
||||
conf.force_bind = 1;
|
||||
conf.group_id = port_id;
|
||||
|
|
Loading…
Reference in New Issue