allocation is something quite ubiquitous, so perhaps shorter names would
make code clearer.
Sam
From: Nithin Raju [nit...@vmware.com]
Sent: Saturday, August 16, 2014 10:09 AM
To: Samuel Ghinet
Cc: dev@openvswitch.org
Subject: Re: [ovs-dev] [PATCH 13/15] datapath
Sam,
I don't have a strong opinion here. I am fine if you want to change the utility
functions in OvsUtil.c to allocate and free the memory. These are different
implementations to do the same thing, and not significantly different. If you
want to go ahead and make this change, pls. make it in Ov
Add Core.h
Functionalities & macros that are expected to be needed / used anywhere.
Such as: macros for memory allocations.
These would replace the memory allocations functions defined in Utils.c:
* There is no need to allocate memory with priority if priority = normal
(default)
* There is no ne