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

2024-07-03 Thread Thomas Monjalon
27/06/2024 09:57, 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 comp

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

2024-06-27 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