From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id E1DCB293B; Tue, 5 Sep 2017 17:35:02 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga105.fm.intel.com with ESMTP; 05 Sep 2017 08:35:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,480,1498546800"; d="scan'208";a="125757059" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.57]) ([10.237.220.57]) by orsmga004.jf.intel.com with ESMTP; 05 Sep 2017 08:35:00 -0700 To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Matan Azrad Cc: dev@dpdk.org, stable@dpdk.org References: <1504452405-63569-1-git-send-email-matan@mellanox.com> <20170904084730.GC21444@bidouze.vm.6wind.com> From: Ferruh Yigit Message-ID: <706e13ef-65b0-0b7c-ab58-c1d5a09d6346@intel.com> Date: Tue, 5 Sep 2017 16:35:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0 MIME-Version: 1.0 In-Reply-To: <20170904084730.GC21444@bidouze.vm.6wind.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-stable] [PATCH] net/failsafe: fix adding MAC error report miss 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, 05 Sep 2017 15:35:05 -0000 On 9/4/2017 9:47 AM, Gaƫtan Rivet wrote: > On Sun, Sep 03, 2017 at 06:26:45PM +0300, Matan Azrad wrote: >> The corrupted code don't reply error in case of MAC >> address adding failure while failsafe PMD was trying >> to apply configuration to the sub device. >> >> Hence, the application may get unwanted packets. >> >> The fix adds error report for this case. >> >> Fixes: ebea83f899d8 ("net/failsafe: add plug-in support") >> Cc: stable@dpdk.org >> >> Signed-off-by: Matan Azrad > Acked-by: Gaetan Rivet Applied to dpdk-next-net/master, thanks.