From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 8C5A4282; Tue, 18 Apr 2017 12:05:00 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga105.jf.intel.com with ESMTP; 18 Apr 2017 03:04:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,218,1488873600"; d="scan'208";a="91159112" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.59]) ([10.237.220.59]) by fmsmga006.fm.intel.com with ESMTP; 18 Apr 2017 03:04:57 -0700 To: "Ananyev, Konstantin" , "Iremonger, Bernard" , "dev@dpdk.org" Cc: "Xing, Beilei" , "Lu, Wenzhuo" , "Zhang, Qi" , "stable@dpdk.org" References: <1492010914-20274-1-git-send-email-bernard.iremonger@intel.com> <1492077185-11199-1-git-send-email-bernard.iremonger@intel.com> <2601191342CEEE43887BDE71AB9772583FAEA17B@IRSMSX109.ger.corp.intel.com> From: Ferruh Yigit Message-ID: <13d37422-89b6-e459-73ab-d22582436cf4@intel.com> Date: Tue, 18 Apr 2017 11:04:57 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <2601191342CEEE43887BDE71AB9772583FAEA17B@IRSMSX109.ger.corp.intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH v3] net/i40e: fix to ensure vector mode is not used 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, 18 Apr 2017 10:05:01 -0000 On 4/18/2017 10:58 AM, Ananyev, Konstantin wrote: > > >> -----Original Message----- >> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Bernard Iremonger >> Sent: Thursday, April 13, 2017 10:53 AM >> To: dev@dpdk.org >> Cc: Xing, Beilei ; Lu, Wenzhuo ; Zhang, Qi ; Iremonger, Bernard >> ; stable@dpdk.org >> Subject: [dpdk-dev] [PATCH v3] net/i40e: fix to ensure vector mode is not used >> >> In rx vector mode, QinQ is not supported. >> When hw_vlan_extend is set for QinQ ensure that >> rx vector mode is not selected. >> >> Fixes: 5b2d37858d32 ("net/i40e: fix single VLAN tag to be outer VLAN tag") >> Cc: stable@dpdk.org >> >> Signed-off-by: Bernard Iremonger > Acked-by: Konstantin Ananyev Applied to dpdk-next-net/master, thanks.