[dpdk-dev] [PATCH v2 02/14] ring: create common structure for prod and cons metadata

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Mar 15 15:01:49 CET 2017


clang error below:

2017-03-07 11:32, Bruce Richardson:
> +       union {
> +               uint32_t sp_enqueue; /**< True, if single producer. */
> +               uint32_t sc_dequeue; /**< True, if single consumer. */
> +       };

error: anonymous unions are a C11 extension


More information about the dev mailing list