Re: [ovs-discuss] newbie question about openvswitch_ioctl() function

2011-04-06 Thread Justin Pettit
The userspace (ovs-vswitchd) uses ioctls to communicate with the kernel module (openvswitch_mod.ko) to have it do things like add and remove flows. That's the function that handles the ioctl requests. The code in repository no longer uses ioctls, but instead uses netlink. We're planning to re

[ovs-discuss] newbie question about openvswitch_ioctl() function

2011-04-06 Thread Tahir Rauf
Hi Can someone please explain the purpose of the function named "openvswitch_ioctl()" in datapath.c file. I have found no documentation about this function. Any help will be appreciated Regards ___ discuss mailing list discuss@openvswitch.org http://ope