On Fri, 4 Apr 2025 12:42:21 +0530
Nitin Saxena 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_dy
This patch defines rte_node specific dynamic field structure
(rte_node_mbuf_dynfield_t)
rte_node_mbuf_dynfield_t structure holds two types of fields
- Persistent data fields which are preserved across graph walk.
Currently size of persistent data fields is zero.
- Overloadable data fields which
2 matches
Mail list logo