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 833DFA04FF; Thu, 24 Mar 2022 09:28:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 1A8F3410FC; Thu, 24 Mar 2022 09:28:21 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 75EE940141 for ; Thu, 24 Mar 2022 09:28:19 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1648110499; x=1679646499; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=qn+7uInFJZwkj7Pn15qqkJw1mq5qtHKgw/cPJyDRxlM=; b=YEpQabr2XlxljfnrRU0LkKv0yFipstPCuA6p3hdw3JGfWLoLqXUW2Z4r X14VIP4RIhOiudvALh9xIw1mfTOKV3LOL9C5fvdNEuhpXbyPLTaFlT3D9 z3FfbCzgXW09wLYdpc6LQDVj9/pHfD+JIhf5yNxp+u80h6ieFqtjmHARa lYL7LXYrDdOjCluQF7Jp8dCvaa+j2MUiYenfEydLuhgPUZ7Vv3xQaic2A roY+T16yRXf+Ti2TX0LqfmTj5OSE8S2wFaQiujCO061Se5eG3PTxmKuRb HYZtmi5FCMPEp9hht4QoNoz9RASiAPIglDh7oSkUyRL8gP+iow1aqH3ec A==; X-IronPort-AV: E=McAfee;i="6200,9189,10295"; a="240475888" X-IronPort-AV: E=Sophos;i="5.90,206,1643702400"; d="scan'208";a="240475888" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 24 Mar 2022 01:28:18 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.90,206,1643702400"; d="scan'208";a="649765460" Received: from fmsmsx603.amr.corp.intel.com ([10.18.126.83]) by orsmga004.jf.intel.com with ESMTP; 24 Mar 2022 01:28:18 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx603.amr.corp.intel.com (10.18.126.83) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.27; Thu, 24 Mar 2022 01:28:17 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2308.21; Thu, 24 Mar 2022 16:28:15 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2308.021; Thu, 24 Mar 2022 16:28:15 +0800 From: "Zhang, Qi Z" To: "Wu, Wenjun1" , "dev@dpdk.org" , "Yang, Qiming" Subject: RE: [PATCH v1] net/ice: support 256 queues Thread-Topic: [PATCH v1] net/ice: support 256 queues Thread-Index: AQHYP0Ddxfl+3PxTHkCHtPlU7r8+W6zOM5Gg Date: Thu, 24 Mar 2022 08:28:15 +0000 Message-ID: <0893ad151e0f40f08342e5f67fc91ad7@intel.com> References: <20220324051232.170169-1-wenjun1.wu@intel.com> In-Reply-To: <20220324051232.170169-1-wenjun1.wu@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.6.401.20 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 > -----Original Message----- > From: Wu, Wenjun1 > Sent: Thursday, March 24, 2022 1:13 PM > To: dev@dpdk.org; Yang, Qiming ; Zhang, Qi Z > > Cc: Wu, Wenjun1 > Subject: [PATCH v1] net/ice: support 256 queues >=20 > 256 queues can be allowed now. This patch improves the code to support 25= 6 > queues for per PF. >=20 > Signed-off-by: Wenjun Wu Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi