On Mon, 13 Oct 2025 09:51:36 +0530 Vamsi Krishna <[email protected]> wrote:
> +struct rte_dma_inter_domain_param {
> + enum rte_dma_inter_domain_type type; /**< Type of inter-domain. */
> + uint16_t src_handler; /**< Source domain handler identifier. */
> + uint16_t dst_handler; /**< Destination domain handler identifier. */
> + uint64_t reserved[2]; /**< Reserved for future fields. */
> +};
If you have reserved fields in API, need to validate they are zero
for future compatibility.

