From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by dpdk.org (Postfix) with ESMTP id D2D848DB1 for ; Wed, 14 Oct 2015 14:47:17 +0200 (CEST) Received: by wicge5 with SMTP id ge5so99564925wic.0 for ; Wed, 14 Oct 2015 05:47:17 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-type :content-transfer-encoding; bh=TyVI0d15ozNk8dQks5bjzfR9sA0NzGxSOGcfwA8n7tM=; b=a/EFzm+6I1sUfMiCZJSMdBoOwNj7tKKYZ8s9piqHBiJf46+ITSeaheABkYJmpC+hny +eiHErl7KY8CpaII4qmexYF5kJUGPvA8fwqE41xXJOMOMiJrSYaJZqSVZ9KoHdJiBWT9 hn1Ncfjso9KwlG82HVWzB0lAP1rFeYBpatbSyaLcBIf/ocl+evtg4dIi31cbEdeKDuOT FQmjrmsllplY0Wa9Z61RQyfLK8bKgc0wx9EHVbbuxTvpsPvoaaimE+CbaL6hmpWGdFde rYJ5ekKBBEoCjXSKsdQvRjlJbOae86U4lGSiNoONtOSzygqWPWTQeccO1/yUbECQhsTA ZaOg== X-Gm-Message-State: ALoCoQm9lwP0362yhNuChDHpKsOJN+mJHBec0liXATSxOgzorCLDfaC+tFRRhPBLZUei5TVx8DH0 X-Received: by 10.180.10.101 with SMTP id h5mr28617269wib.27.1444826837725; Wed, 14 Oct 2015 05:47:17 -0700 (PDT) Received: from [10.16.0.135] (guy78-3-82-239-227-177.fbx.proxad.net. [82.239.227.177]) by smtp.gmail.com with ESMTPSA id d8sm30414107wiy.1.2015.10.14.05.47.16 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 14 Oct 2015 05:47:17 -0700 (PDT) To: "Ananyev, Konstantin" , "dev@dpdk.org" References: <1443729293-20753-2-git-send-email-konstantin.ananyev@intel.com> <561E3EF2.1040507@6wind.com> <2601191342CEEE43887BDE71AB97725836AAF6E6@irsmsx105.ger.corp.intel.com> <561E48E4.5060908@6wind.com> <2601191342CEEE43887BDE71AB97725836AAF741@irsmsx105.ger.corp.intel.com> From: Amine Kherbouche Message-ID: <561E4EC5.3030502@6wind.com> Date: Wed, 14 Oct 2015 14:47:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <2601191342CEEE43887BDE71AB97725836AAF741@irsmsx105.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [dpdk-dev, PATCHv5, 1/8] ethdev: add new API to retrieve RX/TX queue information X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Oct 2015 12:47:18 -0000 > > So your v6 will make all implemented queue_info_get()s to fill these two new fields correctly, right? > Konstantin Yes. Amine Kherbouche