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 D3DBAC350 for ; Thu, 22 Oct 2015 17:36:35 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 22 Oct 2015 08:36:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,182,1444719600"; d="scan'208";a="669617321" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 22 Oct 2015 08:36:34 -0700 Received: from fmsmsx154.amr.corp.intel.com (10.18.116.70) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Oct 2015 08:36:34 -0700 Received: from shsmsx103.ccr.corp.intel.com (10.239.4.69) by FMSMSX154.amr.corp.intel.com (10.18.116.70) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Oct 2015 08:36:34 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.194]) by SHSMSX103.ccr.corp.intel.com ([169.254.4.204]) with mapi id 14.03.0248.002; Thu, 22 Oct 2015 23:36:26 +0800 From: "Wu, Jingjing" To: "Zhang, Helin" , "dev@dpdk.org" Thread-Topic: [PATCH v2 0/2] i40e: Enlarge the number of supported queues Thread-Index: AQHRDJtEIP4WRtXqyk+yxwvdHOiXDJ53pXsA Date: Thu, 22 Oct 2015 15:36:26 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F8D065CA@SHSMSX104.ccr.corp.intel.com> References: <1442760674-19482-1-git-send-email-helin.zhang@intel.com> <1445498887-21218-1-git-send-email-helin.zhang@intel.com> In-Reply-To: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: "Pei, Yulong" Subject: Re: [dpdk-dev] [PATCH v2 0/2] i40e: Enlarge the number of supported queues X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Oct 2015 15:36:36 -0000 > -----Original Message----- > From: Zhang, Helin > Sent: Thursday, October 22, 2015 3:28 PM > To: dev@dpdk.org > Cc: Pei, Yulong; Liu, Yong; Wu, Jingjing; Zhang, Helin > Subject: [PATCH v2 0/2] i40e: Enlarge the number of supported queues >=20 > It enlarges the number of supported queues to hardware allowed > maximum. There was a software limitation of 64 per physical port > which is not reasonable. >=20 > v2 changes: > Fixed issues of using wrong configured number of VF queues. >=20 > Helin Zhang (2): > i40e: adjust the number of queues for RSS > i40e: Enlarge the number of supported queues >=20 > config/common_bsdapp | 3 +- > config/common_linuxapp | 3 +- > drivers/net/i40e/i40e_ethdev.c | 146 ++++++++++++++++----------------= ------ > drivers/net/i40e/i40e_ethdev.h | 8 +++ > drivers/net/i40e/i40e_ethdev_vf.c | 2 +- > 5 files changed, 74 insertions(+), 88 deletions(-) >=20 > -- > 1.9.3 Acked-by: Jingjing Wu