Re: [lisp] AI Edge Routing for COIN

Dino Farinacci <farinacci@gmail.com> Sat, 03 October 2020 19:22 UTC

Return-Path: <farinacci@gmail.com>
X-Original-To: lisp@ietfa.amsl.com
Delivered-To: lisp@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id EED203A00E0 for <lisp@ietfa.amsl.com>; Sat, 3 Oct 2020 12:22:20 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.097
X-Spam-Level:
X-Spam-Status: No, score=-2.097 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=ham autolearn_force=no
Authentication-Results: ietfa.amsl.com (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com
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 nVfv5ZRHmzfg for <lisp@ietfa.amsl.com>; Sat, 3 Oct 2020 12:22:19 -0700 (PDT)
Received: from mail-pj1-x1030.google.com (mail-pj1-x1030.google.com [IPv6:2607:f8b0:4864:20::1030]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id A70003A00D2 for <lisp@ietf.org>; Sat, 3 Oct 2020 12:22:19 -0700 (PDT)
Received: by mail-pj1-x1030.google.com with SMTP id j8so1244176pjy.5 for <lisp@ietf.org>; Sat, 03 Oct 2020 12:22:19 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=content-transfer-encoding:from:mime-version:subject:date:message-id :references:cc:in-reply-to:to; bh=jj4pNHrVX9gwDM/POYN3T/uv9I6fRyrQMAttvKOFnzA=; b=YsrYQhFm6jRitt/USSrBlfWmHYdYCA8V8mjfSITirhxUfZqpfuanxslvSWjv0Lwmxw GQsMfDiaBtV5UeVhqjMwq4W0IBziawL3te70Sj5pmT/Sk32UNyKBGe8Q1S2Jm9U1GzEr 74ctlipfK1Y8VVPJpDHv19tXyXSBzMVLDpe0ekQinRZwcIQOAJ7SNpcu+n5K49y9z/71 F0vrAmAVHNEGIx8wE102yR1HajQ+DDe6mthMuCf8jLZyoNA4sypUdPpooF+CbfYk02Ok RXb7l2NdX8AsUNV8oygHZT0+dypXdBPov0bYkFHjm0s+9dahUFySDY7vMpFGy5MvYetr 7dBQ==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:content-transfer-encoding:from:mime-version :subject:date:message-id:references:cc:in-reply-to:to; bh=jj4pNHrVX9gwDM/POYN3T/uv9I6fRyrQMAttvKOFnzA=; b=sukcrsLVkE98PSYdomCv5OVjGXRYJTK2FIrjOiWcEOhxnmXmr+MVbKzrx7K6BPbgyx MR5i1MGWkqlM+XYgA8tXBYoWW/rDFov+RxwmW7nEnP9puqw02bFT1vLzSTaBSTvm7GIL yDQJ5lUUv2fpm1N7a45brvPP15LVc8uPxQDVbS0KZ7kunQCiJ9AqHYf1fR32gjAnPJDM fbrZx60FSxsIL7ECoV0havAZx7Z9B2rd6cGLBq6+LBxdD77AdB4g5wRBoZHnSipTMIID RMkwiGdFYX2YblFAhPmkrg7QepTziHQ+j2pE7oYjdgOOqXpPHsjHFQAGFlDDBo6Q+v7b Ax3A==
X-Gm-Message-State: AOAM530R8MwLovgJC0P97N7PLSi/7LXU4GMK8rXs9wkok7QgkGjziAoq rqvLSy+fViRj0JrA/shLdDBcMZT4PSI=
X-Google-Smtp-Source: ABdhPJznJdlyRg5B4oB8xZ1t2lO1abtHe5DeeErFWqOjjHNYwskbTXdnK48tNDosyssQXFoVt7nJWw==
X-Received: by 2002:a17:90a:4d47:: with SMTP id l7mr8765352pjh.30.1601752938708; Sat, 03 Oct 2020 12:22:18 -0700 (PDT)
Received: from [192.168.87.131] (c-73-71-108-5.hsd1.ca.comcast.net. [73.71.108.5]) by smtp.gmail.com with ESMTPSA id 84sm6650563pfw.14.2020.10.03.12.22.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Sat, 03 Oct 2020 12:22:17 -0700 (PDT)
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: quoted-printable
From: Dino Farinacci <farinacci@gmail.com>
Mime-Version: 1.0 (1.0)
Date: Sat, 03 Oct 2020 12:22:14 -0700
Message-Id: <6991977C-F4E5-4B1E-A057-05CDC5C0456D@gmail.com>
References: <4818AC61-78BF-4ADD-A703-7BDAAC6BFC42@getnexar.com>
Cc: "Alberto Rodriguez Natal (natal)" <natal@cisco.com>, Albert <acabello@ac.upc.edu>, "Fabio Maino (fmaino)" <fmaino@cisco.com>, Bruno Fernandez-Ruiz <b@getnexar.com>, "Joel M. Halpern" <jmh@joelhalpern.com>, "lisp@ietf.org list" <lisp@ietf.org>
In-Reply-To: <4818AC61-78BF-4ADD-A703-7BDAAC6BFC42@getnexar.com>
To: Sharon Barkai <sharon.barkai@getnexar.com>
X-Mailer: iPhone Mail (18A393)
Archived-At: <https://mailarchive.ietf.org/arch/msg/lisp/CepU6WmCU-qJ1Q5riKjEyE8A_IY>
Subject: Re: [lisp] AI Edge Routing for COIN
X-BeenThere: lisp@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: List for the discussion of the Locator/ID Separation Protocol <lisp.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/lisp>, <mailto:lisp-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/lisp/>
List-Post: <mailto:lisp@ietf.org>
List-Help: <mailto:lisp-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/lisp>, <mailto:lisp-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sat, 03 Oct 2020 19:22:21 -0000

I’ll be there for your preso so available for answering questions and commentary. And if you want me to add anything while you present just give me a cue. 

Dino

> On Oct 3, 2020, at 2:28 AM, Sharon Barkai <sharon.barkai@getnexar.com> wrote:
> 
> Think got all nits, thanks!! Joel, Dino, Albert, Alberto.
> If coin will want to double click further on lisp should probably ask Dino/Joel.
> But hopefully motivation for scaling edge ai/iot will be clearer.
> 
> <ietf-lisp-nexagon-coin2.3.pdf>