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 1825F8E5D for ; Tue, 3 Nov 2015 16:40:54 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga102.fm.intel.com with ESMTP; 03 Nov 2015 07:40:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,239,1444719600"; d="scan'208";a="593254855" Received: from shvmail01.sh.intel.com ([10.239.29.42]) by FMSMGA003.fm.intel.com with ESMTP; 03 Nov 2015 07:40:34 -0800 Received: from shecgisg004.sh.intel.com (shecgisg004.sh.intel.com [10.239.29.89]) by shvmail01.sh.intel.com with ESMTP id tA3FeWlQ024607; Tue, 3 Nov 2015 23:40:32 +0800 Received: from shecgisg004.sh.intel.com (localhost [127.0.0.1]) by shecgisg004.sh.intel.com (8.13.6/8.13.6/SuSE Linux 0.8) with ESMTP id tA3FeT7Y024311; Tue, 3 Nov 2015 23:40:31 +0800 Received: (from hzhan75@localhost) by shecgisg004.sh.intel.com (8.13.6/8.13.6/Submit) id tA3FeTxJ024306; Tue, 3 Nov 2015 23:40:29 +0800 From: Helin Zhang To: dev@dpdk.org Date: Tue, 3 Nov 2015 23:40:26 +0800 Message-Id: <1446565228-24276-1-git-send-email-helin.zhang@intel.com> X-Mailer: git-send-email 1.7.4.1 In-Reply-To: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> References: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> Subject: [dpdk-dev] [PATCH v3 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: Tue, 03 Nov 2015 15:40:55 -0000 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. v2 changes: Fixed issues of using wrong configured number of VF queues. v3 changes: Updated release notes. Helin Zhang (2): i40e: adjust the number of queues for RSS i40e: Enlarge the number of supported queues config/common_bsdapp | 3 +- config/common_linuxapp | 3 +- doc/guides/rel_notes/deprecation.rst | 5 -- doc/guides/rel_notes/release_2_2.rst | 12 +++ drivers/net/i40e/i40e_ethdev.c | 146 +++++++++++++++-------------------- drivers/net/i40e/i40e_ethdev.h | 8 ++ drivers/net/i40e/i40e_ethdev_vf.c | 2 +- 7 files changed, 86 insertions(+), 93 deletions(-) -- 1.9.3