Message ID | A400FC85CF2669428A5A081F01B94F531DA42395@DEMUMBX012.nsn-intra.net |
---|---|
State | New |
Headers | show |
diff --git a/include/odp/api/pool.h b/include/odp/api/pool.h index 0092132..32baeb3 100644 --- a/include/odp/api/pool.h +++ b/include/odp/api/pool.h @@ -76,10 +76,9 @@ 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 */ + uint32_t uarea_size; /**< User area size in bytes. + area is needed. Specify as 0 + if no user */ Garbled phrasing. Should be "User area size in bytes. Specify as 0 if no user area is needed"
From: ext Bill Fischofer [mailto:bill.fischofer@linaro.org] Sent: Tuesday, May 05, 2015 3:03 PM To: Savolainen, Petri (Nokia - FI/Espoo) Subject: Re: [lng-odp] [API-NEXT PATCH v3 1/4] api: packet: rename user_data to user_area } pkt; struct { uint32_t num; /**< Number of timeouts in the pool */ Corrected this with v4. -Petri