Re: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code

2015-03-26 Thread Alin Serdean
Acked-by: Alin Gabriel Serdean -Mesaj original- De la: dev [mailto:dev-boun...@openvswitch.org] În numele Sorin Vinturis Trimis: Wednesday, March 25, 2015 10:14 PM Către: dev@openvswitch.org Subiect: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code

Re: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code

2015-03-26 Thread Eitan Eliahu
Acked-by: Eitan Eliahu -Original Message- From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Sorin Vinturis Sent: Wednesday, March 25, 2015 1:14 PM To: dev@openvswitch.org Subject: [ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code All memory

[ovs-dev] [PATCH 07/11] datapath-windows: Added specific pool tag for iphelper code

2015-03-25 Thread Sorin Vinturis
All memory allocations within iphelper code have 'HSVO' pool tag. Signed-off-by: Sorin Vinturis Reported-by: Alin Gabriel Serdean Reported-at: https://github.com/openvswitch/ovs-issues/issues/56 --- datapath-windows/ovsext/IpHelper.c | 75 +- datapath-windows