From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/i40e: fix API comments for doxygen Date: Fri, 27 Jan 2017 13:57:50 +0000 Message-ID: <4b470d62-af9c-9606-a0f8-454c7e7fcdd2@intel.com> References: <20170127122720.13768-2-ferruh.yigit@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: John McNamara , Helin Zhang , Konstantin Ananyev , Jingjing Wu Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id A6F89282 for ; Fri, 27 Jan 2017 14:57:53 +0100 (CET) In-Reply-To: <20170127122720.13768-2-ferruh.yigit@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/27/2017 12:27 PM, Ferruh Yigit wrote: > Fixes: a541407fe4bc ("net/i40e: set VF MAC anti-spoofing from PF") > Fixes: 4cbc41efcbb2 ("net/i40e: set VF VLAN anti-spoofing from PF") > Fixes: c0ec14757c5f ("net/i40e: set VF unicast promiscuous mode from PF") > Fixes: ae57070ca8b7 ("net/i40e: set VF multicast promiscuous mode from PF") > Fixes: 83bb95e3fefc ("net/i40e: set VF VLAN insertion from PF") > Fixes: 61fff9b4c68b ("net/i40e: set VF broadcast mode from PF") > Fixes: c33abbc1440e ("net/i40e: set VF VLAN tag from PF") > > Signed-off-by: Ferruh Yigit Applied to dpdk-next-net/master, thanks.