[ovs-git] Open vSwitch: datapath: Change ENOENT return value to ENODEV in lookup_vport(). (master)

dev at openvswitch.org dev at openvswitch.org
Wed Jan 9 22:26:35 UTC 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".

The branch, master has been updated
       via  17535c57bf1a0fd1b298ba54adb8831fc99e667c (commit)
      from  6472ba1117d19919c9cd1726e4f8cef0669059d6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 17535c57bf1a0fd1b298ba54adb8831fc99e667c
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=17535c57bf1a0fd1b298ba54adb8831fc99e667c
Author: Jarno Rajahalme <jarno.rajahalme at nsn.com>
		
datapath: Change ENOENT return value to ENODEV in lookup_vport().
		
This reduces the number of valid "no such device" error values that
need special attention by the caller.

Userspace code will need to keep on checking for both ENODEV and
ENOENT as long as older kernel modules are around.

Signed-off-by: Jarno Rajahalme <jarno.rajahalme at nsn.com>
Signed-off-by: Jesse Gross <jesse at nicira.com>


-----------------------------------------------------------------------

Summary of changes:
 datapath/datapath.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Open vSwitch



More information about the git mailing list