Re: [ovs-dev] [PATCH] datapath-windows: BSOD when disabling the extension

2015-06-15 Thread Ben Pfaff
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

Re: [ovs-dev] [PATCH] datapath-windows: BSOD when disabling the extension

2015-06-12 Thread Alin Serdean
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

Re: [ovs-dev] [PATCH] datapath-windows: BSOD when disabling the extension

2015-06-06 Thread Ben Pfaff
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

[ovs-dev] [PATCH] datapath-windows: BSOD when disabling the extension

2015-05-28 Thread Sorin Vinturis
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