From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id A131B1B604 for ; Wed, 19 Dec 2018 06:32:05 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 18 Dec 2018 21:32:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,371,1539673200"; d="scan'208";a="101780882" Received: from dpdk-server.sh.intel.com ([10.67.110.170]) by orsmga006.jf.intel.com with ESMTP; 18 Dec 2018 21:32:03 -0800 From: Zhirun Yan To: dev@dpdk.org, qi.z.zhang@intel.com Cc: Zhirun Yan Date: Wed, 19 Dec 2018 13:08:53 +0000 Message-Id: <20181219130856.19862-1-zhirun.yan@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181218160933.11113-1-zhirun.yan@intel.com> References: <20181218160933.11113-1-zhirun.yan@intel.com> Subject: [dpdk-dev] [PATCH v7 0/3] 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: Wed, 19 Dec 2018 05:32:06 -0000 V7 - fix comment format - fix commit msg warning due to exceed 75 chars - modify doc to specify for i40e DPDK VF send VIRTCHNL_OP_REQUEST_QUEUES to kernel PF or DPDK VF for requesting more queues, then PF will allocate more queues. Zhirun Yan (3): net/i40e: support VF request more queues net/i40e: support PF respond VF request more queues doc: update queue number per vf for i40e doc/guides/nics/i40e.rst | 16 ++--- doc/guides/rel_notes/release_19_02.rst | 8 +++ drivers/net/i40e/i40e_ethdev_vf.c | 81 ++++++++++++++++++++++---- drivers/net/i40e/i40e_pf.c | 65 +++++++++++++++++++++ 4 files changed, 153 insertions(+), 17 deletions(-) -- 2.17.1