From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 0F4341B27D for ; Tue, 31 Oct 2017 01:53:12 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 Oct 2017 17:53:11 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,321,1505804400"; d="scan'208";a="169215715" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.241.225.254]) ([10.241.225.254]) by fmsmga005.fm.intel.com with ESMTP; 30 Oct 2017 17:53:11 -0700 To: Nelio Laranjeiro , dev@dpdk.org Cc: Yongseok Koh , Adrien Mazarguil References: From: Ferruh Yigit Message-ID: <3942429a-2bff-e3e9-a969-ddf5625d3a52@intel.com> Date: Mon, 30 Oct 2017 17:53: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: Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix flow director matching rules 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: Tue, 31 Oct 2017 00:53:13 -0000 On 10/26/2017 11:50 PM, Nelio Laranjeiro wrote: > Flow director API does not provide a layer 2 configuration when the filter > is for layer 3 and 4 causing the translation to generic flow API to be > wrong, as not providing a mask for layer ends by using the default one. In > this case, the Ethernet mask layer is full whereas it must be empty. > > Fixes: 4c3e9bcdd52e ("net/mlx5: support flow director") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Yongseok Koh Applied to dpdk-next-net/master, thanks.