From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 69B801094 for ; Wed, 18 Jan 2017 02:00:05 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga101.jf.intel.com with ESMTP; 17 Jan 2017 17:00:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,247,1477983600"; d="scan'208";a="1095460584" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 17 Jan 2017 17:00:01 -0800 Received: from fmsmsx125.amr.corp.intel.com (10.18.125.40) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Jan 2017 17:00:01 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by FMSMSX125.amr.corp.intel.com (10.18.125.40) with Microsoft SMTP Server (TLS) id 14.3.248.2; Tue, 17 Jan 2017 17:00:01 -0800 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.88]) by SHSMSX104.ccr.corp.intel.com ([10.239.4.70]) with mapi id 14.03.0248.002; Wed, 18 Jan 2017 08:59:59 +0800 From: "Lu, Wenzhuo" To: "Yigit, Ferruh" , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH v12 00/26] Support VFD on i40e - EXPERIMENTAL Thread-Index: AQHScJ4TZoC32tDM3EC+AMQsnFWSr6E8HsKAgAFL9dA= Date: Wed, 18 Jan 2017 00:59:59 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B55B4E0@shsmsx102.ccr.corp.intel.com> References: <1480637533-37425-1-git-send-email-wenzhuo.lu@intel.com> <1484642728-73411-1-git-send-email-wenzhuo.lu@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jan 2017 01:00:06 -0000 Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, January 17, 2017 9:10 PM > To: Lu, Wenzhuo; dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v12 00/26] Support VFD on i40e - > EXPERIMENTAL >=20 > 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 > > >=20 > <...> >=20 > > > > Series-Acked-by: Helin Zhang > > Series-Acked-By: Vincent Jardin >=20 > Series applied to dpdk-next-net/master, thanks. >=20 >=20 >=20 >=20 > Following minor updates applied [1], mostly cosmetic updates, please chec= k > the updates: >=20 > [1] > =3D=3D=3D > - [dpdk-dev,v12,18/26] app/testpmd: use VFD APIs on i40e > cmd_set_vf_vlan_stripq_parsed(), cover -ENOTSUP return case >=20 > - [dpdk-dev,v12,19/26] app/testpmd: use unicast promiscuous mode on i40e > cmd_set_vf_promisc, update .help_str >=20 > - [dpdk-dev,v12,20/26] app/testpmd: use multicast promiscuous mode on i40= e > cmd_set_vf_allmulti, update .help_str >=20 > - [dpdk-dev,v12,21/26] app/testpmd: add command to test VF broadcast mode > on i40e cmd_set_vf_broadcast, update .help_str >=20 > - [dpdk-dev,v12,22/26] app/testpmd: add command to test VF VLAN tag on > i40e cmd_set_vf_vlan_tag, update .help_str Thanks for applying these patches, and also for the updates!