From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v12 00/26] Support VFD on i40e - EXPERIMENTAL Date: Tue, 17 Jan 2017 13:10:19 +0000 Message-ID: References: <1480637533-37425-1-git-send-email-wenzhuo.lu@intel.com> <1484642728-73411-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit To: Wenzhuo Lu , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 667F511DE for ; Tue, 17 Jan 2017 14:10:22 +0100 (CET) In-Reply-To: <1484642728-73411-1-git-send-email-wenzhuo.lu@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" 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 > Series-Acked-By: Vincent Jardin 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