Re: [ovs-dev] [PATCH 12/15] datapath-windows: Add FixedSizedArray

2014-08-21 Thread Samuel Ghinet
zed array only. You meant, if there is more to the vport patch? Thanks! Sam From: Nithin Raju [nit...@vmware.com] Sent: Saturday, August 16, 2014 9:57 AM To: Samuel Ghinet Cc: dev@openvswitch.org Subject: Re: [ovs-dev] [PATCH 12/15] datapath-windows: Add

Re: [ovs-dev] [PATCH 12/15] datapath-windows: Add FixedSizedArray

2014-08-15 Thread Nithin Raju
Samuel, Is this a pre-cursor for implementing the persistent ports feature that the cloudbase repo had implemented. We really liked that feature to be able to set the port name from userspace. Can the persistent port patch be implemented on the of the VPORT array data structure we have today in

[ovs-dev] [PATCH 12/15] datapath-windows: Add FixedSizedArray

2014-08-06 Thread Samuel Ghinet
Add FixedSizedArray This fixed sized array implementation is meant to be used for datapath ports, hyper-v switch ports and hyper-v switch nics. It is a fixed array of MAXUINT16 pointers to fixed sized array items. The OVS_FXDARRAY_ITEM supports reference counting. The fixed sized array will offe