[PATCH v3 1/2] node: add global node mbuf dynfield
Stephen Hemminger
stephen at networkplumber.org
Fri Apr 4 23:35:18 CEST 2025
On Fri, 4 Apr 2025 12:42:21 +0530
Nitin Saxena <nsaxena at marvell.com> wrote:
> diff --git a/lib/node/meson.build b/lib/node/meson.build
> index 0bed97a96c..4330d0450b 100644
> --- a/lib/node/meson.build
> +++ b/lib/node/meson.build
> @@ -8,6 +8,7 @@ if is_windows
> endif
>
> sources = files(
> + 'node_mbuf_dynfield.c',
> 'ethdev_ctrl.c',
> 'ethdev_rx.c',
> 'ethdev_tx.c',
> @@ -30,6 +31,7 @@ headers = files(
> 'rte_node_ip4_api.h',
> 'rte_node_ip6_api.h',
> 'rte_node_udp4_input_api.h',
> + 'rte_node_mbuf_dynfield.h'
> )
Github build is failing or this.
Processing lib/node/meson.build
Error: Missing trailing "," in list at lib/node/meson.build:3
More information about the dev
mailing list