On 03/09/2015 01:05 PM, Savolainen, Petri (Nokia - FI/Espoo) wrote:
Reviewed-by: Petri Savolainen <[email protected]>



/** Packet pool*/
#define ODP_POOL_PACKET       ODP_EVENT_PACKET
/** Buffer pool */
#define ODP_POOL_BUFFER       ODP_EVENT_BUFFER
/** Timeout pool */
#define ODP_POOL_TIMEOUT      ODP_EVENT_TIMEOUT

In continuation, these define still linux-generic specific values and should be 
changed to spec only like this,

/**
  * @def ODP_POOL_PACKET
  * Packet pool
  */


We may have similar definitions in other APIs also. Would you have time to 
check and send a patch for those.

I'll do it for event.h first. Later will check for other headers also.


_______________________________________________
lng-odp mailing list
[email protected]
http://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to