From owner-freebsd-hackers@freebsd.org Fri Feb 23 11:33:17 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 47EEBF178BA for ; Fri, 23 Feb 2018 11:33:17 +0000 (UTC) (envelope-from debdrup@gmail.com) Received: from mail-lf0-x236.google.com (mail-lf0-x236.google.com [IPv6:2a00:1450:4010:c07::236]) (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 AD9F17A6A5 for ; Fri, 23 Feb 2018 11:33:16 +0000 (UTC) (envelope-from debdrup@gmail.com) Received: by mail-lf0-x236.google.com with SMTP id f75so6895015lfg.6 for ; Fri, 23 Feb 2018 03:33:16 -0800 (PST) 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=70uTYDMubVenn3tw++0lG351toedlljrL1I0VVUAhrQ=; b=tXA07VAeWgayqy8zK8P1H+6o6LTx30oy6GaT0pw3aGgorypBnLsWSKkppiS4bhCeQ4 8Qt0sDpsnHTJycK1F8ZO7BZqON9k5PH+rpJQHPxF8+dMvWRuh1KxGO/HoMOZUNnEmBR6 Gt57UFG5oIL4hxJSPZTxWSMfvmGVAAxhSPcmVEGsstCpOnLziLlbcqgxE0xh2fvb2ubN mXfrt2DCrE/rCKvEDCtjFO2eC8ARW/EcgBEk8lbXQhjzc+/LoktUvWjkNOxph8d/k6sT rhJ62h7BKCFNNsTI64Mu+tVCuRt9z6C3LJ3iNKQimXC6rNkL94HbHb6DY8nUJ6qriHTF fg8w== 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=70uTYDMubVenn3tw++0lG351toedlljrL1I0VVUAhrQ=; b=uJeSVX/On/8aXWBHfKRNUfmefrCgUjzzj4DR7Q5HyBODbanO/9kRhx58qBg6wAW1aW cC31QOKTm8xQS6cVsuF9sZa1uLECRQpMHMLYZs2WF8mbyanVLpfhcIaZTlDkV3pcBLYT 5ePJvCz8ISDUh5tDWwWSl3KMhTQ2gzQiHH3MYaaztfbSusRepAYlXjrSctDBM3S/Z42J fbCbbdi5Eu5rqiA6Ck8UUqf7zelIpFdepkjGCn4SLNXu6ZPKeq6ccmJSSsLgtJfm7qTF pB0M5mIBRrQ915IFPSsSki5+4H22BKF0Q8ypF5xdkeiUf0VS7/RmwbELyNuDwC0nknny 4NXg== X-Gm-Message-State: APf1xPDmO0Fgu2A5vJN1lX4Tsc0s15Befc1Xl/+o7e/pXOkF5pryL99g i0oWUSiQoRIiogkrUsEnh7JC7N1p3graOUVmhiDtNXpb X-Google-Smtp-Source: AG47ELuwxh2MsOy8/9xB1EhCqG5fWBz/scYXVWB35bYLi8mU321Wk/CmHMxsZ7z8FwTh95FGdmOLvydOwBAyMHifVIM= X-Received: by 10.25.142.141 with SMTP id a13mr1199084lfl.140.1519385595082; Fri, 23 Feb 2018 03:33:15 -0800 (PST) MIME-Version: 1.0 Received: by 10.46.72.17 with HTTP; Fri, 23 Feb 2018 03:33:14 -0800 (PST) From: "D. Ebdrup" Date: Fri, 23 Feb 2018 12:33:14 +0100 Message-ID: Subject: Re: [GSoC]Implementing the Parallel Scheduling Parallel Transmission subsystem on FreeBSD, help needed To: freebsd-hackers@freebsd.org X-Mailman-Approved-At: Fri, 23 Feb 2018 11:52:06 +0000 Content-Type: text/plain; charset="UTF-8" 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: Fri, 23 Feb 2018 11:33:17 -0000 >HI there, >I'm an undergraduate student majoring in information security and have >always been interested in systems programming. While seeking for some >challenge for this summer on the GSoC page (I've completed a GSoC >project with the Xen hypervisor community last year, and really want >to do it again), I found FreeBSD's idea of Implementing the Parallel >Scheduling Parallel Transmission subsystem really interesting and >would like to take this challenge. >I've been reading the PSSPT paper for a general idea of the project. >And at the same time, I also want to get familiar with FreeBSD's code >base, especially the part related to this project. I think the most >natural way to get started would be making some small yet related >contributions to the project. Do we have such small fixes that could >be assigned to me? >Besides that, I'would really appreciate any form of suggestions or >information about how the project could be completed. >Cheers, >Zhongze Liu This is probably a stupid question, so please bear with me. Did you try reaching out to Giuseppe Lettieri? Daniel Ebdrup aka. D. Ebdrup.