[hops] A related paper and code to HOPS

"Honda, Michio" <michio@netapp.com> Mon, 23 March 2015 02:16 UTC

Return-Path: <michio@netapp.com>
X-Original-To: hops@ietfa.amsl.com
Delivered-To: hops@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 08C631A8766 for <hops@ietfa.amsl.com>; Sun, 22 Mar 2015 19:16:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.911
X-Spam-Level:
X-Spam-Status: No, score=-6.911 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham
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 9xOAPo3nfcqr for <hops@ietfa.amsl.com>; Sun, 22 Mar 2015 19:16:21 -0700 (PDT)
Received: from mx143.netapp.com (mx143.netapp.com [216.240.21.24]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 3921B1A1A59 for <hops@ietf.org>; Sun, 22 Mar 2015 19:16:21 -0700 (PDT)
X-IronPort-AV: E=Sophos;i="5.11,449,1422950400"; d="scan'208";a="31046023"
Received: from hioexcmbx01-prd.hq.netapp.com ([10.122.105.34]) by mx143-out.netapp.com with ESMTP; 22 Mar 2015 19:11:20 -0700
Received: from HIOEXCMBX08-PRD.hq.netapp.com (10.122.105.41) by hioexcmbx01-prd.hq.netapp.com (10.122.105.34) with Microsoft SMTP Server (TLS) id 15.0.995.29; Sun, 22 Mar 2015 19:11:20 -0700
Received: from HIOEXCMBX08-PRD.hq.netapp.com ([::1]) by hioexcmbx08-prd.hq.netapp.com ([fe80::c55f:997c:5201:2a2c%21]) with mapi id 15.00.0995.031; Sun, 22 Mar 2015 19:11:20 -0700
From: "Honda, Michio" <michio@netapp.com>
To: "hops@ietf.org" <hops@ietf.org>
Thread-Topic: A related paper and code to HOPS
Thread-Index: AQHQZQ6n9AljLzGWG06vZ5I0m+scmQ==
Date: Mon, 23 Mar 2015 02:11:19 +0000
Message-ID: <B008860F-F546-4B38-89A1-CBAE47862761@netapp.com>
Accept-Language: en-US
Content-Language: en-US
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.120.60.36]
Content-Type: text/plain; charset="us-ascii"
Content-ID: <6458F9974B7A794CAC6786CC97BE3DDD@hq.netapp.com>
Content-Transfer-Encoding: quoted-printable
MIME-Version: 1.0
Archived-At: <http://mailarchive.ietf.org/arch/msg/hops/ueG_nP7xIYCZm8glC3n3MB98RN8>
Cc: Felipe Huici <Felipe.Huici@neclab.eu>, Costin Raiciu <costin.raiciu@cs.pub.ro>, Luigi Rizzo <rizzo@iet.unipi.it>
Subject: [hops] A related paper and code to HOPS
X-BeenThere: hops@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: Measuring deployability of new transport protocols <hops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/hops>, <mailto:hops-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/hops/>
List-Post: <mailto:hops@ietf.org>
List-Help: <mailto:hops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/hops>, <mailto:hops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Mon, 23 Mar 2015 02:22:25 -0000

Hi, 

Let me introduce our work that focuses on a related problem with the protocol stack evolution.
Our paper in the following link describes how protocol stacks have evolved and a possible solution for incremental deployment of user-space protocol stacks.
http://www.sigcomm.org/sites/default/files/ccr/papers/2014/April/0000000-0000006.pdf

In the paper we propose a kernel module which we call MultiStack in order to run both in-kernel and user-space protocol stacks simultaneously on a NIC.
The code is now publicly available: https://github.com/cnplab/multistack

Cheers,
- Michio