From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <bruce.richardson@intel.com>
Received: from mga06.intel.com (mga06.intel.com [134.134.136.31])
 by dpdk.org (Postfix) with ESMTP id 74D8D530C
 for <dev@dpdk.org>; Thu, 13 Oct 2016 15:47:31 +0200 (CEST)
Received: from orsmga002.jf.intel.com ([10.7.209.21])
 by orsmga104.jf.intel.com with ESMTP; 13 Oct 2016 06:47:30 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.31,339,1473145200"; d="scan'208";a="1064325179"
Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.210.139])
 by orsmga002.jf.intel.com with SMTP; 13 Oct 2016 06:47:27 -0700
Received: by  (sSMTP sendmail emulation); Thu, 13 Oct 2016 14:47:26 +0025
Date: Thu, 13 Oct 2016 14:47:26 +0100
From: Bruce Richardson <bruce.richardson@intel.com>
To: Bernard Iremonger <bernard.iremonger@intel.com>
Cc: dev@dpdk.org, rahul.r.shah@intel.com, wenzhuo.lu@intel.com,
 az5157@att.com, pablo.de.lara.guarch@intel.com
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
Content-Disposition: inline
In-Reply-To: <1476294852-19356-1-git-send-email-bernard.iremonger@intel.com>
Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?=
 =?iso-8859-1?Q?opment?= Ireland Ltd.
User-Agent: Mutt/1.5.23 (2014-03-12)
Subject: Re: [dpdk-dev] [PATCH v9 0/2] add API's for VF management
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: patches and discussions about DPDK <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Thu, 13 Oct 2016 13:47:31 -0000

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