From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 5D663326C; Mon, 9 Jan 2017 18:37:31 +0100 (CET) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP; 09 Jan 2017 09:37:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,340,1477983600"; d="scan'208";a="47169373" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga004.jf.intel.com with ESMTP; 09 Jan 2017 09:37:29 -0800 To: "Iremonger, Bernard" , "Lu, Wenzhuo" , "dev@dpdk.org" References: <1483669846-106719-1-git-send-email-wenzhuo.lu@intel.com> <8CEF83825BEC744B83065625E567D7C224D1BF6B@IRSMSX108.ger.corp.intel.com> Cc: "stable@dpdk.org" From: Ferruh Yigit Message-ID: <9834bf39-1468-cb3f-4e94-8186f5c1b4bc@intel.com> Date: Mon, 9 Jan 2017 17:37:28 +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: <8CEF83825BEC744B83065625E567D7C224D1BF6B@IRSMSX108.ger.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] ixgbe: fix wrong VMDq function name X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Jan 2017 17:37:32 -0000 On 1/9/2017 5:06 PM, Iremonger, Bernard wrote: >> -----Original Message----- >> From: Lu, Wenzhuo >> Sent: Friday, January 6, 2017 2:31 AM >> To: dev@dpdk.org >> Cc: Iremonger, Bernard ; Lu, Wenzhuo >> ; stable@dpdk.org >> Subject: [PATCH] ixgbe: fix wrong VMDq function name >> >> 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 > Hi Wenzhuo, This patch seems on top of main repo, would you mind sending a new version rebased on next-net? You can keep the Bernard's ack. Thanks, ferruh