From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id C2347A04B7; Tue, 13 Oct 2020 15:18:07 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7CE8B1DB50; Tue, 13 Oct 2020 15:17:42 +0200 (CEST) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 15B8D1DB50 for ; Tue, 13 Oct 2020 15:17:39 +0200 (CEST) IronPort-SDR: VESkE1VdEJYxhMR1AYKr4hQ3KQjj7po6bHvCNFe2ZncjHd0R6UPBVOwKx+ccCpvJHCgQL7SbH5 NdMinsj5mEMA== X-IronPort-AV: E=McAfee;i="6000,8403,9772"; a="230084664" X-IronPort-AV: E=Sophos;i="5.77,370,1596524400"; d="scan'208";a="230084664" 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 06:17:38 -0700 IronPort-SDR: H/1TI3D/OGRj3WAgK0/lUDT8J0SbWNLnCDoOVQJQpmbimFh3xf0+/EGusK3eCe5YqqgE60PNre 582IABHUaeuQ== X-IronPort-AV: E=Sophos;i="5.77,370,1596524400"; d="scan'208";a="530391434" 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 06:17:34 -0700 To: "Wei Hu (Xavier)" , 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> From: Ferruh Yigit Message-ID: <56463764-9277-34c6-a9e7-7a2c9e15f897@intel.com> Date: Tue, 13 Oct 2020 14:17:27 +0100 MIME-Version: 1.0 In-Reply-To: <20201013115055.34295-1-huwei013@chinasoftinc.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/13/2020 12:50 PM, Wei Hu (Xavier) wrote: > From: "Wei Hu (Xavier)" > > 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