> On Sep 1, 2015, at 8:06 AM, Sorin Vinturis <[email protected]> > wrote: > > Nithin, > > In my tests with Driver Verifier enabled I bumped into a situation when > NdisFRegisterFilterDriver() failed. In this case DriverEntry() returned an > error, without releasing the spinlocks allocated in OvsInit(), which resulted > in a memory leak BSOD triggered by the Driver Verifier. The patch solves this > issue.
Can we move the call to OvsInit() to after NdisFRegisterFilterDriver()? -- Nithin _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
