[dpdk-dev] [PATCH v4 01/15] ethdev: move queue state defines to private file

Stephen Hemminger stephen at networkplumber.org
Thu Oct 17 17:37:59 CEST 2019


On Thu, 17 Oct 2019 15:32:03 +0000
Ori Kam <orika at mellanox.com> wrote:

>  /**
> + * RX/TX queue states
> + */
> +#define RTE_ETH_QUEUE_STATE_STOPPED 0
> +#define RTE_ETH_QUEUE_STATE_STARTED 1

Why not make it an enum?


More information about the dev mailing list