On Tue, Aug 01, 2017 at 10:01:31PM +0800, [email protected] wrote: > I am reading ovs 2.7.90 code, do you have a quick way to tell which code is > for userspace and which for kernel?
Linux kernel code is in the datapath/ directory. Windows kernel code is in the datapath-windows/ directory. The rest of the code is userspace. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
