Kaihang Zhang

Results 18 comments of Kaihang Zhang

@sboeuf Thanks for explanation about the root cause of this issue. @likebreath Thanks for your great efforts to reproduce the issue, and sorry for forgetting to mention disabling the `swap`....

Thanks, i tried it in Ubuntu-20.04/22.04, and the issue has been resolved! The issue can be closed now.

Can kube-ovn provide multiple DPDK-type network interfaces when there is only one NIC for DPDK driver to run on the node?

Thanks a lot! I will give it a try.

The image `kubeovn/kube-ovn:v1.10.6-dpdk` is not found, the script `install.sh` use it in DaemonSet `ovs-ovn-dpdk`.

@oilbeater I found some issues when setting up OVS-DPDK. 1. The command `driverctl set-override xxx` in [start-ovs-dpdk-v2.sh](https://github.com/kubeovn/kube-ovn/blob/master/dist/images/start-ovs-dpdk-v2.sh#L19) will write `/sys/bus/pci/xxx`, so we should make the `/sys` directory in `ovs-ovn-dpdk` pod...

@sergeimonakhov You can try to live migrate a VM with bridge interface + multus CNI network without IPAM, leaving the IP addresses assignment tasks to the DHCP server in the...

@shengslin I'm glad to see you have solved the issue https://github.com/smartxworks/virtink/issues/93, and the reason was the K8S images cannot be pulled! Actually, we have packed the container images of K8S...