From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v9 3/8] ethdev: add new fields to ethdev info struct Date: Tue, 14 Jun 2016 22:10:21 +0200 Message-ID: <3404781.d1oWB5PRV1@xps13> References: <1465575534-23605-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-1-git-send-email-reshma.pattan@intel.com> <1465897108-26548-4-git-send-email-reshma.pattan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Reshma Pattan Return-path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id 34AB18E72 for ; Tue, 14 Jun 2016 22:10:23 +0200 (CEST) Received: by mail-wm0-f48.google.com with SMTP id k204so6418327wmk.0 for ; Tue, 14 Jun 2016 13:10:23 -0700 (PDT) In-Reply-To: <1465897108-26548-4-git-send-email-reshma.pattan@intel.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" 2016-06-14 10:38, Reshma Pattan: > New fields nb_rx_queues and nb_tx_queues are added to > rte_eth_dev_info structure. Please add a justification of why these fields are needed.