]> 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:58:39 +0000 (08:58 -0700)
commitc65259a9b6e5380ac963944b69949ceb71ae623a
treebb46078b26e35eea0c0c7fa28dbfc474266e29c6
parent127cdc5495aa82fcf7417453978a742f3016b187
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