Re: [ovs-dev] [PATCH] ofproto-dpif: Check for EBUSY as well

2018-08-24 Thread Gregory Rose
On 8/24/2018 12:39 PM, Ben Pfaff wrote: On Wed, Aug 22, 2018 at 02:38:13PM -0700, Greg Rose wrote: Sometimes a driver will return EBUSY as well as EEXIST for some duplicate configurations. Check for EBUSY too. Fixes: 7521e0cf9e ("ofproto-dpif: Let the dpif report when a ...") Reported by:

Re: [ovs-dev] [PATCH] ofproto-dpif: Check for EBUSY as well

2018-08-24 Thread Ben Pfaff
On Wed, Aug 22, 2018 at 02:38:13PM -0700, Greg Rose wrote: > Sometimes a driver will return EBUSY as well as EEXIST for some > duplicate configurations. Check for EBUSY too. > > Fixes: 7521e0cf9e ("ofproto-dpif: Let the dpif report when a ...") > Reported by: Guru Shetty > Signed-off-by: Greg

[ovs-dev] [PATCH] ofproto-dpif: Check for EBUSY as well

2018-08-22 Thread Greg Rose
Sometimes a driver will return EBUSY as well as EEXIST for some duplicate configurations. Check for EBUSY too. Fixes: 7521e0cf9e ("ofproto-dpif: Let the dpif report when a ...") Reported by: Guru Shetty Signed-off-by: Greg Rose --- ofproto/ofproto-dpif.c | 2 +- 1 file changed, 1