[ovs-dev] [PATCH] Use EEXIST as return error when adding vport Hi, Jesse
Those two patches attempts to use EEXIST as return error when trying to add an vport which is actually already in place as the reason to user. And furthermore, we warn user in any reason other than EEXIST too. Thanks Fan Du (2): openvswitch: use -EEXIST as return error to be more precise lib/dpif-linux.c: check return error agaist EEXIST datapath/datapath.c | 2 +- lib/dpif-linux.c | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev