From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 1844B1094; Tue, 10 Jan 2017 11:35:23 +0100 (CET) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga104.jf.intel.com with ESMTP; 10 Jan 2017 02:35:22 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,343,1477983600"; d="scan'208";a="1092173925" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga001.fm.intel.com with ESMTP; 10 Jan 2017 02:35:21 -0800 To: Wenzhuo Lu , dev@dpdk.org References: <1483669846-106719-1-git-send-email-wenzhuo.lu@intel.com> <1484014751-98773-1-git-send-email-wenzhuo.lu@intel.com> Cc: stable@dpdk.org From: Ferruh Yigit Message-ID: Date: Tue, 10 Jan 2017 10:35:21 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <1484014751-98773-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v2] ixgbe: fix wrong VMDq function name 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: Tue, 10 Jan 2017 10:35:24 -0000 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.