From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 430241B735 for ; Mon, 17 Dec 2018 06:31:15 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Dec 2018 21:31:14 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,364,1539673200"; d="scan'208";a="110001427" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 16 Dec 2018 21:31:13 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.408.0; Sun, 16 Dec 2018 21:31:13 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.59]) by shsmsx102.ccr.corp.intel.com ([169.254.2.182]) with mapi id 14.03.0415.000; Mon, 17 Dec 2018 13:31:11 +0800 From: "Zhang, Qi Z" To: "Yan, Zhirun" , "dev@dpdk.org" Thread-Topic: [PATCH v5 0/2] Support request more queues Thread-Index: AQHUlbmzfocKlquqZUmCxR47rbAcOKWCZ0vQ Date: Mon, 17 Dec 2018 05:31:11 +0000 Message-ID: <039ED4275CED7440929022BC67E70611533000BB@SHSMSX103.ccr.corp.intel.com> References: <20181214143720.34163-1-zhirun.yan@intel.com> <20181217111054.45414-1-zhirun.yan@intel.com> In-Reply-To: <20181217111054.45414-1-zhirun.yan@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODMzOGZjZjQtMGVmNC00MmRmLWI0NDktY2IwZGIxODM3NjQxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiakJvS0VjXC9RNlpaQ1FpaUt4d3dhSXJHaTZpUDdCRHh4ZmVIVWt1OEt1cnpMNGJUV2tPZHVBaEVaeXdSR2wwbUcifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v5 0/2] Support request more queues 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: , X-List-Received-Date: Mon, 17 Dec 2018 05:31:15 -0000 > -----Original Message----- > From: Yan, Zhirun > Sent: Monday, December 17, 2018 7:11 PM > To: dev@dpdk.org; Zhang, Qi Z > Cc: Yan, Zhirun > Subject: [PATCH v5 0/2] Support request more queues >=20 > V5 > - modify the loop conditions (ret =3D=3D I40EVF_MSG_ERR || ret =3D=3D > I40EVF_MSG_CMD) if there is no free queue available, just end the loop. >=20 > DPDK VF send VIRTCHNL_OP_REQUEST_QUEUES to kernel PF or DPDK VF for > requesting more queues, then PF will allocate more queues. >=20 > Zhirun Yan (2): > net/i40e: support VF request more queues > net/i40e: support PF respond VF request more queues >=20 > drivers/net/i40e/i40e_ethdev_vf.c | 62 ++++++++++++++++++++++++++++- > drivers/net/i40e/i40e_pf.c | 65 > +++++++++++++++++++++++++++++++ > 2 files changed, 125 insertions(+), 2 deletions(-) >=20 > -- > 2.17.1 Acked-by Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi