[nfsv4] Bakeathon Talk: NFS/RDMA Basics

Steve Dickson <SteveD@RedHat.com> Sun, 24 September 2017 01:30 UTC

Return-Path: <SteveD@RedHat.com>
X-Original-To: nfsv4@ietfa.amsl.com
Delivered-To: nfsv4@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D2E2F132FA7 for <nfsv4@ietfa.amsl.com>; Sat, 23 Sep 2017 18:30:23 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -6.901
X-Spam-Level:
X-Spam-Status: No, score=-6.901 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, RCVD_IN_DNSWL_HI=-5, SPF_PASS=-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 tt48xFdnPrQI for <nfsv4@ietfa.amsl.com>; Sat, 23 Sep 2017 18:30:22 -0700 (PDT)
Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 778F4126B6D for <nfsv4@ietf.org>; Sat, 23 Sep 2017 18:30:22 -0700 (PDT)
Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 6E0228553E; Sun, 24 Sep 2017 01:30:21 +0000 (UTC)
DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 6E0228553E
Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=RedHat.com
Authentication-Results: ext-mx04.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=SteveD@RedHat.com
Received: from steved.boston.devel.redhat.com (ovpn-120-129.rdu2.redhat.com [10.10.120.129]) by smtp.corp.redhat.com (Postfix) with ESMTP id 264F260C28; Sun, 24 Sep 2017 01:30:11 +0000 (UTC)
To: Linux NFS Mailing list <linux-nfs@vger.kernel.org>
From: Steve Dickson <SteveD@RedHat.com>
Cc: NFSv4 <nfsv4@ietf.org>
Message-ID: <95bbeb61-7e73-8cef-6d9f-da365b0057b4@RedHat.com>
Date: Sat, 23 Sep 2017 21:30:11 -0400
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.3.0
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Language: en-US
Content-Transfer-Encoding: 7bit
X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14
X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.28]); Sun, 24 Sep 2017 01:30:21 +0000 (UTC)
Archived-At: <https://mailarchive.ietf.org/arch/msg/nfsv4/9HC3rWlXFKY2rPNIc7DMVsiQRd0>
Subject: [nfsv4] Bakeathon Talk: NFS/RDMA Basics
X-BeenThere: nfsv4@ietf.org
X-Mailman-Version: 2.1.22
Precedence: list
List-Id: NFSv4 Working Group <nfsv4.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/nfsv4/>
List-Post: <mailto:nfsv4@ietf.org>
List-Help: <mailto:nfsv4-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/nfsv4>, <mailto:nfsv4-request@ietf.org?subject=subscribe>
X-List-Received-Date: Sun, 24 Sep 2017 01:30:24 -0000

Hello All!

At the upcoming Bakeathon Chuck Lever will be giving
a 3 part talk on the basics of NFS over RDMA and the ins
and outs on how to support it. The meeting is open to 
everyone who is interested so please feel free to join in.

The talks will be given at the Red Hat office in 
Westford MA. The address is: 314 Littleton Rd, Westford, MA 01886

The bluejeans access: https://bluejeans.com/5642721552/
(I've been told downloading the app works well)

The call in info: 1-888-847-2201 Conf code: 564.272.1552

The talk times are:
   *Tues Sept 26 10:00 am (EST)*
   *Tues Sept 26 03:00 pm (EST)*
   *Weds Sept 27 10:00 am (EST)*


The talks will be recorded and posted on either 
http://nfsv4bat.org/ or http://linux-nfs.org or both. 

Here is the synopsis of the talks

1. Introduction to RDMA verbs. This background talk describes the
building blocks used to implement RDMA-enabled storage protocols.

2. RPC-over-RDMA and NFS/RDMA. We'll discuss the details of how
RDMA verbs are used to move RPC and NFS requests, followed by a
look at actual wire traffic samples using Wireshark.

3. Code walk-through. This section is for folks who are permitted
to view GPL code. We'll examine the structure of the Linux NFS/RDMA
client and server implementations.

We are hoping for vibrant discussion. (Relevant) questions are welcome
at any time. Chuck will adjust the presentation depending on whether
there is already sufficient group knowledge in a topic area.

steved.