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 1FD6E1094; Tue, 10 Jan 2017 02:02:46 +0100 (CET) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP; 09 Jan 2017 17:02:45 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,341,1477983600"; d="scan'208";a="1110288873" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga002.fm.intel.com with ESMTP; 09 Jan 2017 17:02:45 -0800 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 9 Jan 2017 17:02:45 -0800 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 9 Jan 2017 17:02:45 -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; Tue, 10 Jan 2017 09:02:43 +0800 From: "Lu, Wenzhuo" To: "Yigit, Ferruh" , "Iremonger, Bernard" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [dpdk-stable] [PATCH] ixgbe: fix wrong VMDq function name Thread-Index: AQHSZ8TqVkAN/oDK0kyg6uWUElnbF6Ev374AgAAIswCAAQJFMA== Date: Tue, 10 Jan 2017 01:02:42 +0000 Message-ID: <6A0DE07E22DDAD4C9103DF62FEBC09093B55757F@shsmsx102.ccr.corp.intel.com> References: <1483669846-106719-1-git-send-email-wenzhuo.lu@intel.com> <8CEF83825BEC744B83065625E567D7C224D1BF6B@IRSMSX108.ger.corp.intel.com> <9834bf39-1468-cb3f-4e94-8186f5c1b4bc@intel.com> In-Reply-To: <9834bf39-1468-cb3f-4e94-8186f5c1b4bc@intel.com> 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-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: Tue, 10 Jan 2017 01:02:47 -0000 Hi Ferruh, > -----Original Message----- > From: Yigit, Ferruh > Sent: Tuesday, January 10, 2017 1:37 AM > To: Iremonger, Bernard; Lu, Wenzhuo; dev@dpdk.org > Cc: stable@dpdk.org > Subject: Re: [dpdk-stable] [PATCH] ixgbe: fix wrong VMDq function name >=20 > 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 > > >=20 > Hi Wenzhuo, >=20 > This patch seems on top of main repo, would you mind sending a new versio= n > rebased on next-net? Yes, it's based on the main repo. I'll send a V2 for next-net. >=20 > You can keep the Bernard's ack. >=20 > Thanks, > ferruh