On Thu, 17 Oct 2019 15:32:03 +0000 Ori Kam <[email protected]> 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?
On Thu, 17 Oct 2019 15:32:03 +0000 Ori Kam <[email protected]> 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?