[ovs-dev] (no subject)

Alin Serdean aserdean at cloudbasesolutions.com
Thu Sep 18 01:37:02 UTC 2014


Unfortunately there some special characters in dpif-linux.c 
that do not allow me to send the patch normally.

Trying via attachment.

Short description:
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.

v2. Changed filename dpif-linux.c/h ==> dpif-netlink.c/h
      Fixed style issues.
      Renamed dpif_linux_vport* to dpif_netlink_vport*

Signed-off-by: Alin Gabriel Serdean <aserdean at cloudbasesolutions.com>
---
 PORTING                              |   2 +-
 lib/automake.mk                      |   6 +-
 lib/{dpif-linux.c => dpif-netlink.c} | 751 +++++++++++++++++++----------------
 lib/{dpif-linux.h => dpif-netlink.h} |  22 +-
 lib/dpif-provider.h                  |   2 +-
 lib/dpif.c                           |   6 +-
 lib/flow.h                           |   4 +-
 lib/netdev-linux.c                   |   6 +-
 lib/netdev-vport.h                   |   2 +-
 9 files changed, 428 insertions(+), 373 deletions(-)
 rename lib/{dpif-linux.c => dpif-netlink.c} (74%)
 rename lib/{dpif-linux.h => dpif-netlink.h} (73%)


More information about the dev mailing list