From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 3199D28FD for ; Fri, 27 Jan 2017 19:06:26 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 27 Jan 2017 10:06:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,296,1477983600"; d="scan'208";a="218433918" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by fmsmga004.fm.intel.com with ESMTP; 27 Jan 2017 10:06:25 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: <14d8b56747b084c62ed4ff8b525165282803fd95.1485531240.git.nelio.laranjeiro@6wind.com> Cc: adrien.mazarguil@6wind.com From: Ferruh Yigit Message-ID: Date: Fri, 27 Jan 2017 18:06:24 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: <14d8b56747b084c62ed4ff8b525165282803fd95.1485531240.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix VLAN validation 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, 27 Jan 2017 18:06:27 -0000 On 1/27/2017 3:35 PM, Nelio Laranjeiro wrote: > TCI field is read from the wrong place due to an invalid cast. Moreover > there is no need to limit matching to VID since PCP and DEI bits can be > matched as well. > > Fixes: 12475fb203ad ("net/mlx5: support VLAN flow item") > > Signed-off-by: Nelio Laranjeiro Series applied to dpdk-next-net/master, thanks. ("flow patter" added into both patch subject to limit the scope: net/mlx5: fix flow pattern validation net/mlx5: fix flow pattern VLAN validation )