On Fri, May 23, 2014 at 11:36:17AM +0200, Dani Camps wrote: > We are trying to have ofproto.c calling a function defined in another > kernel module. For that we do EXPORT_SYMBOL() in the other module, and > include the corresponding header file in ofproto.c.
This doesn't make any sense. You can't call kernel functions from userspace or vice versa. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
