Re: [manet] DLEP discussions @ IETF102

Rick Taylor <rick@tropicalstormsoftware.com> Thu, 12 July 2018 19:11 UTC

Return-Path: <rick@tropicalstormsoftware.com>
X-Original-To: manet@ietfa.amsl.com
Delivered-To: manet@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 6390E130E61 for <manet@ietfa.amsl.com>; Thu, 12 Jul 2018 12:11:51 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gz7RFX7l63IE for <manet@ietfa.amsl.com>; Thu, 12 Jul 2018 12:11:48 -0700 (PDT)
Received: from mail.tropicalstormsoftware.com (mail.tropicalstormsoftware.com [188.94.42.120]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 730AF130E25 for <manet@ietf.org>; Thu, 12 Jul 2018 12:11:48 -0700 (PDT)
Received: from tss-server1.home.tropicalstormsoftware.com ([fe80::753b:fa82:5c0:af0d]) by tss-server1.home.tropicalstormsoftware.com ([fe80::753b:fa82:5c0:af0d%10]) with mapi id 14.03.0399.000; Thu, 12 Jul 2018 20:11:45 +0100
From: Rick Taylor <rick@tropicalstormsoftware.com>
To: Henning Rogge <hrogge@gmail.com>
CC: Lou Berger <lberger@labn.net>, MANET IETF <manet@ietf.org>
Thread-Topic: [manet] DLEP discussions @ IETF102
Thread-Index: AQHUGJWsOjxeb9dA+Ee80X7vinMNyKSLWPCAgAAc9oCAAEkPAIAAN6qA
Date: Thu, 12 Jul 2018 19:11:45 +0000
Message-ID: <38A5475DE83986499AEACD2CFAFC3F9801D3B84B1F@tss-server1.home.tropicalstormsoftware.com>
References: <0b369e1f-ca7b-54fb-b473-610fef95630f@labn.net> <CAGnRvupKZoi=J8opsPbbsNMa66U9jmS-N6=zf9t5_TFBBM-bbA@mail.gmail.com> <fb55c778646bd5648a64e80a46af966220a47f8a.camel@tropicalstormsoftware.com> <CAGnRvuq=YrR-_Kz=ueyBr-r4DGC12iFtjMp9iL66RGHj0+ZGmQ@mail.gmail.com>
In-Reply-To: <CAGnRvuq=YrR-_Kz=ueyBr-r4DGC12iFtjMp9iL66RGHj0+ZGmQ@mail.gmail.com>
Accept-Language: en-GB, en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.10.0.5]
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: base64
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/manet/k_leZKXupmMmrWCZymzJSz_ZJNo>
Subject: Re: [manet] DLEP discussions @ IETF102
X-BeenThere: manet@ietf.org
X-Mailman-Version: 2.1.27
Precedence: list
List-Id: Mobile Ad-hoc Networks <manet.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/manet>, <mailto:manet-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/manet/>
List-Post: <mailto:manet@ietf.org>
List-Help: <mailto:manet-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/manet>, <mailto:manet-request@ietf.org?subject=subscribe>
X-List-Received-Date: Thu, 12 Jul 2018 19:11:52 -0000

> -----Original Message-----
> From: Henning Rogge [mailto:hrogge@gmail.com]
> Sent: 12 July 2018 17:51
> To: Rick Taylor
> Cc: Lou Berger; MANET IETF
> Subject: Re: [manet] DLEP discussions @ IETF102
> 
> On Thu, Jul 12, 2018 at 2:29 PM Rick Taylor
> <rick@tropicalstormsoftware.com> wrote:
> >
> > Hi Henning,
> >
> > I too have been looking at this.  I imagine what's needed a new queue
> > implementation for the tc subsystem that implements token bucket with a
> > netlink API to user-mode to allow it to be topped up from time to time.
> 
> Yes, that is exactly what I was thinking too... but it need to be a TC
> queue that can be nested below something like a priority queue,
> otherwise flow control for multiple traffic classes (in combination
> with the LID draft) would be difficult.
> 

If I understand it correctly, Linux TC allows classless-disciplines to hang off the classful ones if you implement the API correctly, so I see a clone of the FIFO_FAST queue as the starting point.

Are you coming to Montreal?  If so, lets chat about it?

Rick