KNI: remove the feature of monitor port's link status. And if you want to use kni, you should do one of two action: 1. `insmod rte_kni.ko carrier=on` while init dpdk running environment. 2. or run `e
KNI: remove the feature of monitor port's link status. And if you want to use kni, you should do one of two action: 1. `insmod rte_kni.ko carrier=on` while init dpdk running environment. 2. or run `echo 1 > /sys/class/net/veth0/carrier` after enable veth0 up.
Refer #401, but this is not the real reason of #401, it is the DPDK's ENA driver can't work correctly in multi-processes.
show more ...
|