From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH v3 0/2] i40e: Enlarge the number of supported queues Date: Tue, 3 Nov 2015 23:40:26 +0800 Message-ID: <1446565228-24276-1-git-send-email-helin.zhang@intel.com> References: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> To: dev@dpdk.org 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) In-Reply-To: <1445498887-21218-1-git-send-email-helin.zhang@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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