Re: [ovs-dev] [PATCH] datapath-windows: Fix nbl cleanup when memory allocation fails

2019-03-12 Thread Anand Kumar via dev
Acked-by: Anand Kumar Thanks, Anand Kumar On 3/8/19, 1:23 PM, "ovs-dev-boun...@openvswitch.org on behalf of Sairam Venugopal via dev" wrote: StartNblIngressError should be called only when an NBL hasn't been modified. In this case the nbl context was initialized. Rely on existing

[ovs-dev] [PATCH] datapath-windows: Fix nbl cleanup when memory allocation fails

2019-03-08 Thread Sairam Venugopal via dev
StartNblIngressError should be called only when an NBL hasn't been modified. In this case the nbl context was initialized. Rely on existing packet completion mechanism to cleanup the NBL. Found while testing with DriverVerifier with limited memory setting enabled. Signed-off-by: Sairam Venugopal