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 88CD4A09FF for ; Mon, 28 Dec 2020 11:57:06 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5C188C9D6; Mon, 28 Dec 2020 11:57:05 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E5F21C9D6; Mon, 28 Dec 2020 11:57:02 +0100 (CET) IronPort-SDR: Z6zWaTc6GE87s4Q0y66ZEQYkMY8M5gw17Yu1gxbY7MzMzCIMy5NmF1yQzqF1uI0I5cMuiwOTv8 TrFIpaJmJLMA== X-IronPort-AV: E=McAfee;i="6000,8403,9847"; a="173793276" X-IronPort-AV: E=Sophos;i="5.78,455,1599548400"; d="scan'208";a="173793276" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2020 02:56:58 -0800 IronPort-SDR: xvCKhtqj5WFzl/n7QjFyNIg9JY7IPAY1plnrQiNh6etz9B/QWTVmLxxfvikaTYQHs1jjKdxv2X 6cwS4Ee0lkUQ== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.78,455,1599548400"; d="scan'208";a="562787325" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga005.jf.intel.com with ESMTP; 28 Dec 2020 02:56:56 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 28 Dec 2020 02:56:56 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Mon, 28 Dec 2020 18:56:54 +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.1713.004; Mon, 28 Dec 2020 18:56:54 +0800 From: "Zhang, Qi Z" To: "Zhang, AlvinX" , "Xing, Beilei" , "Xu, Ting" CC: "dev@dpdk.org" , "Zhang, AlvinX" , "stable@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH] net/iavf: fix queue pairs configuration Thread-Index: AQHW2Oy8jJEov2Olk0eECR79djQmvaoMXadw Date: Mon, 28 Dec 2020 10:56:54 +0000 Message-ID: <5a4f31a6b79848e5ab3fd741f4ccb21c@intel.com> References: <20201223052936.7200-1-alvinx.zhang@intel.com> In-Reply-To: <20201223052936.7200-1-alvinx.zhang@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.5.1.3 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 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/iavf: fix queue pairs configuration X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" > -----Original Message----- > From: dev On Behalf Of Zhang,Alvin > Sent: Wednesday, December 23, 2020 1:30 PM > To: Xing, Beilei ; Xu, Ting > Cc: dev@dpdk.org; Zhang, AlvinX ; stable@dpdk.org > Subject: [dpdk-dev] [PATCH] net/iavf: fix queue pairs configuration >=20 > From: Alvin Zhang >=20 > Check if there are enough queue pairs currently allocated, and if not, re= quest PF > to allocate them. >=20 > Fixes: e436cd43835b ("net/iavf: negotiate large VF and request more queue= s") > Cc: stable@dpdk.org >=20 > Signed-off-by: Alvin Zhang Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi