From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id B6C0F2952; Sat, 4 Mar 2017 01:15:31 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga104.jf.intel.com with ESMTP; 03 Mar 2017 16:15:29 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,239,1484035200"; d="scan'208";a="72025108" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.254.177.232]) ([10.254.177.232]) by fmsmga005.fm.intel.com with ESMTP; 03 Mar 2017 16:15:27 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: <2b1d76c822c77532fb4181d988f9ceee73dfc1eb.1488273564.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , stable@dpdk.org From: Ferruh Yigit Message-ID: <8c243e4b-9966-1f50-4cd0-7466e3f39084@intel.com> Date: Sat, 4 Mar 2017 00:15:26 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: <2b1d76c822c77532fb4181d988f9ceee73dfc1eb.1488273564.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/mlx5: fix flow mark action handling 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: Sat, 04 Mar 2017 00:15:32 -0000 On 2/28/2017 9:20 AM, Nelio Laranjeiro wrote: > Mark value is always reported even when not requested or invalid. > > Fixes: ea3bc3b1df94 ("net/mlx5: support mark flow action") > CC: stable@dpdk.org > Reported-by: Mark Bloch > Signed-off-by: Nelio Laranjeiro > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.