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 8E291A04B7; Tue, 13 Oct 2020 13:51:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0600A1DAD3; Tue, 13 Oct 2020 13:51:11 +0200 (CEST) Received: from incedge.chinasoftinc.com (unknown [114.113.233.8]) by dpdk.org (Postfix) with ESMTP id 978CE1B711 for ; Tue, 13 Oct 2020 13:51:08 +0200 (CEST) X-ASG-Debug-ID: 1602589865-149d114caf207870001-TfluYd Received: from mail.chinasoftinc.com (inccas001.ito.icss [10.168.0.51]) by incedge.chinasoftinc.com with ESMTP id 6qIxdCCUdZPeQmnL (version=TLSv1 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 13 Oct 2020 19:51:05 +0800 (CST) X-Barracuda-Envelope-From: huwei013@chinasoftinc.com X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.51 X-ASG-Whitelist: Client Received: from localhost.localdomain (65.49.108.226) by INCCAS001.ito.icss (10.168.0.60) with Microsoft SMTP Server id 14.3.487.0; Tue, 13 Oct 2020 19:51:05 +0800 From: "Wei Hu (Xavier)" X-Barracuda-RBL-Trusted-Forwarder: 10.168.0.60 To: , , , , CC: Date: Tue, 13 Oct 2020 19:50:52 +0800 X-ASG-Orig-Subj: [PATCH v5 0/3] check queue id in queue-related APIs Message-ID: <20201013115055.34295-1-huwei013@chinasoftinc.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20201010071212.24086-1-huwei013@chinasoftinc.com> References: <20201010071212.24086-1-huwei013@chinasoftinc.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [65.49.108.226] X-Barracuda-Connect: inccas001.ito.icss[10.168.0.51] X-Barracuda-Start-Time: 1602589865 X-Barracuda-Encrypted: ECDHE-RSA-AES256-SHA X-Barracuda-URL: https://incspam.chinasofti.com:443/cgi-mod/mark.cgi X-Virus-Scanned: by bsmtpd at chinasoftinc.com X-Barracuda-Scan-Msg-Size: 501 Subject: [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" 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 lib/librte_ethdev/rte_ethdev.c | 92 ++++++++++++++++++++++++++++++++++-------- lib/librte_ethdev/rte_ethdev.h | 3 +- 2 files changed, 78 insertions(+), 17 deletions(-) -- 2.9.5