Re: [dpdk-dev] [PATCH] net/failsafe: fix adding MAC error report miss

2017-09-04 Thread Gaƫtan Rivet
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

[dpdk-dev] [PATCH] net/failsafe: fix adding MAC error report miss

2017-09-03 Thread Matan Azrad
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") C