在编译OVS时,在datapath/linux下为什么没有生成openvswitch.ko驱动文件?
在执行make之前,先执行./configure --with-linux=/lib/modules/$(uname -r)/build,然后再执行make。