ALIGN_CACHE
uint64_t tx ALIGN_CACHE; /* tx counter */
uint64_t rx ALIGN_CACHE; /* rx counter */
volatile uint64_t _tail ALIGN_CACHE ; /* producer writes here */
volatile uint64_t _head ALIGN_CACHE ; /* consumer reads from here */