]> git.proxmox.com Git - ovs.git/commit
ofproto-dpif: Check for EBUSY as well
authorGreg Rose <gvrose8192@gmail.com>
Fri, 24 Aug 2018 20:36:29 +0000 (13:36 -0700)
committerBen Pfaff <blp@ovn.org>
Mon, 27 Aug 2018 15:56:56 +0000 (08:56 -0700)
commit2ea84e98e457384cbb3257133a4e652b8e5b1cf2
tree8a5ee242f47cdb90963ef35a7563359b5496aaee
parentbef08169da79eefe5637a29228f34600cbfa0d17
ofproto-dpif: Check for EBUSY as well

Guru reported that we can't create more than one geneve tunnel.
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-at: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-August/047214.html
Reported-by: Guru Shetty <guru@ovn.org>
Signed-off-by: Greg Rose <gvrose8192@gmail.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
ofproto/ofproto-dpif.c