From owner-soc-status@FreeBSD.ORG Mon Jul 19 00:12:03 2010 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 87156106566C for ; Mon, 19 Jul 2010 00:12:03 +0000 (UTC) (envelope-from pebu3op@googlemail.com) Received: from mail.net.t-labs.tu-berlin.de (mail.net.t-labs.tu-berlin.de [130.149.220.252]) by mx1.freebsd.org (Postfix) with ESMTP id 4BFF08FC0A for ; Mon, 19 Jul 2010 00:12:03 +0000 (UTC) Received: from raven.net.t-labs.tu-berlin.de (raven.net.t-labs.tu-berlin.de [130.149.220.18]) by mail.net.t-labs.tu-berlin.de (Postfix) with ESMTP id D923F70015A4 for ; Mon, 19 Jul 2010 02:12:01 +0200 (CEST) From: Alexander Fiveg Organization: Google To: soc-status@freebsd.org Date: Mon, 19 Jul 2010 02:12:00 +0200 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201007190212.00990.pebu3op@googlemail.com> Subject: ringmap. #6, #7 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pebu3op@googlemail.com List-Id: Summer of Code Status Reports and Discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jul 2010 00:12:03 -0000 In the #6 week, I was at home and I could not manage my work on project. Last days of #6-week I improved ringmap according to John Baldwins suggestions: + now ringmap does not try do determine the type of adapter in order to set hardware dependent functions. This work does the native driver (em) and the native driver passes the pointer to the hardware-dependent functions as parameter by calling ringmap_attach() Week #7 + ringmap partly integrated with ixgbe. Multiple queues support is not made yet.