datapath-windows:Remove user mode instance from pid hash on process termination
authorEitan Eliahu <eliahue@vmware.com>
Sat, 25 Oct 2014 00:46:39 +0000 (17:46 -0700)
committerBen Pfaff <blp@nicira.com>
Tue, 28 Oct 2014 14:59:49 +0000 (07:59 -0700)
commit777d2bbd46f00594a88f546fe270232c8962d5e7
tree175977a7e221373d7553dd1ead4ac4c330c07cce
parent451b910881b3e16ff8744484f883c50971ca9ff5
datapath-windows:Remove user mode instance from pid hash on process termination

The instance should be removed from pid-hash when vswitchd.exe terminates so
the driver won't access it during packet miss (causing BSOD)

Signed-off-by: Eitan Eliahu <eliahue@vmware.com>
Acked-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Acked-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Tested-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/ovsext/User.c