From owner-freebsd-hackers@freebsd.org Thu Mar 15 05:18:29 2018 Return-Path: Delivered-To: freebsd-hackers@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0A3F7F4D9AA for ; Thu, 15 Mar 2018 05:18:29 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: from mail-ot0-x235.google.com (mail-ot0-x235.google.com [IPv6:2607:f8b0:4003:c0f::235]) (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 9B5A66CA21 for ; Thu, 15 Mar 2018 05:18:28 +0000 (UTC) (envelope-from kmacybsd@gmail.com) Received: by mail-ot0-x235.google.com with SMTP id g97-v6so5650480otg.13 for ; Wed, 14 Mar 2018 22:18:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-transfer-encoding; bh=+LQHi5mBnhzbL4WcvUoHLaM6bz1R+BqvAwcGUqBx0As=; b=NZyVr21hyXmjnI6mQ8d6xQrzIcs/CAIPZnnsi0hW7LREzocFdPEn3z8QjYbuT0TGvE pHR7Jk5LlwS4uOeWGQ89eJPSCs+2dnFMcTCuRugxSB0dm7QnDfhAgw9sRE9qtnQ1ause Yl+Ie5Af9IykHuBsb024m35/sBhfvqy9GyHojXoAbuGk7k2LFBGXsemcumCGnKQuM0N8 ts5VH8/RlzS2/SR0B5QS1XIOImJj1Q8iZadEh4ALxVbxHS2Rl0cFZJSC7h4mx8plVknh 443EJoEeovO6ZL0ny0+pHIPDvbJp9UXqQ8c1SLSszgQHJY8qo+Vtp0CmHDUNyZX8WoKj 6Zaw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc:content-transfer-encoding; bh=+LQHi5mBnhzbL4WcvUoHLaM6bz1R+BqvAwcGUqBx0As=; b=f6tWstuCeQ6LjTlvooSJXMrBCV/1+k9I5Hk862uzp2CMXgjoJCcJTl65zqMCwdVF82 uH70WKsLTKRt28qhl89s07Tp0CepDI5sjVUDtHbgqKXwwzWwcax+CQ4mSiGL5Kvn0XvM KoHX0+Cr3hf+noP4b+R5pSr9nxHFgSAX1wY9z1wsoalsJfoCJfQE0cDXw87Dfaml+Y+R ur9PeEJIaJK6t4+1RVi2FQkaczVbvJsEng9nOAh1MuftXWfw7Q+/Y3EWKInv/hAMWsx0 mPoRXme/qsIFiXpTrgkC+apAmBNQEhSMZU/7S+ObxHu9BqYaKnohQj6Kvx/635ugq4H8 sImg== X-Gm-Message-State: AElRT7Fzp/bSsbx2ZSt+Z1nskyR1bo9MgnRlakG69hYnrGMMtse4uwE0 RUWVYebRU5oLMAve363goflUKtgF4aKjdBPcefY= X-Google-Smtp-Source: AG47ELt2+4MsvVoew1UPMBiwDThhGIhuhm3DyLr5K889MyDW9acqhbjmIP5ioNQzKJiPlQ565bFzDrBxe+8Ufs2RHdg= X-Received: by 10.157.35.61 with SMTP id j58mr4986457otb.355.1521091107737; Wed, 14 Mar 2018 22:18:27 -0700 (PDT) MIME-Version: 1.0 Sender: kmacybsd@gmail.com Received: by 2002:a9d:2d89:0:0:0:0:0 with HTTP; Wed, 14 Mar 2018 22:18:27 -0700 (PDT) In-Reply-To: References: From: "K. Macy" Date: Wed, 14 Mar 2018 22:18:27 -0700 X-Google-Sender-Auth: o8FIy-gFDBocZx7M-9r3xh1m_24 Message-ID: Subject: Re: Possible GSoC idea, eBPF for FreeBSD To: Yutaro Hayakawa Cc: FreeBSD Hackers Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Mar 2018 05:18:29 -0000 Do you have your work in progress code on github somewhere?. -M On Sun, Mar 11, 2018 at 4:08 AM, Yutaro Hayakawa wrote: > Dear FreeBSD Hackers > > Hello, this is Yutaro Hayakawa, master student of Keio University Japan. > > I=E2=80=99m now working for implementing eBPF for FreeBSD. I had talk abo= ut this > in BSDCam2017 (https://wiki.freebsd.org/DevSummit/201708 ) and will make > talk in BSDCan2018 (https://lists.bsdcan.org/pipermail/bsdcan-announce/20= 18-March/000168.html ). > > Below you can see some work in progress codes. > > eBPF itself: https://github.com/YutaroHayakawa/generic-ebpf > eBPF + VALE software switch: https://github.com/YutaroHayakawa/vale-bpf <= https://github.com/YutaroHayakawa/vale-bpf> > > To move this work forward, I=E2=80=99d like to make this GSoC project. I = have a rough idea > for what I do in 12weeks, but not yet discuss it with FreeBSD people. > > Is there anyone who willing to mentor this work? Could you discuss about = this with > me? > > Best Regards, > Yutaro > > > P.S > For the people attended to AsiaBSDCon2018, I hope you enjoy Tokyo! > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= "