11:31 PM
> Către: dev@openvswitch.org
> Subiect: [ovs-dev] [PATCH] datapath-windows: BSOD when disabling the extension
>
> When the filter detach routine is called while there are packets still in
> processing, the OvsUninitSwitchContext function call will decrement the
> switch contex
Acked-by: Alin Gabriel Serdean
-Mesaj original-
De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis
Trimis: Thursday, May 28, 2015 11:31 PM
Către: dev@openvswitch.org
Subiect: [ovs-dev] [PATCH] datapath-windows: BSOD when disabling the extension
When the filter
On Thu, May 28, 2015 at 08:30:57PM +, Sorin Vinturis wrote:
> When the filter detach routine is called while there are packets
> still in processing, the OvsUninitSwitchContext function call will
> decrement the switch context reference count without releasing the
> switch context structure. Th
When the filter detach routine is called while there are packets
still in processing, the OvsUninitSwitchContext function call will
decrement the switch context reference count without releasing the
switch context structure. This behaviour is correct and expected,
but the BSOD is caused in this cas