From owner-soc-status@freebsd.org Tue Jun 6 15:47:49 2017 Return-Path: Delivered-To: soc-status@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59CC1BEF757 for ; Tue, 6 Jun 2017 15:47:49 +0000 (UTC) (envelope-from sux2mfgj@gmail.com) Received: from mail-ot0-x234.google.com (mail-ot0-x234.google.com [IPv6:2607:f8b0:4003:c0f::234]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 21137710E1 for ; Tue, 6 Jun 2017 15:47:49 +0000 (UTC) (envelope-from sux2mfgj@gmail.com) Received: by mail-ot0-x234.google.com with SMTP id k4so17922832otd.0 for ; Tue, 06 Jun 2017 08:47:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=HjIAQ5mpt69bANjbMKWiVYwi7eKO55pPfF+rLG1Ihto=; b=WPqkXOX6zGZWDXa9NLHzMsjKS3xwPCbR07DPZ1smk+EherKHPNzn1n7UW7B8tukEYH 0wZMdhyBHOVq6VwTlvpaE2MQYy4X7Lz0fjrapYBQCWw73acOaPpeU0okWqQaAYT3d28X cK1LwdEtY3UMLa2CTk4GefJM+9u8I2pm1h/xPKSEda02yk0ljV/PLDbCIV5cmNj6NP8j UeU04eSi1pWy2iLxYz9Ci2WV+jzZMKumf+X9+twTtSSVCmkvMaXhcXs81fmz/RC/RDem ycCiZhb6egsvzbm546fPYAqOesGHm60i+PkGp4VhkkoPVN4td3iGAWjzvXWHJtz1VHnk L3CA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=HjIAQ5mpt69bANjbMKWiVYwi7eKO55pPfF+rLG1Ihto=; b=Q8p2OlUDjC1ryU3nhijdrdogk3CYfoETg2aVYmwcODteT48V939C9UNXp7c6vrZeuQ BqAf+DOcsNh9JoB0LbSoprjs1oRPcaAcBFDASkZJh4Ouzx0gvhDiYET0H4yK7bdS+FOZ KtLy6q01SAvAvRIl0rmGBlyBnVdUjunpxkTRED/Lf23fojBP/kUozD1lhILRS7eQAkrl /4cgQKC+bwHzwy+2QDivwNzsSI3F4WXLquOm8bwoViwtZBcCs+FxWsCiCHy2vAWaOFq6 SnKzCkoch/GSl8k1ig4bMDfoITEvmuXo0YB3Zp6lnBrzEzUPTPBx4yYzO33jTfNhxhGI QG/w== X-Gm-Message-State: AODbwcARPkF6LZ5IvCZLOQl56/EEfFriBAeSh/61SSqJxkT8j0LitAgG /+Uktc8hmImb18NKh1cf8Q8UCJPnuw== X-Received: by 10.157.82.88 with SMTP id q24mr13522441otg.52.1496764067821; Tue, 06 Jun 2017 08:47:47 -0700 (PDT) MIME-Version: 1.0 From: Shunsuke Mie Date: Tue, 06 Jun 2017 15:47:37 +0000 Message-ID: Subject: Week 1: NVMe Controller Emulator for bhyve To: soc-status@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Jun 2017 15:47:49 -0000 Hello all, This is status report of GSoC 2017. My project is implementation NVMe Controller Emulator for bhyve. A wiki of this project is [1]. In first week, I started coding with my git repository [2]. This project status is below. - current work Implement the minimum NVMe functions for initialization by host. The functions are listed in README.md on my repository. I'd like to finish this work between week 2 (~6/13). [1] https://wiki.freebsd.org/SummerOfCode2017/NVMeControllerEmulatorForBhyve . [2] https://github.com/himaaaatti/nvme_controller_emulator regards, Shunsuke Mie