From owner-freebsd-hackers@freebsd.org Fri Feb 23 15:15:41 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 C1B0CF29BEF for ; Fri, 23 Feb 2018 15:15:41 +0000 (UTC) (envelope-from blackskygg@gmail.com) Received: from mail-lf0-x234.google.com (mail-lf0-x234.google.com [IPv6:2a00:1450:4010:c07::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 2B1A3859C2 for ; Fri, 23 Feb 2018 15:15:41 +0000 (UTC) (envelope-from blackskygg@gmail.com) Received: by mail-lf0-x234.google.com with SMTP id y19so12845345lfd.4 for ; Fri, 23 Feb 2018 07:15:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=pM90en+zwKsVwmynynmackvGJTRAJ1TSfiIczruwB5w=; b=mmTTqCQunesO8kfyIkWuArafDF39yvku7D3I2EzfGUVQ6OYqqv9koeoQQffyDObCIQ ADzD32NdCPzBLtiTNlfrBOBe4GdZPhLxvGC46EhDaTmAi+oPO55IkH6jZYwGMqdoiu4V PfAEtYoSRk2E8iQWNU+mNQZ7D/ujgfvHxfJtbdJoHdTr31KS06DtuTGV01feg8Uu7QNz dB8/v5gwSj2VtM1VMvXLZrNrLp3UqdFUNOUdycNuu/eDI3OPdAC2VOY+CxVe0YhSRnPS rDzHi+PeQUTeTqVi0mjfHXF9HkduaOMi8uGmVxf1IPmHSb8Ti97R82sVhzsMBlncMJ2D 2W3w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=pM90en+zwKsVwmynynmackvGJTRAJ1TSfiIczruwB5w=; b=cWSeYTmciTmddv3emCt/l4tYEY0tfAnHDw5mRbRBVxLpD0n5l1FY6RmKPe473Uk8Vl 3PlooGPWVbEuaOD2BS2Y4JKwkfgRGLqWQrCOeMZHAxLSSVqCeaAPbvxb0yUeGqstpR4A CaF5FmevedBKZ4OzsO/SnJYX5513/DvCAm0FoK7qGk+JmVnx5BXoILlZTiPrGQ2V7uB3 i3R3ZLMpuAnzWTl34HP+SvomRHjz0vH1kcTeZKve1k+ayAMgIVhxAumNFOGZsOIhpujd yzRg4zLVS2+Dwq1ICH/CYVu5HTw8ZSUXeljEC1T/R/pl3AOr5UpII9l7qu/ru3TYHE1I pRnw== X-Gm-Message-State: APf1xPA5TnwwuCYwJUsoFM1TRvEqLLhx3FOyygt2rexvYdet7XuqrmVv f3QuwueiD+PD9Uyd5WzSejxTKUBjqsqU3st+SXw= X-Google-Smtp-Source: AG47ELts9v6CsX9g9cpT5/7VtNFd87mpMYWZgmsbR6gJVwgMb9M2pAqyomzVftlnsPfX9IZLvjFkd60Smp7wxcwecuI= X-Received: by 10.25.35.132 with SMTP id j126mr1573351lfj.130.1519398939808; Fri, 23 Feb 2018 07:15:39 -0800 (PST) MIME-Version: 1.0 Received: by 10.25.92.153 with HTTP; Fri, 23 Feb 2018 07:15:39 -0800 (PST) In-Reply-To: References: From: Zhongze Liu Date: Fri, 23 Feb 2018 23:15:39 +0800 Message-ID: Subject: Re: [GSoC]Implementing the Parallel Scheduling Parallel Transmission subsystem on FreeBSD, help needed To: "D. Ebdrup" Cc: freebsd-hackers@freebsd.org Content-Type: text/plain; charset="UTF-8" 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 15:15:42 -0000 Hi, 2018-02-23 19:33 GMT+08:00 D. Ebdrup : >>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? > I've CC'ed him this email, but not sure if he sees it. I think I'll try directly sending a copy of this email to him. Thank you for your suggestion. Cheers, Zhongze Liu