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 141011B1FE for ; Fri, 3 Nov 2017 19:54:12 +0100 (CET) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Nov 2017 11:54:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,339,1505804400"; d="scan'208";a="171706993" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.48]) ([10.241.225.48]) by fmsmga006.fm.intel.com with ESMTP; 03 Nov 2017 11:54:11 -0700 To: Wei Zhao , dev@dpdk.org References: <1509691215-40203-1-git-send-email-wei.zhao1@intel.com> <1509694718-62620-1-git-send-email-wei.zhao1@intel.com> Cc: Wei Dai From: Ferruh Yigit Message-ID: <5e0d8e07-6664-f972-a058-c14ca9d30795@intel.com> Date: Fri, 3 Nov 2017 11:54:11 -0700 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <1509694718-62620-1-git-send-email-wei.zhao1@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4] net/ixgbe: fix filter parser error in L2 tunnel 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, 03 Nov 2017 18:54:13 -0000 On 11/3/2017 12:38 AM, Wei Zhao wrote: > The action for L2 tunnel should be VF or PF, not QUEUE. > > Fixes: 99e7003831c ("net/ixgbe: parse L2 tunnel filter") > > Signed-off-by: Wei Zhao > Acked-by: Wei Dai Tested-by: Yuan Peng Applied to dpdk-next-net/master, thanks.