From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [dpdk-dev, PATCHv6 1/6] ethdev: enhance rte_eth_(tx|rx)q_info struct Date: Mon, 19 Oct 2015 15:44:27 -0700 Message-ID: <20151019154427.65ccc42b@xeon-e3> References: <1443729293-20753-2-git-send-email-konstantin.ananyev@intel.com> <1445292384-19815-1-git-send-email-amine.kherbouche@6wind.com> <1445292384-19815-2-git-send-email-amine.kherbouche@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Amine Kherbouche Return-path: Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by dpdk.org (Postfix) with ESMTP id C928711A2 for ; Tue, 20 Oct 2015 00:44:17 +0200 (CEST) Received: by pasz6 with SMTP id z6so42618136pas.2 for ; Mon, 19 Oct 2015 15:44:17 -0700 (PDT) In-Reply-To: <1445292384-19815-2-git-send-email-amine.kherbouche@6wind.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 20 Oct 2015 00:06:19 +0200 Amine Kherbouche 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?