From owner-freebsd-hackers@freebsd.org Sun Mar 11 11:08:31 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 D44E7F443F5 for ; Sun, 11 Mar 2018 11:08:30 +0000 (UTC) (envelope-from yhayakawa3720@gmail.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (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 4921E86F3F for ; Sun, 11 Mar 2018 11:08:30 +0000 (UTC) (envelope-from yhayakawa3720@gmail.com) Received: by mail-wm0-x231.google.com with SMTP id z81so11202407wmb.4 for ; Sun, 11 Mar 2018 04:08:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:mime-version:subject:message-id:date:to; bh=LkVnXjGsxc+LvdHR60NXWuodgjIRLHB8Z5Cs5KdwBGY=; b=HZzkK/9MfAUykMKMub0jscrHY+sb2UCMmTEaZsy/71cpSfL73NsenCfihFdKvVlRHo ESUNpSvAHgdxd3YM/Y/t0HuplgaElHByQLVedMPGm9bvj+nnjk6VZHqQlgifq0FVbjuE 4IPfocIzelrkmI0jfOL0oySUXsHHyrJZKBnbT9siRkvwOyMjvdwE0IzlFZU35TRIiaiZ bh7N+rOyN+DhuIWohViziESYf/Ti0PQ3lsnphS0+ZeR6iGvoBBs5FyEtm5irlZntaw6M lamhMlJd6GyB/osJuhbLg9Hko0CSBC12AzKADbOdaaifEEtL5Udsj38gjOgXwULvaL2l lmpQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:mime-version:subject:message-id:date:to; bh=LkVnXjGsxc+LvdHR60NXWuodgjIRLHB8Z5Cs5KdwBGY=; b=YYm3uSUfZIcXJNRjoUPp+sAmz1G2ZfDGwa3EjK7yWE9ZqV1sNHN/CHcqx5nMX8G1OU DMni3RjVKlayASd/zJbHGUFBkcivd5Tb81wTVPZw1mkOIiVJBvp87Z7T0NG571xB8jXv quL4tNhO9Y4/sYQRW1pmaD2N7cCpO2g+W7rNTGaItyjtx8Yq5SFq5AYj98vvOl/r+RlX KbrmDCG5tqqbuK4hmQUnyoWn7if+BS71Ko54Liz3QArBlMnUHhVzpqjFN1dtidwYCsgZ kpVkQKAtqtP1bXbJbPAAUODeIBcWOlxYvzSs5NMf/BCEHh98ATzZq72VqcfZgNEPikVm PAig== X-Gm-Message-State: AElRT7EuS7KVD/MyhNsCJenxn3zZln+ceBM4tjW1BsBv8rZCYfG6rKbd Ee0Jo/Qyu20pkranqiiItbnES41+4ro= X-Google-Smtp-Source: AG47ELsy1cAOCx89c8YEXRBEznjzj3Lu5qQGKZ55+n5DOURp0XAzrg/rxK/JbVSjB8sasxPNK1ju7w== X-Received: by 10.28.227.66 with SMTP id a63mr2786203wmh.128.1520766508386; Sun, 11 Mar 2018 04:08:28 -0700 (PDT) Received: from ?IPv6:2a02:8071:2c0:1500:10b2:1657:74a4:feb0? ([2a02:8071:2c0:1500:10b2:1657:74a4:feb0]) by smtp.gmail.com with ESMTPSA id y6sm1786084wmy.16.2018.03.11.04.08.27 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 11 Mar 2018 04:08:27 -0700 (PDT) From: Yutaro Hayakawa Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Possible GSoC idea, eBPF for FreeBSD Message-Id: Date: Sun, 11 Mar 2018 12:08:46 +0100 To: freebsd-hackers@FreeBSD.org X-Mailer: Apple Mail (2.3273) X-Mailman-Approved-At: Sun, 11 Mar 2018 11:31:54 +0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.25 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: Sun, 11 Mar 2018 11:08:31 -0000 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 = about this in BSDCam2017 (https://wiki.freebsd.org/DevSummit/201708 = ) and will make talk in BSDCan2018 = (https://lists.bsdcan.org/pipermail/bsdcan-announce/2018-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 = 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!=