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 63EDF7D29; Tue, 30 May 2017 14:33:23 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2017 05:33:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.38,418,1491289200"; d="scan'208";a="92863122" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.81]) ([10.237.220.81]) by orsmga004.jf.intel.com with ESMTP; 30 May 2017 05:33:20 -0700 To: Adrien Mazarguil , Nelio Laranjeiro Cc: dev@dpdk.org, Yongseok Koh , stable@dpdk.org References: <6771fd5568812a5ffa31c5bddbd0783caa719bb9.1496048609.git.nelio.laranjeiro@6wind.com> <20170529132909.GQ1758@6wind.com> From: Ferruh Yigit Message-ID: <3aa12a49-01f1-62f8-fb9a-39d93695df30@intel.com> Date: Tue, 30 May 2017 13:33:20 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <20170529132909.GQ1758@6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix flow application order on stop/start X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 May 2017 12:33:24 -0000 On 5/29/2017 2:29 PM, Adrien Mazarguil wrote: > On Mon, May 29, 2017 at 11:40:58AM +0200, Nelio Laranjeiro wrote: >> Flow rules must be applied in the same order as they have been created and >> thus destroyed in the reverse order. >> >> Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") >> >> Cc: stable@dpdk.org >> Signed-off-by: Nelio Laranjeiro >> Acked-by: Yongseok Koh > > Acked-by: Adrien Mazarguil Applied to dpdk-next-net/master, thanks.