From owner-freebsd-net@FreeBSD.ORG Wed Apr 9 04:14:55 2014 Return-Path: Delivered-To: net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 108A325A; Wed, 9 Apr 2014 04:14:55 +0000 (UTC) Received: from mail-ee0-x22a.google.com (mail-ee0-x22a.google.com [IPv6:2a00:1450:4013:c00::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 79EF913D8; Wed, 9 Apr 2014 04:14:54 +0000 (UTC) Received: by mail-ee0-f42.google.com with SMTP id d17so1366980eek.1 for ; Tue, 08 Apr 2014 21:14:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VAog8C3GSgIxWBRxaXxh8VxZiYImp4yuTV02Pss9mAs=; b=vVgEl0YSVmG8nFF7+Bm2cF/bSe9pNjgLRtlboEMwFWX0c+ZNO7bgXJww9UvgiAwwpZ BZItc9bFElkQNuqrJeHwADNtzueXVz194ygqhKL7tbV4PwioHoy+60Hg0jfpza9wmb5a ppYmatLpRUmJfCi4Se7CA6923hR9GSxHMUNapLkAjgs/T24hNe0kr+nUjJfkziMVD1bV Yb2snsuPaNZiKF0CZJg4Kv/J265fO6H0sZ+hgrG4589B2qWCVxpWIn5oRfeh8GSFskdC BAhxlSgCg3goDVToR7MK3DXfck94ZKCgLLszF/REEqxSVBi8VU6k100n51N07mCv1n/w RqYA== MIME-Version: 1.0 X-Received: by 10.15.53.69 with SMTP id q45mr9335386eew.22.1397016892729; Tue, 08 Apr 2014 21:14:52 -0700 (PDT) Received: by 10.14.213.194 with HTTP; Tue, 8 Apr 2014 21:14:52 -0700 (PDT) In-Reply-To: References: <533BF902.7010506@sfc.wide.ad.jp> Date: Tue, 8 Apr 2014 21:14:52 -0700 Message-ID: Subject: Re: ECN marking implenetation for dummynet From: hiren panchasara To: Adrian Chadd Content-Type: text/plain; charset=UTF-8 Cc: Midori Kato , "Eggert, Lars" , "net@freebsd.org" X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Apr 2014 04:14:55 -0000 On Tue, Apr 8, 2014 at 8:46 PM, Adrian Chadd wrote: > Hi! Cool! can you file a FreeBSD PR with this? I'm testing this patch right now. I will make sure it doesn't get lost. :-) cheers, Hiren > > > -a > > > On 2 April 2014 04:48, Midori Kato wrote: >> Hi FreeBSD developers, >> >> I'm Midori Kato. I was working with Lars Eggert about DCTCP. >> I would like to share our patch for an ECN marking mechanism on >> dummynet, which I used for DCTCP testing. >> >> My implementation allows to set ECN with RED as an AQM scheme. The >> following command is an example: >> $ ipfw pipe 9999 config red 1/10/10/0.0 ecn >> >> Our implementation includes both DCTCP and RFC 3168 ECN marking methodology. >> >> If you are interested in our ECN implemention, I'm very happy to receive >> your review! (I have already submitted my patch to Luigi and hope he >> will merge ours in near future.) >> >> Regards, >> -- Midori >> >> _______________________________________________ >> freebsd-net@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-net >> To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"