From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 6DC3D559A; Wed, 22 Feb 2017 20:17:27 +0100 (CET) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga105.jf.intel.com with ESMTP; 22 Feb 2017 11:17:26 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,195,1484035200"; d="scan'208";a="68393008" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.137]) ([10.237.220.137]) by fmsmga005.fm.intel.com with ESMTP; 22 Feb 2017 11:17:20 -0800 To: Nelio Laranjeiro , dev@dpdk.org References: <26de01836a8fa17050f44aed05ccda3853773c78.1487757419.git.nelio.laranjeiro@6wind.com> Cc: Adrien Mazarguil , stable@dpdk.org From: Ferruh Yigit Message-ID: <7932a0ef-bfcc-f659-d7ce-1e37e34cc481@intel.com> Date: Wed, 22 Feb 2017 19:17:19 +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: <26de01836a8fa17050f44aed05ccda3853773c78.1487757419.git.nelio.laranjeiro@6wind.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix startup when flow cannot be applied 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: Wed, 22 Feb 2017 19:17:28 -0000 On 2/22/2017 9:57 AM, Nelio Laranjeiro wrote: > When flows cannot be re-applied due to configuration modifications, the > start function should rollback the configuration done. > > Fixes: 2097d0d1e2cc ("net/mlx5: support basic flow items and actions") > Cc: stable@dpdk.org > Signed-off-by: Nelio Laranjeiro Applied to dpdk-next-net/master, thanks.