[RFC] memarea: introduce memory area library

Stephen Hemminger stephen at networkplumber.org
Thu Jul 21 17:22:35 CEST 2022


On Thu, 21 Jul 2022 12:46:48 +0800
Chengwen Feng <fengchengwen at 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.


More information about the dev mailing list