[dpdk-dev] [RFC PATCH 1/5] graph: introduce graph subsystem

Stephen Hemminger stephen at networkplumber.org
Sun Feb 2 11:34:35 CET 2020


On Fri, 31 Jan 2020 22:31:57 +0530
<jerinj at marvell.com> wrote:

> +	/* Create graph object */
> +	graph = calloc(1, sizeof(*graph));
> +	if (graph == NULL)
> +		set_err(ENOMEM, fail, "failed to calloc graph object");

T


More information about the dev mailing list