From owner-soc-status@FreeBSD.ORG Tue Jun 2 16:45:21 2015 Return-Path: Delivered-To: soc-status@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7267BB79; Tue, 2 Jun 2015 16:45:21 +0000 (UTC) (envelope-from ionutalex.teaca@gmail.com) Received: from mail-ob0-x22b.google.com (mail-ob0-x22b.google.com [IPv6:2607:f8b0:4003:c01::22b]) (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 39E351E52; Tue, 2 Jun 2015 16:45:21 +0000 (UTC) (envelope-from ionutalex.teaca@gmail.com) Received: by obcnx10 with SMTP id nx10so126700878obc.2; Tue, 02 Jun 2015 09:45:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=5DEkFcsriJ2vBlhqctAYRHicQCwk4a3daZhZXa9jRfM=; b=WKNUSwuRjiHehiNQ0fkGDtj00m7uNbCp2lyIyw/Fg2Hmg+NAw1V8AEQVdp+h7+mwOt LpSKeGbG8/zOJphkE/h6Hv/ztKJlreTe7AayA0mWDC16TMRZs4qaClmk6MajTeZi15vV 2pezk5jlissdQ5YJRU3mCITXPIuoOV8yiL1sHTfsowHZnbRm7O95yWuD0cb0y+SNk46D GuYvMxBOfCKR0ieTHEJT9K1dCmvOugH+PLfQUE9muiEcJgLQz3nP4Uh7gMjzfKlQI2C3 1lDkgzBVkztZcUNOHNHOPJJ1ObEF0FYJjg3qduC5W1XaNYP68AM9Ho1k9KtwZlmVF52g 4JMg== MIME-Version: 1.0 X-Received: by 10.202.72.207 with SMTP id v198mr22331499oia.116.1433263520459; Tue, 02 Jun 2015 09:45:20 -0700 (PDT) Received: by 10.76.84.37 with HTTP; Tue, 2 Jun 2015 09:45:20 -0700 (PDT) Date: Tue, 2 Jun 2015 19:45:20 +0300 Message-ID: Subject: GSOC 2015 - NE2000 emulation in bhyve Status From: Alex Teaca To: soc-status@FreeBSD.org Cc: Gavin Atkinson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: soc-status@freebsd.org X-Mailman-Version: 2.1.20 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: Tue, 02 Jun 2015 16:45:21 -0000 Hi, I've started the implementation of the NE2000 module. At the moment the ED driver is able to probe the emulated device (RealTek 8029) and add it as a network interface. Some of the features which are implemented: - implement some logging support - clone the /usr/src/sys/dev/ed/if_edreg.h register interface from the ed driver into the bhyve tree sources - implement the NE2000 registers support and an API to access the NIC registers (get and set by offset) - design and implement the Remote DMA protocol so the ED driver can store and load from the NIC's RAM memory Thanks, Alex