On Wed, 31 Oct 2018 18:26:26 +0800 Gavin Hu <gavin...@arm.com> wrote:
> - /* > - * The subtraction is done between two unsigned 32bits value > + /* load-acquire synchronize with store-release of ht->tail > + * in update_tail. > + */ > + const uint32_t cons_tail Please don't mix declarations and code. Although it is sometimes used in DPDK, in general the style is to have declarations at the start of the block scope.