summaryrefslogtreecommitdiff
path: root/PORTING
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@cloudbasesolutions.com>2014-09-18 04:17:54 -0700
committerBen Pfaff <blp@nicira.com>2014-09-18 14:59:59 -0700
commit93451a0a81b40c480115abd8739c1582e6b49a9c (patch)
tree1f792e0f5998942986f0a450b5680b586b546a27 /PORTING
parent1a9bb326d8411ec97adc0f34020efca09caf14c4 (diff)
downloadopenvswitch-93451a0a81b40c480115abd8739c1582e6b49a9c.tar.gz
dpif-linux: Rename dpif-netlink; change to compile with MSVC.
The patch contains the necessary modifications to compile and also to run under MSVC. Added the files to the build system and also changed dpif_linux to be under a more generic name dpif_windows. Added a TODO under the windows part in case we want to implement another counterpart for epoll functions. Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com> Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'PORTING')
-rw-r--r--PORTING2
1 files changed, 1 insertions, 1 deletions
diff --git a/PORTING b/PORTING
index 88694a4c0..79b1aaf84 100644
--- a/PORTING
+++ b/PORTING
@@ -232,7 +232,7 @@ requirements are unclear, please report this as a bug.
There are two existing dpif implementations that may serve as
useful examples during a port:
- * lib/dpif-linux.c is a Linux-specific dpif implementation that
+ * lib/dpif-netlink.c is a Linux-specific dpif implementation that
talks to an Open vSwitch-specific kernel module (whose sources
are in the "datapath" directory). The kernel module performs
all of the switching work, passing packets that do not match any