Comment 34 for bug 1796663

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

Reviewed: https://review.opencontrail.org/46790
Committed: http://github.com/Juniper/contrail-vrouter/commit/1794dd78d2dd3ced1c1d3f8088b19b612436f54e
Submitter: Zuul v3 CI (<email address hidden>)
Branch: master

commit 1794dd78d2dd3ced1c1d3f8088b19b612436f54e
Author: Dariusz Sosnowski <email address hidden>
Date: Mon Oct 8 15:51:21 2018 +0200

windows: Decouple WinTxPostprocess from dp-core

WinTxPostprocess indirectly uses vr_data_at_offset callback through dp-core.
This coupling causes linking problems because of vrouter_host structure.
Proposed solution is to use underlying callback directly. This change extracts
this callback and makes it compilable in user space.

Change-Id: Iea4c7d4ac2c33b3837a5d0a5721e1cd3ff0d6266
Partial-Bug: #1796663