datapath-windows: Pause switch state on PnP event
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 10 Mar 2016 13:33:42 +0000 (13:33 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 26 Apr 2016 15:19:31 +0000 (08:19 -0700)
commit31bb0c7a3260bc1224d7ec1484d31ddec1f745d8
tree265f3dc0154cf6b7aede4d9f19d20fb9f7cb0404
parent46ed13827e8793c9638bcf550390b52265fe7c52
datapath-windows: Pause switch state on PnP event

A PnP(plug and play) event will be triggered before trying to disable
the extension. We could use this PnP event to prepare for detaching
the datapath.

This patch sets the switch into a paused state so no more net buffers
are queued.

Also clean some commentaries.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Acked-by: Nithin Raju <nithin@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
datapath-windows/ovsext/Switch.c