[PATCH 1/2] eal: support dmabuf

Stephen Hemminger stephen at networkplumber.org
Thu Jan 29 02:48:45 CET 2026


On Tue, 27 Jan 2026 17:44:08 +0000
Cliff Burdick <cburdick at nvidia.com> wrote:

> +		int fd;          /**< dmabuf fd, -1 if not dmabuf backed */
> +		uint64_t offset; /**< offset within dmabuf */
> +	} dmabuf_info[RTE_MAX_MEMSEG_LISTS] = {
> +	[0 ... RTE_MAX_MEMSEG_LISTS - 1] = { .fd = -1, .offset = 0 }
> +};
> +

Range initializer are a GCC extension not available in MSVC.


More information about the dev mailing list