> + while (NULL != > + (request = OvsTunnelFilterRequestPop(&threadCtx->listRequests))) > { > > - if (error) { > - /* No successful requests were made, so there is no point to > commit > - * the transaction. */ > - break; > + OvsTunnelFilterExecuteAction(threadCtx->engineSession, > + request);
Don’t you need a: status = ? > + > + /* Complete the IRP with the last operation status. */ > + OvsTunnelFilterCompleteRequest(request->irp, > + request->callback, > + request->context, > + status); -- Nithin _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev