[dpdk-dev] [RFC v20.20] mbuf: introduce pktmbuf pool with pinned external buffers

Stephen Hemminger stephen at networkplumber.org
Mon Nov 18 17:09:33 CET 2019


On Mon, 18 Nov 2019 09:50:07 +0000
Shahaf Shuler <shahafs at mellanox.com> wrote:

> +struct rte_mempool *
> +rte_pktmbuf_ext_buffer_pool_create(const char *name, unsigned n,
> +				   unsigned cache_size, uint16_t priv_size,
> +				   int socket_id, void **buffers,
> +				   uint16_t *buffer_len);

New API's must be marked experimental


More information about the dev mailing list