From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Helin" Subject: Re: [PATCH v2 0/4] enhancement to i40e PF host driver Date: Mon, 16 Jan 2017 00:55:34 +0000 Message-ID: References: <1483405159-9237-2-git-send-email-jing.d.chen@intel.com> <1484277201-5930-1-git-send-email-jing.d.chen@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Chen, Jing D" , "dev@dpdk.org" Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 9DC87F97E for ; Mon, 16 Jan 2017 01:55:39 +0100 (CET) In-Reply-To: <1484277201-5930-1-git-send-email-jing.d.chen@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" Acked-by: Helin Zhang -----Original Message----- From: Chen, Jing D=20 Sent: Friday, January 13, 2017 11:13 AM To: dev@dpdk.org Cc: daniels@research.att.com; Zhang, Helin ; Yigit, = Ferruh ; vincent.jardin@6wind.com; Wu, Jingjing ; Chen, Jing D Subject: [PATCH v2 0/4] enhancement to i40e PF host driver v2: - add macro to replace numeric - rework comments Current PF host driver can serve DPDK VF well, but the implementation is no= t complete to support Linux VF, even both DPDK VF and Linux VF use same API= set. Note that the patch are experimental for use and might be removed without p= rior notice. This patch set made below changes: 1. Make an enhancement on interface to serve VF, so both Linux and DPDK VF can be well served. 2. Change API version number so both DPDK and Linux VF can recognize and select proper command and data structure to request service. But the sacrifice is DPDK VF can't identify host driver (Linux or DPDK) and extended function provided in DPDK PF host driver can't be used. This situation will change after negotiate with Linux maintainer to provide a better mechanism to identify both PF and VF function. Chen Jing D(Mark) (4): net/i40e: change version number to support Linux VF net/i40e: return correct VSI id net/i40e: parse more VF parameter and configure net/i40e: support Linux VF to configure IRQ link list drivers/net/i40e/i40e_pf.c | 171 +++++++++++++++++++++++++++++++++++++++-= ---- 1 files changed, 153 insertions(+), 18 deletions(-) -- 1.7.7.6