From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2] ixgbe: fix wrong VMDq function name Date: Tue, 10 Jan 2017 10:35:21 +0000 Message-ID: References: <1483669846-106719-1-git-send-email-wenzhuo.lu@intel.com> <1484014751-98773-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Cc: stable@dpdk.org To: Wenzhuo Lu , dev@dpdk.org Return-path: In-Reply-To: <1484014751-98773-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/10/2017 2:19 AM, Wenzhuo Lu wrote: > The function name ixgbe_vmdq_mode_check is not right. > This function checks if Virtualization Technology is > enabled. It's for both VMDq and IOV. > Others may be misled by the current name. > > Fixes: fe3a45fd4104 ("ixgbe: add VMDq support") > > CC: stable@dpdk.org > Signed-off-by: Wenzhuo Lu > Acked-by: Bernard Iremonger Applied to dpdk-next-net/master, thanks.