Please don't drop the mailing list. On Wed, Jan 29, 2014 at 7:25 PM, Junguk Cho <[email protected]> wrote: > > Thank you for reply. > > I have one more question. > > First, what is odp_flow? what odp stand for?
It's a representation of a kernel flow in userspace. > Second, I thought when I install flow with ovs-ofctl tool, the source codes > in ofproto directory manage the flows. > Is it right? Yes. > If so, what data structure save this and which sources do I look at? > Also, does it hurt performance because it is user-space? The actual traffic flows through the kernel, this is just userspace's tracking information. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
