This is an automated email from the ASF dual-hosted git repository.
bmahler pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
from 23a919bbf Fixed CniIsolatorTest.ROOT_DynamicAddDelofCniConfig test.
(#459)
add 9141d2e83 Optionally scale egress bandwidth with CPU.
No new revisions were added by this update.
Summary of changes:
include/mesos/mesos.proto | 4 +
include/mesos/v1/mesos.proto | 4 +
.../mesos/isolators/network/helper.cpp | 3 +-
.../mesos/isolators/network/port_mapping.cpp | 608 +++++++++++++++++----
.../mesos/isolators/network/port_mapping.hpp | 62 ++-
src/slave/flags.cpp | 29 +
src/slave/flags.hpp | 5 +
src/tests/containerizer/port_mapping_tests.cpp | 112 ++++
8 files changed, 725 insertions(+), 102 deletions(-)