Hi Alin, Do not worry about this.
It has happened because of out of order patch application (patch 1 and 3 got applied bt not 2). I am working on addressing nithin and sorin's review comments and will submit a v3. Meanwhile please reset the head to get going. Thanks. Regards, Ankur ________________________________________ From: dev <[email protected]> on behalf of Alin Serdean <[email protected]> Sent: Thursday, October 23, 2014 10:35 AM To: [email protected] Subject: [ovs-dev] [PATCH] [datapath-windows] Broken build on windows extension Until https://urldefense.proofpoint.com/v1/url?u=http://patchwork.openvswitch.org/patch/6757/&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=f6EhnZ0ORGZNt5QbYmRaOxfWfx%2Bqd3KEiPf3%2FYaollU%3D%0A&m=%2BC%2B3%2FdhVo8CPph9DvVotjrlDXwur0MJtabz%2BqGeEyj8%3D%0A&s=d07751e4529cc59704b3b2917737e4bd8525d5f743014f8dff31d6ac8f2c7ae9 is merged comment code to get build working again. Signed-off-by: Alin Gabriel Serdean <[email protected]> --- datapath-windows/ovsext/User.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datapath-windows/ovsext/User.c b/datapath-windows/ovsext/User.c index b296160..4aaf4aa 100644 --- a/datapath-windows/ovsext/User.c +++ b/datapath-windows/ovsext/User.c @@ -148,7 +148,7 @@ OvsSubscribeDpIoctl(PVOID instanceP, OvsAcquireCtrlLock(); /* Remove the instance from pidHashArray */ - OvsDelPidInstance(gOvsSwitchContext, pid); + //OvsDelPidInstance(gOvsSwitchContext, pid); OvsReleaseCtrlLock(); } else if (instance->packetQueue == NULL && join) { @@ -169,7 +169,7 @@ OvsSubscribeDpIoctl(PVOID instanceP, OvsAcquireCtrlLock(); /* Insert the instance to pidHashArray */ - OvsAddPidInstance(gOvsSwitchContext, pid, instance); + //OvsAddPidInstance(gOvsSwitchContext, pid, instance); OvsReleaseCtrlLock(); } else { -- 1.9.4.msysgit.1 _______________________________________________ dev mailing list [email protected] https://urldefense.proofpoint.com/v1/url?u=http://openvswitch.org/mailman/listinfo/dev&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=f6EhnZ0ORGZNt5QbYmRaOxfWfx%2Bqd3KEiPf3%2FYaollU%3D%0A&m=%2BC%2B3%2FdhVo8CPph9DvVotjrlDXwur0MJtabz%2BqGeEyj8%3D%0A&s=759598b386dbedc868de89c323fc6c05483aace1cf06fc627390f6ede5ecd861 _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
