From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <ferruh.yigit@intel.com>
Received: from mga07.intel.com (mga07.intel.com [134.134.136.100])
 by dpdk.org (Postfix) with ESMTP id 667F511DE
 for <dev@dpdk.org>; Tue, 17 Jan 2017 14:10:22 +0100 (CET)
Received: from fmsmga001.fm.intel.com ([10.253.24.23])
 by orsmga105.jf.intel.com with ESMTP; 17 Jan 2017 05:10:21 -0800
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.33,244,1477983600"; d="scan'208";a="1095190500"
Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38])
 ([10.237.220.38])
 by fmsmga001.fm.intel.com with ESMTP; 17 Jan 2017 05:10:19 -0800
To: Wenzhuo Lu <wenzhuo.lu@intel.com>, dev@dpdk.org
References: <1480637533-37425-1-git-send-email-wenzhuo.lu@intel.com>
 <1484642728-73411-1-git-send-email-wenzhuo.lu@intel.com>
From: Ferruh Yigit <ferruh.yigit@intel.com>
Message-ID: <d0475b5b-7feb-3c3a-f1e1-a12b4ef33879@intel.com>
Date: Tue, 17 Jan 2017 13:10:19 +0000
User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101
 Thunderbird/45.6.0
MIME-Version: 1.0
In-Reply-To: <1484642728-73411-1-git-send-email-wenzhuo.lu@intel.com>
Content-Type: text/plain; charset=windows-1252
Content-Transfer-Encoding: 7bit
Subject: Re: [dpdk-dev] [PATCH v12 00/26] Support VFD on i40e - EXPERIMENTAL
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <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: Tue, 17 Jan 2017 13:10:22 -0000

On 1/17/2017 8:45 AM, Wenzhuo Lu wrote:
<...>
> Bernard Iremonger (7):
>   net/i40e: set VF VLAN insertion from PF
>   net/i40e: set VF broadcast mode from PF
>   net/i40e: set VF VLAN tag from PF
>   net/i40e: set VF VLAN filter from PF
>   app/testpmd: add command to test VF broadcast mode on i40e
>   app/testpmd: add command to test VF VLAN tag on i40e
>   app/testpmd: handle i40e in VF VLAN filter command
> 
> Chen Jing D(Mark) (2):
>   net/i40e: set VF VLAN strip from PF
>   net/i40e: enhance in sanity check of MAC
> 
> Ferruh Yigit (3):
>   net/i40e: set VF MAC from PF support
>   net/i40e: set VF MAC from VF support
>   net/i40e: fix VF MAC address assignment
> 
> Qi Zhang (3):
>   net/i40e: enable VF MTU change
>   net/i40e: fix VF reset flow
>   net/i40e: set/clear VF stats from PF
> 
> Wenzhuo Lu (11):
>   net/i40e: support link status notification
>   net/i40e: add callback to user on VF to PF mbox msg
>   net/i40e: set VF MAC anti-spoofing from PF
>   net/i40e: set VF VLAN anti-spoofing from PF
>   net/i40e: set Tx loopback from PF
>   net/i40e: set VF unicast promisc mode from PF
>   net/i40e: set VF multicast promisc mode from PF
>   app/testpmd: use VFD APIs on i40e
>   app/testpmd: use unicast promiscuous mode on i40e
>   app/testpmd: use multicast promiscuous mode on i40e
>   doc: update doc for VFD
> 

<...>

> 
> Series-Acked-by: Helin Zhang <helin.zhang@intel.com>
> Series-Acked-By: Vincent Jardin <vincent.jardin@6wind.com>

Series applied to dpdk-next-net/master, thanks.




Following minor updates applied [1], mostly cosmetic updates, please
check the updates:

[1]
===
- [dpdk-dev,v12,18/26] app/testpmd: use VFD APIs on i40e
cmd_set_vf_vlan_stripq_parsed(), cover -ENOTSUP return case

- [dpdk-dev,v12,19/26] app/testpmd: use unicast promiscuous mode on i40e
cmd_set_vf_promisc, update .help_str

- [dpdk-dev,v12,20/26] app/testpmd: use multicast promiscuous mode on i40e
cmd_set_vf_allmulti, update .help_str

- [dpdk-dev,v12,21/26] app/testpmd: add command to test VF broadcast
mode on i40e
cmd_set_vf_broadcast, update .help_str

- [dpdk-dev,v12,22/26] app/testpmd: add command to test VF VLAN tag on i40e
cmd_set_vf_vlan_tag, update .help_str