From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [dpdk-stable] [PATCH] net/failsafe: fix adding MAC error report miss Date: Tue, 5 Sep 2017 16:35:00 +0100 Message-ID: <706e13ef-65b0-0b7c-ab58-c1d5a09d6346@intel.com> References: <1504452405-63569-1-git-send-email-matan@mellanox.com> <20170904084730.GC21444@bidouze.vm.6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Cc: dev@dpdk.org, stable@dpdk.org To: =?UTF-8?Q?Ga=c3=abtan_Rivet?= , Matan Azrad Return-path: In-Reply-To: <20170904084730.GC21444@bidouze.vm.6wind.com> Content-Language: en-US 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 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.