From mboxrd@z Thu Jan 1 00:00:00 1970 From: Helin Zhang Subject: [PATCH 0/2] i40e: enlarge the number of supported queues Date: Sun, 20 Sep 2015 22:51:12 +0800 Message-ID: <1442760674-19482-1-git-send-email-helin.zhang@intel.com> Cc: yulong.pei@intel.com To: dev@dpdk.org Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id D6FB72A07 for ; Sun, 20 Sep 2015 16:51:23 +0200 (CEST) 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" There was a software limitation of 64 queues, it should be enlarged to the hardware allowed maximum. As all the queues are shared among PF, VFs and VMDq, the number of queues supported in PF, VFs and VMDq may vary on different use cases. 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 +- 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(-) -- 1.9.3