From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v9 0/2] add API's for VF management Date: Thu, 13 Oct 2016 14:47:26 +0100 Message-ID: <20161013134726.GC141288@bricha3-MOBL3> References: <1476284596-30571-1-git-send-email-bernard.iremonger@intel.com> <1476294852-19356-1-git-send-email-bernard.iremonger@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com, az5157@att.com, pablo.de.lara.guarch@intel.com To: Bernard Iremonger Return-path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 74D8D530C for ; Thu, 13 Oct 2016 15:47:31 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1476294852-19356-1-git-send-email-bernard.iremonger@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, Oct 12, 2016 at 06:54:10PM +0100, Bernard Iremonger wrote: > This patchset contains new DPDK API's for use > with the Virtual Function Daemon (VFD). > > The need to configure and manage VF's on a NIC has grown to the > point where a DPDK based tool, VFD, has been developed to do this. > > This patch set adds API extensions to DPDK for VF configuration. > > Eight new API's have been added for the Intel 82559 NIC. > > Changes have been made to testpmd to facilitate testing of the new API's. > The testpmd documentation has been updated to document the testpmd changes. > Patchset applied to dpdk-next-net/rel_16_11 /Bruce