From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH 00/31] Support VFD and DPDK PF + kernel VF on i40e Date: Fri, 02 Dec 2016 15:33:29 +0100 Message-ID: <2009790.4W9YidBvoL@xps13> References: <1480637533-37425-1-git-send-email-wenzhuo.lu@intel.com> <1481402.BuWyjbRiDQ@xps13> <8CEF83825BEC744B83065625E567D7C21A0B3CD1@IRSMSX108.ger.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: "Lu, Wenzhuo" , "Yigit, Ferruh" , dev@dpdk.org To: "Iremonger, Bernard" Return-path: Received: from mail-wj0-f179.google.com (mail-wj0-f179.google.com [209.85.210.179]) by dpdk.org (Postfix) with ESMTP id A4027591F for ; Fri, 2 Dec 2016 15:33:31 +0100 (CET) Received: by mail-wj0-f179.google.com with SMTP id qp4so233726775wjc.3 for ; Fri, 02 Dec 2016 06:33:31 -0800 (PST) In-Reply-To: <8CEF83825BEC744B83065625E567D7C21A0B3CD1@IRSMSX108.ger.corp.intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-12-02 14:25, Iremonger, Bernard: > Hi Thomas, > > From: Thomas Monjalon [mailto:thomas.monjalon@6wind.com] > > > > Do you agree to copy the remaining VF-specific functions from the generic > > ethdev API to ixgbe in 17.02? > > After a deprecation notice, we could remove them from the generic API in > > 17.05. > > So we will have a consistent status in 17.05 regarding VF functions. > > > > After some time (and experience) we will be able to discuss wether we need > > something more to access to these specific features. > > I had intended to copy the remaining VF-specific functions from the generic ethdev API to ixgbe in 17.02 and a deprecation notice was sent in 16.11. > > This work was parked in order work on the VF-specfic functionsfor the i40e. Is it ok to submit patches for this work after the V1 deadline (today)? Yes, it is a kind of cleanup and it has been discussed earlier. So yes you can submit it later. Sooner is better though :) Thanks