Balasubramanian Manoharan(bala-manoharan) replied on github web page:

include/odp/api/spec/pool.h
line 27
@@ -214,6 +222,15 @@ typedef struct odp_pool_param_t {
                            defined by pool capability pkt.max_uarea_size.
                            Specify as 0 if no user area is needed. */
                        uint32_t uarea_size;
+
+                       /** Minimum Headroom size in bytes. Minimum number of
+                           bytes of space preceding packet data to reserve for
+                           use as headroom. Each newly allocated packet from
+                           the pool must have atleast this much headroom.
+                           Must not exceed the implementation defined
+                           'max_headroom' in odp_pool_capability().
+                           Implementation may round up to a higher value. */
+                       uint32_t min_headroom;


Comment:
Okay

https://github.com/Linaro/odp/pull/152#discussion_r136762431
updated_at 2017-09-04 07:54:22

Reply via email to