Return-Path: X-Original-To: apmail-mesos-dev-archive@www.apache.org Delivered-To: apmail-mesos-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2209117337 for ; Thu, 26 Feb 2015 23:20:14 +0000 (UTC) Received: (qmail 55364 invoked by uid 500); 26 Feb 2015 23:20:14 -0000 Delivered-To: apmail-mesos-dev-archive@mesos.apache.org Received: (qmail 55299 invoked by uid 500); 26 Feb 2015 23:20:13 -0000 Mailing-List: contact dev-help@mesos.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@mesos.apache.org Delivered-To: mailing list dev@mesos.apache.org Received: (qmail 55281 invoked by uid 99); 26 Feb 2015 23:20:13 -0000 Received: from reviews-vm.apache.org (HELO reviews.apache.org) (140.211.11.40) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 26 Feb 2015 23:20:13 +0000 Received: from reviews.apache.org (localhost [127.0.0.1]) by reviews.apache.org (Postfix) with ESMTP id 58FEF1D2541; Thu, 26 Feb 2015 23:20:13 +0000 (UTC) Content-Type: multipart/alternative; boundary="===============7273742366439871411==" MIME-Version: 1.0 Subject: Re: Review Request 31502: (1/4) Add fq_codel qdisc for egress From: "Dominic Hamon" To: "Jie Yu" , "Ian Downes" , "Chi Zhang" Cc: "Dominic Hamon" , "Cong Wang" , "mesos" Date: Thu, 26 Feb 2015 23:20:13 -0000 Message-ID: <20150226232013.1421.44774@reviews.apache.org> X-ReviewBoard-URL: https://reviews.apache.org/ Auto-Submitted: auto-generated Sender: "Dominic Hamon" X-ReviewGroup: mesos X-ReviewRequest-URL: https://reviews.apache.org/r/31502/ X-Sender: "Dominic Hamon" References: <20150226231458.1420.4539@reviews.apache.org> In-Reply-To: <20150226231458.1420.4539@reviews.apache.org> Reply-To: "Dominic Hamon" X-ReviewRequest-Repository: mesos --===============7273742366439871411== MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/31502/#review74393 ----------------------------------------------------------- please also add a jira reference to the bug field. - Dominic Hamon On Feb. 26, 2015, 3:14 p.m., Cong Wang wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/31502/ > ----------------------------------------------------------- > > (Updated Feb. 26, 2015, 3:14 p.m.) > > > Review request for mesos, Chi Zhang, Ian Downes, and Jie Yu. > > > Repository: mesos > > > Description > ------- > > Fq_codel qdisc is needed for egress flow classification. Internally fq_codel defines its own flows, and it allows us to specifiy the rule to classify the flows with tc filters attached on it. By default it has 1024 flows, much more than the number of containers we could create on a single host. > > > Diffs > ----- > > src/Makefile.am 17d0d7aa7361c3a373f6863d36b0a4767f5c05c4 > src/linux/routing/queueing/fq_codel.hpp PRE-CREATION > src/linux/routing/queueing/fq_codel.cpp PRE-CREATION > src/tests/routing_tests.cpp 3cda6ab8c1ad24e4b7d0b9aeda2abc595fc857a5 > > Diff: https://reviews.apache.org/r/31502/diff/ > > > Testing > ------- > > Run the testcase. > > > Thanks, > > Cong Wang > > --===============7273742366439871411==--