From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 98948A0548; Mon, 26 Apr 2021 17:31:35 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 83B20411D1; Mon, 26 Apr 2021 17:31:35 +0200 (CEST) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by mails.dpdk.org (Postfix) with ESMTP id 8ADC041110 for ; Mon, 26 Apr 2021 17:31:33 +0200 (CEST) IronPort-SDR: FTLbrTtPHurUvtGpVTKNWsbNec9UL8FcuU3WB+UwGKTgQN8ATNrMBKmrq/W0gDSwfiMImAmH5h w0VRLCCoPMdA== X-IronPort-AV: E=McAfee;i="6200,9189,9966"; a="176469831" X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="176469831" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 08:31:32 -0700 IronPort-SDR: KpbUI9zkp6m9IVr+5z3fSBUTLq/wf1ZSJ4ChKF80sDsRX+OSp5j6ZyRI7VLsmXcSpFdhDMY0J6 1ZHRnC+K/QTA== X-IronPort-AV: E=Sophos;i="5.82,252,1613462400"; d="scan'208";a="429434532" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.241.96]) ([10.213.241.96]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 26 Apr 2021 08:31:31 -0700 To: "Min Hu (Connor)" , dev@dpdk.org Cc: keith.wiles@intel.com References: <1619090834-14643-1-git-send-email-humin29@huawei.com> <1619090834-14643-3-git-send-email-humin29@huawei.com> From: Ferruh Yigit X-User: ferruhy Message-ID: <25c16c1e-d24d-300f-9568-d1947cef7e4c@intel.com> Date: Mon, 26 Apr 2021 16:31:29 +0100 MIME-Version: 1.0 In-Reply-To: <1619090834-14643-3-git-send-email-humin29@huawei.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 2/2] net/tap: fix tap interrupt vector array size X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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 4/22/2021 12:27 PM, Min Hu (Connor) wrote: > From: Chengchang Tang > > The size of the current interrupt vector array is fixed to an integer. > > This patch will create an interrupt vector array based on the number > of rxqs. > > Fixes: 4870a8cdd968 ("net/tap: support Rx interrupt") > Cc: stable@dpdk.org > > Signed-off-by: Chengchang Tang > Signed-off-by: Min Hu (Connor) Reviewed-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.