Re: [ovs-dev] [PATCH] datapath-windows: Packet subscribe handler

2014-10-16 Thread Eitan Eliahu
Subject: RE: [ovs-dev] [PATCH] datapath-windows: Packet subscribe handler Hi Eitan, Minor comments: 1. OvsSubscribePacketCmdHandler PNL_ATTR attrs[2]; <-- as per my understanding the size of array should be equal to max attr type. Add code for transactional error, as OvsSubscribeDpIoctl may ret

Re: [ovs-dev] [PATCH] datapath-windows: Packet subscribe handler

2014-10-16 Thread Ankur Sharma
XXX To be implementd. 3. Rebase the patch. Acked-by: Ankur Sharma From: dev on behalf of Eitan Eliahu Sent: Thursday, October 16, 2014 10:03 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH] datapath-windows: Packet subscribe handler This cha

[ovs-dev] [PATCH] datapath-windows: Packet subscribe handler

2014-10-16 Thread Eitan Eliahu
This change includes the following: [1] Handler for subscribe/unsubscribe to a packet queue associated with a socket pid. [2] Allocation of per socket packet queue on a packet subscription. [3] Removal of static allocated queues. [4] Freeing the packet queue (on user mode process termination).