From owner-freebsd-net@FreeBSD.ORG Mon Oct 28 06:11:08 2013 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 17D5F1D4 for ; Mon, 28 Oct 2013 06:11:08 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from mail-pd0-x230.google.com (mail-pd0-x230.google.com [IPv6:2607:f8b0:400e:c02::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E33F424B5 for ; Mon, 28 Oct 2013 06:11:07 +0000 (UTC) Received: by mail-pd0-f176.google.com with SMTP id g10so6587459pdj.35 for ; Sun, 27 Oct 2013 23:11:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:date:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=8/aUAwTJavH4cys1CiDzmNREE/RXpzy/akL3rOs7IEA=; b=vsXHlpD56uGlt4WiKLALZXfLx/IPJp7PuPWEauIjxO/9Df2gzmXqkY8NtW5BhIuw8O nXutdU7xWnRNn/wLz7GmdW/jlxLmgEI2mCGuLowfskAeXJ7dwf7NG1dr7ojxnvOO0gGI C6pINwEgMyqFND4b9M9q/5AUvHrtI+99b67n19HdHRavxSTnMS/c2uLOb58pgA11gONU FzTh1L7PshUYhKjn1AV0TIEv/UFynyfCDbk5vJ5tjGKlM2+19oYB6xxHzB5QarOMaxYM EslOfispjZCf9n9MlHS3tcj0vs4Pk/fTDGxRswg+dVIwwr9XJkke1EqEsUuAWPeBM25+ Ud8g== X-Received: by 10.66.149.231 with SMTP id ud7mr24221077pab.8.1382940666472; Sun, 27 Oct 2013 23:11:06 -0700 (PDT) Received: from pyunyh@gmail.com (lpe4.p59-icn.cdngp.net. [114.111.62.249]) by mx.google.com with ESMTPSA id lm2sm32345952pab.2.2013.10.27.23.11.03 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 27 Oct 2013 23:11:05 -0700 (PDT) Received: by pyunyh@gmail.com (sSMTP sendmail emulation); Mon, 28 Oct 2013 15:11:00 +0900 From: Yonghyeon PYUN Date: Mon, 28 Oct 2013 15:11:00 +0900 To: Edward O'Callaghan Subject: Re: re(4) resync. Adds preliminary support for 8168G, 8168EP, 8168GU, 8411B and 8106EUS. Message-ID: <20131028061100.GC1350@michelle.cdnetworks.com> References: <20131027231325.2719b3c9.eocallaghan@alterapraxis.com> <20131028022723.GA4367@michelle.cdnetworks.com> <20131028164835.298646d5.eocallaghan@alterapraxis.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131028164835.298646d5.eocallaghan@alterapraxis.com> User-Agent: Mutt/1.4.2.3i Cc: freebsd-net@freebsd.org X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Oct 2013 06:11:08 -0000 On Mon, Oct 28, 2013 at 04:48:35PM +1100, Edward O'Callaghan wrote: > On Mon, 28 Oct 2013 11:27:23 +0900 > Yonghyeon PYUN wrote: > > > On Sun, Oct 27, 2013 at 11:13:25PM +1100, Edward O'Callaghan wrote: > > > Hi, > > > > > > This is a follow up. I have tested most of these NIC's now and this > > > patch _should_ be fine to commit to HEAD. Could someone please help > > > me mediate this? This also fixes kern/183167. Please disregards the > > > patches in the PR. > > > > > > > I can handle this. Actually I had been working on supporting these > > newer controllers for a while. It seems just adding 8168GU id does > > not work. Did you test the patch on 8168GU controller? > > If yes, please let me know the OUI id and model number of the PHY. > > Hi Yonghyeon, > > Many thanks! Not the 8168GU, however I did find out that its the same > as a 8106EUS. I don't know if this may shed some light if you have the > hw to test it.. What exactly did not work about the 8168GU, what is it > doing? Intermittent packet drops and slightly high number of RX interrupts. > > My main concern is to get a board here working that has a 8168G onboard. > Just adding RTL8168G id would use ukpky(4). Probably rgephy(4) should be taught to pick up the PHY but I don't have copy of data sheet. I'm testing patched rgephy(4) at this moment so give me some time. > Kind Regards, > Edward.