From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v5 2/2] net/i40e: support PF respond VF request more queues Date: Mon, 17 Dec 2018 14:26:31 +0000 Message-ID: References: <20181214143720.34163-1-zhirun.yan@intel.com> <20181217111054.45414-1-zhirun.yan@intel.com> <20181217111054.45414-3-zhirun.yan@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Haiyue Wang To: Zhirun Yan , dev@dpdk.org, qi.z.zhang@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id E3BE51B59F for ; Mon, 17 Dec 2018 15:26:35 +0100 (CET) In-Reply-To: <20181217111054.45414-3-zhirun.yan@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 12/17/2018 11:10 AM, Zhirun Yan wrote: > This patch respond the VIRTCHNL_OP_REQUEST_QUEUES msg from VF, and > process to allocated more queues for the requested VF. If successful, > PF will notify VF to reset. If unsuccessful, PF will send message to > inform VF. Hi Zhirun, Is this request supported by Linux kernel PF driver? If so which version? Should we document this as a version dependency somewhere? > > Signed-off-by: Zhirun Yan > Signed-off-by: Haiyue Wang <...>