On Thu, 21 Jul 2022 12:46:48 +0800 Chengwen Feng <fengcheng...@huawei.com> wrote:
> +struct rte_memarea { > + void *private_data; /**< private management data pointer*/ > + struct rte_memarea_param init; > +}; Why does this structure have to be exposed in user API? Hiding it in implementation would reduce ABI breakage problems.