Re: [ovs-dev] [PATCH] lib/netdev-windows.c: Make the init function dummy

2014-10-07 Thread Nithin Raju
On Oct 7, 2014, at 4:59 PM, Gurucharan Shetty wrote: > On Tue, Oct 7, 2014 at 4:35 PM, Nithin Raju wrote: >> The init function must be dummy for the unit tests to pass. The >> unit tests don't require the kernel datpaath to be loaded, and >> without the kernel datapath, any calls netlink calls

Re: [ovs-dev] [PATCH] lib/netdev-windows.c: Make the init function dummy

2014-10-07 Thread Gurucharan Shetty
On Tue, Oct 7, 2014 at 4:35 PM, Nithin Raju wrote: > The init function must be dummy for the unit tests to pass. The > unit tests don't require the kernel datpaath to be loaded, and > without the kernel datapath, any calls netlink calls will fail. > > Signed-off-by: Nithin Raju > Reported-by: Gur