From owner-soc-status@FreeBSD.ORG Sat Jun 6 14:18:56 2009 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 990331065670 for ; Sat, 6 Jun 2009 14:18:56 +0000 (UTC) (envelope-from upczhsh@gmail.com) Received: from yw-out-2324.google.com (yw-out-2324.google.com [74.125.46.31]) by mx1.freebsd.org (Postfix) with ESMTP id 4D5258FC18 for ; Sat, 6 Jun 2009 14:18:56 +0000 (UTC) (envelope-from upczhsh@gmail.com) Received: by yw-out-2324.google.com with SMTP id 9so1187467ywe.13 for ; Sat, 06 Jun 2009 07:18:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=EoEXkHbd7K/LnmeQIZD2DFd4rhE199/FfeUDO2SrEJY=; b=SP47tiIXnHQcXQ1KF4qZia3Q5XuI87SxBXhzvwNVrUpXaQblDdNVP2zXVt0LBEnTRQ NhR3Kkm7P0E2jDKSrb0hfUR5MPWx3RuH7VVjk9qnMdrC/ln4wYMD1yYI+LQ1RVR7ifyJ Dx6NjGKyQ5janz26gaI08xmMotH+r0qYFGxOc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=qqaiJEbJM2xeikou408vz+I1imGdwP3HVjdXDWJE+rJrN79DxTXIkpdHqHKVYZaijD XsY3kFxGxk9EZrrWKpRFactykHML3VUC37icidNcKmXqTUiE0jVT09NPTQM69+xwqMsH XdhLWerVILqTwN52G7o9X7+MuYvigs1L6wiko= MIME-Version: 1.0 Sender: upczhsh@gmail.com Received: by 10.231.37.68 with SMTP id w4mr1217571ibd.33.1244296020166; Sat, 06 Jun 2009 06:47:00 -0700 (PDT) Date: Sat, 6 Jun 2009 21:47:00 +0800 X-Google-Sender-Auth: 9c8c9bb65c56b762 Message-ID: <8126ef5c0906060647o50daa64fpc34a4f00b1db7401@mail.gmail.com> From: Zhao Shuai To: soc-status@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: FIFO Optimization status 1 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 06 Jun 2009 14:18:57 -0000 In the first two weeks, I worked on a general layout of pipe code. These code can be shared between pipe and FIFO. The work has been finished. Test has shown that new pipe code works well. In the next two weeks I will re-implement FIFO using the pipe code. -- Regards, Zhao