On Tue, Aug 1, 2017 at 10:01 AM, <[email protected]> wrote: > Dear all, > > 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?
The ovs/datapath/linux/ directory is the Linux kernel datapath code. The rest is userspace (with the exception of the Windows datapath code). -- Russell Bryant _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
