From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id CABA7A04B7;
	Tue, 13 Oct 2020 16:16:21 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 31F551DD0D;
	Tue, 13 Oct 2020 16:13:21 +0200 (CEST)
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id D18C91C2E8
 for <dev@dpdk.org>; Tue, 13 Oct 2020 16:13:18 +0200 (CEST)
IronPort-SDR: p9gPXgZUY03lsDtWweFbY8iVqSjKp2CNTjbNlMzizxqcXRQnlKhHDvBzyHV6IyLBiNoHk7bysz
 KPt7hczzCNtQ==
X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="230093712"
X-IronPort-AV: E=Sophos;i="5.77,371,1596524400"; d="scan'208";a="230093712"
X-Amp-Result: SKIPPED(no attachment in message)
X-Amp-File-Uploaded: False
Received: from orsmga005.jf.intel.com ([10.7.209.41])
 by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 13 Oct 2020 07:13:17 -0700
IronPort-SDR: v5NviYNdKCZgkOz2ELP0J28KTSARsKTs3WLii6rOmSwwhEoj2wUoyAbLeAhLy4h7pVofbt1tOc
 4F//5tr46DoA==
X-IronPort-AV: E=Sophos;i="5.77,371,1596524400"; d="scan'208";a="530407224"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.214.64])
 ([10.213.214.64])
 by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384;
 13 Oct 2020 07:13:15 -0700
From: Ferruh Yigit <ferruh.yigit@intel.com>
To: "Wei Hu (Xavier)" <huwei013@chinasoftinc.com>, dev@dpdk.org,
 stephen@networkplumber.org, kalesh-anakkur.purayil@broadcom.com,
 andrew.rybchenko@oktetlabs.ru
Cc: xavier.huwei@huawei.com
References: <20201010071212.24086-1-huwei013@chinasoftinc.com>
 <20201013115055.34295-1-huwei013@chinasoftinc.com>
 <56463764-9277-34c6-a9e7-7a2c9e15f897@intel.com>
Message-ID: <482709ac-4c6e-0dee-7edd-b33898d0547f@intel.com>
Date: Tue, 13 Oct 2020 15:13:11 +0100
MIME-Version: 1.0
In-Reply-To: <56463764-9277-34c6-a9e7-7a2c9e15f897@intel.com>
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Language: en-US
Content-Transfer-Encoding: 8bit
Subject: Re: [dpdk-dev] [PATCH v5 0/3] check queue id in queue-related APIs
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

On 10/13/2020 2:17 PM, Ferruh Yigit wrote:
> On 10/13/2020 12:50 PM, Wei Hu (Xavier) wrote:
>> From: "Wei Hu (Xavier)" <xavier.huwei@huawei.com>
>>
>> This series check queue id in queue-related API functions.
>>
>> Wei Hu (Xavier) (3):
>>    ethdev: extract checking queue id into common functions
>>    ethdev: check if queue setup in queue-related APIs
>>    ethdev: check queue id in Rx interrupt control routine
>>
> 
> For series,
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>

Series applied to dpdk-next-net/main, thanks.