[dpdk-dev] [PATCH] net/failsafe: fix calling device during RMV events

2017-09-23 Thread Ophir Munk
This commit prevents control path operations from failing after a sub device removal. Following are the failure steps: 1. The physical device is removed due to change in one of PF parameters (e.g. MTU) 2. The interrupt thread flags the device 3. Within 2 seconds Interrupt thread initializes the ac

Re: [dpdk-dev] [PATCH] net/failsafe: fix calling device during RMV events

2017-09-11 Thread Gaƫtan Rivet
Hi Ophir, On Sat, Sep 09, 2017 at 07:27:11PM +, Ophir Munk wrote: > This commit prevents control path operations from failing after a sub > device has informed failsafe it has been removed. > > Before this commit if a device was removed and then a control path Here are the steps if I underst

[dpdk-dev] [PATCH] net/failsafe: fix calling device during RMV events

2017-09-09 Thread Ophir Munk
This commit prevents control path operations from failing after a sub device has informed failsafe it has been removed. Before this commit if a device was removed and then a control path operations was initiated on failsafe - in some cases failsafe called the sub device operation instead of avoidi