On Tue, 20 Oct 2015 00:06:19 +0200 Amine Kherbouche <amine.kherbouche at 6wind.com> wrote:
> + uint16_t used_desc; /**< number of used descriptors */ > + uint16_t free_desc; /**< number of free descriptors */ These two fields are obviously not SMP sfe. Also, they are redundant with the existing queue_count API?