From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH] net/mlx5: fix ipv6 flow pattern item Date: Tue, 25 Apr 2017 11:45:18 +0100 Message-ID: <96e25919-82ae-7fb9-c8c6-8cce74b11e63@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil To: Nelio Laranjeiro , dev@dpdk.org Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 20DC15911 for ; Tue, 25 Apr 2017 12:45:30 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 4/25/2017 9:27 AM, Nelio Laranjeiro wrote: > Only masked bits must be set in Verbs specification for a rule to be valid. > > Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") > > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.