On 04/10/2015 06:52 PM, Bill Fischofer wrote:
Signed-off-by: Bill Fischofer <[email protected]>
---
  include/odp/api/pool.h | 4 ++++
  1 file changed, 4 insertions(+)

diff --git a/include/odp/api/pool.h b/include/odp/api/pool.h
index 241b98a..0092132 100644
--- a/include/odp/api/pool.h
+++ b/include/odp/api/pool.h
@@ -76,6 +76,10 @@ typedef struct odp_pool_param_t {
                                                 The maximum value is defined by
                                                 ODP_CONFIG_PACKET_SEG_LEN_MAX.
                                                 Use 0 for default. */
+                       uint32_t udata_size; /**< User metadata size in
+                                               bytes. Specify as 0 if no
+                                               user metadata is to be
+                                               associated with the pkt */

Should it be a minimum size of metadata? Implementation may round it up.

                } pkt;
                struct {
                        uint32_t num;    /**< Number of timeouts in the pool */


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

Reply via email to