On Wed, May 23, 2018 at 11:50 PM, rakesh kumar <[email protected]> wrote: > Dear team, > > Please share your experience of OVS in userspace, I am trying to configure > OVS in userspace and want to skip the Kernel module so that the packet > processing and switching can only be handled in Kernel space. >
The OVS userspace datapath might be very slow, unless you use OVS-DPDK. see this instruction: http://docs.openvswitch.org/en/latest/intro/install/userspace/ --William _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
