RE: [PATCH] mbuf: fix API to copy mbuf dynamic fields

2024-06-26 Thread Morten Brørup
> From: Shijith Thotton [mailto:sthot...@marvell.com] > Sent: Wednesday, 26 June 2024 14.08 > > 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. Th

[PATCH] mbuf: fix API to copy mbuf dynamic fields

2024-06-26 Thread Shijith Thotton
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