From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E9D7B5A8D for ; Fri, 7 Apr 2017 18:21:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491582074; x=1523118074; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=48YGGGunYuENha8MkP42hQjcaLNA5XsegSGTjagybvs=; b=VkSTe8RofBSsMz7UEO6eJRxXH5LnXPlPPS4rQ8CJjabar+aCB69nTANe OT1iKXANKA1RM2md0vVqGyfodvU6fQ==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2017 09:21:12 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,166,1488873600"; d="scan'208";a="86451553" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 07 Apr 2017 09:21:11 -0700 To: "Xing, Beilei" , "Iremonger, Bernard" , "dev@dpdk.org" References: <1491236049-6747-1-git-send-email-bernard.iremonger@intel.com> <1491401037-28611-1-git-send-email-bernard.iremonger@intel.com> <94479800C636CB44BD422CB454846E01315D8EB0@SHSMSX101.ccr.corp.intel.com> Cc: "Lu, Wenzhuo" From: Ferruh Yigit Message-ID: <315979b0-efa3-2983-8a89-74c7752676c4@intel.com> Date: Fri, 7 Apr 2017 17:21:10 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <94479800C636CB44BD422CB454846E01315D8EB0@SHSMSX101.ccr.corp.intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/i40e: fix QinQ eth pattern parsing 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: Fri, 07 Apr 2017 16:21:14 -0000 On 4/6/2017 5:54 AM, Xing, Beilei wrote: > >> -----Original Message----- >> From: Iremonger, Bernard >> Sent: Wednesday, April 5, 2017 10:04 PM >> To: dev@dpdk.org; Xing, Beilei >> Cc: Lu, Wenzhuo ; Iremonger, Bernard >> >> Subject: [PATCH v2] net/i40e: fix QinQ eth pattern parsing >> >> The eth keyword only should be accepted. >> >> Fixes: d46e85af6b5c ("net/i40e: parse QinQ pattern") >> >> Signed-off-by: Bernard Iremonger > > Acked-by: Beilei Xing Applied to dpdk-next-net/master, thanks.