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 f84bf555b Rename variable 'resources' to correct name
'resourceRequests'
new b6b615ef2 Introduce HTB class.
new 4a5dc0b3b Exposed HTB qdisc config in the API.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../routing/queueing/{discipline.hpp => class.hpp} | 22 +-
src/linux/routing/queueing/htb.cpp | 172 +++++++++--
src/linux/routing/queueing/htb.hpp | 86 +++++-
src/linux/routing/queueing/internal.hpp | 328 ++++++++++++++++++++-
4 files changed, 579 insertions(+), 29 deletions(-)
copy src/linux/routing/queueing/{discipline.hpp => class.hpp} (80%)