vport: Rename userspace functions.
authorJesse Gross <jesse@nicira.com>
Sat, 29 May 2010 01:09:27 +0000 (18:09 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 9 Jun 2010 19:30:41 +0000 (12:30 -0700)
commit61e89cd6d688b8ea2368a815dbe3516d731e77f0
treecc8a444969f49fbec5f785735fcb654037240a9a
parent5535f0bdf71050fdec276628f7dfc8a860dc99da
vport: Rename userspace functions.

The vport library can be accessed from both userspace and the
kernel using different sets of functions.  These functions were
named similarly, so add _user to the userspace variants to
distinguish them.
datapath/datapath.c
datapath/vport.c
datapath/vport.h