Comment 72 for bug 1734699

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

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

commit 5a0c693c1bf648efe77226bdc16ada8f945420f2
Author: Dariusz Sosnowski <email address hidden>
Date: Fri Dec 1 12:52:34 2017 +0100

vrouter: implement communication channels with vRouter Agent

Changes required to support Contrail on Windows:
- windows/vr_devices.c - common code used to set up named pipes
used to exchange data between vRouter and Agent on Windows
- windows/vr_ksync.c - Windows-specific implementation of KSync
messages handling, based on named pipes
- windows/vr_pkt0.c - Windows-specific implementation of Pkt0
packet handling, based on named pipes
- windows/vr_mem.c - code responsible for allocation of memory
used for flow table
- windows/vr_flow_device.c - implementation of named pipe
used as file to map memory from, for flows table

Other changes:
- extract computing oflow table size into function

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

Change-Id: I366eda3d497059aa2963384598ad7ef64dc1661f
Partial-Bug: #1734699