[v5,2/5] raw/gdtc: add support for queue setup operation

Thomas Monjalon thomas at monjalon.net
Wed Nov 20 01:46:49 CET 2024


14/11/2024 10:20, Yong Zhang:
> +#define ZXDH_GDMA_SRC_LLI_ERR                   (1 << 16)
> +#define ZXDH_GDMA_SRC_DATA_ERR                  (1 << 17)
> +#define ZXDH_GDMA_DST_ADDR_ERR                  (1 << 18)
> +#define ZXDH_GDMA_ERR_STATUS                    (1 << 19)
> +#define ZXDH_GDMA_ERR_INTR_ENABLE               (1 << 20)

You should use RTE_BIT macros for this.




More information about the dev mailing list