From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/mlx5: fix startup when flow cannot be applied Date: Wed, 22 Feb 2017 19:17:19 +0000 Message-ID: <7932a0ef-bfcc-f659-d7ce-1e37e34cc481@intel.com> References: <26de01836a8fa17050f44aed05ccda3853773c78.1487757419.git.nelio.laranjeiro@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: Adrien Mazarguil , stable@dpdk.org To: Nelio Laranjeiro , dev@dpdk.org Return-path: In-Reply-To: <26de01836a8fa17050f44aed05ccda3853773c78.1487757419.git.nelio.laranjeiro@6wind.com> 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 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.