From patchwork Fri Dec 14 14:37:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yan, Zhirun" X-Patchwork-Id: 48798 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F19E81B6BC; Fri, 14 Dec 2018 08:00:29 +0100 (CET) Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 1DA321B5E7 for ; Fri, 14 Dec 2018 08:00:27 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Dec 2018 23:00:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,351,1539673200"; d="scan'208";a="303762704" Received: from dpdk-server.sh.intel.com ([10.67.110.170]) by fmsmga005.fm.intel.com with ESMTP; 13 Dec 2018 23:00:26 -0800 From: Zhirun Yan To: dev@dpdk.org, qi.z.zhang@intel.com Cc: Zhirun Yan Date: Fri, 14 Dec 2018 14:37:18 +0000 Message-Id: <20181214143720.34163-1-zhirun.yan@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20181213140505.14578-1-zhirun.yan@intel.com> References: <20181213140505.14578-1-zhirun.yan@intel.com> Subject: [dpdk-dev] [PATCH v4 0/2] 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" V4 - create new branch for case VIRTCHNL_OP_REQUEST_QUEUES. - put the "int ret" declaration in the new block and left the return i40evf_init_vlan(dev); as it is. - fix some warning when start the application. 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 (2): net/i40e: support VF request more queues net/i40e: support PF respond VF request more queues drivers/net/i40e/i40e_ethdev_vf.c | 62 ++++++++++++++++++++++++++++- drivers/net/i40e/i40e_pf.c | 65 +++++++++++++++++++++++++++++++ 2 files changed, 125 insertions(+), 2 deletions(-)