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.zh...@intel.com> > Series-Acked-By: Vincent Jardin <vincent.jar...@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