Comment 63 for bug 1734699

Revision history for this message
OpenContrail Admin (ci-admin-f) wrote : A change has been merged

Reviewed: https://review.opencontrail.org/38058
Committed: http://github.com/Juniper/contrail-vrouter/commit/621e8422c39c7be4f95a858ba5e7a18f16623d18
Submitter: Zuul (<email address hidden>)
Branch: master

commit 621e8422c39c7be4f95a858ba5e7a18f16623d18
Author: Dariusz Sosnowski <email address hidden>
Date: Fri Dec 1 12:05:07 2017 +0100

vrouter: add headers used on Windows

Changes required to support Contrail on Windows:
- add Windows-specific headers

Brief description of each header:
- vr_windows.h - defines basic structs and functions used at driver level
- windows_builtins.h - define atomic operations for Windows
- windows_devices.h - common code for named pipe support
- windows_flow_ioctl.h - defines ioctl code for accessing shared memory
- windows_ksync.h - defines structs used in Windows KSync implementation
- windows_mem.h - defines functions used in flow memory init/exit
- windows_nbl.h - defines used in Windows-specific packet handling
- windows_types.h - defines common types

Initial work:
https://github.com/codilime/contrail-vrouter/commits/windows

Change-Id: I5a902da559cf63e08f0912cacedcbf8687552f8c
Partial-Bug: #1734699