[dpdk-dev] [dpdk-dev, PATCHv6 1/6] ethdev: enhance rte_eth_(tx|rx)q_info struct

Stephen Hemminger stephen at networkplumber.org
Tue Oct 20 00:44:27 CEST 2015


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?


More information about the dev mailing list