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 D96A82B9B for ; Fri, 20 Jan 2017 19:43:56 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga101.fm.intel.com with ESMTP; 20 Jan 2017 10:43:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,259,1477983600"; d="scan'208";a="924873977" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.38]) ([10.237.220.38]) by orsmga003.jf.intel.com with ESMTP; 20 Jan 2017 10:43:54 -0800 To: Adrien Mazarguil , Nelio Laranjeiro References: <582098dca09b3d3bb70ec24e6c44426a63348392.1484925981.git.nelio.laranjeiro@6wind.com> <20170120164758.GJ3779@6wind.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <4e3cb8c5-4a94-bfdb-810d-01acef18e4a0@intel.com> Date: Fri, 20 Jan 2017 18:43:54 +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: <20170120164758.GJ3779@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 1/2] net/mlx5: fix flow API mark combined with drop 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, 20 Jan 2017 18:43:57 -0000 On 1/20/2017 4:47 PM, Adrien Mazarguil wrote: > On Fri, Jan 20, 2017 at 04:27:28PM +0100, Nelio Laranjeiro wrote: >> Fixes: ea3bc3b1df94 ("net/mlx5: support mark flow action") >> >> Signed-off-by: Nelio Laranjeiro >> --- >> drivers/net/mlx5/mlx5_flow.c | 5 +++-- >> 1 file changed, 3 insertions(+), 2 deletions(-) > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.