[PATCH] mbuf: fix API to copy mbuf dynamic fields
Stephen Hemminger
stephen at networkplumber.org
Wed Jun 26 17:00:42 CEST 2024
On Wed, 26 Jun 2024 17:38:02 +0530
Shijith Thotton <sthotton at marvell.com> wrote:
> Fixed rte_mbuf_dynfield_copy() API to copy dynamic fields from one mbuf
> to another. When RTE_IOVA_AS_PA is not defined during the build, an
> additional dynamic field (dynfield2) becomes available. This field
> should be conditionally copied to ensure the complete duplication of
> dynamic fields between mbufs. This patch fixes the same.
>
> see https://bugs.dpdk.org/show_bug.cgi?id=1472
>
> Bugzilla ID: 1472
> Fixes: 03b57eb7ab9a ("mbuf: add second dynamic field member")
> Cc: stable at dpdk.org
>
> Signed-off-by: Shijith Thotton <sthotton at marvell.com>
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list