From owner-freebsd-net@FreeBSD.ORG Thu Jun 17 10:16:43 2010 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 88C2B1065678; Thu, 17 Jun 2010 10:16:43 +0000 (UTC) (envelope-from pisymbol@gmail.com) Received: from mail-gw0-f54.google.com (mail-gw0-f54.google.com [74.125.83.54]) by mx1.freebsd.org (Postfix) with ESMTP id 223A18FC27; Thu, 17 Jun 2010 10:16:42 +0000 (UTC) Received: by gwj20 with SMTP id 20so6219839gwj.13 for ; Thu, 17 Jun 2010 03:16:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=1ZXaBnh/qCtzL2DyaWO/XkX4nXpI5umwd2UUSsqnlMI=; b=T579EvNs+y+n9YsZgFQr54qdxdYE4v8nSsa7ETmIR1NfVwYCoSwBo4dxV/kOw0BCkp xRpkpbpJgqDyio58JMDsIZEXhp+9DSzLay0D3x/5a6md3DV2JPOE/Xuak726WqNHOI10 /gw85AKPZxUM+CE85u2+9D1bxdPIaIGsU+tm4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=gfKiQ7t0ZBCvio0xm2mfWROjEHn6G/WLFbX+H9MHAzUlED5QR6AAzsHWjOaPXxqPBl xRuR980v2t/Y99OHHiSfrUSfdYooHMbyKLeVWwM+f6oZgKs+aScXw92+iLx/TAHdoNhk s5X1smXaqJoZpoiOBTZJSQx0fg2lpx5/rsjGo= MIME-Version: 1.0 Received: by 10.101.3.7 with SMTP id f7mr8747833ani.74.1276769801966; Thu, 17 Jun 2010 03:16:41 -0700 (PDT) Received: by 10.100.137.4 with HTTP; Thu, 17 Jun 2010 03:16:41 -0700 (PDT) In-Reply-To: References: <82D310BD-48DE-4F79-84C6-356AB4F04C42@averesystems.com> Date: Thu, 17 Jun 2010 06:16:41 -0400 Message-ID: From: Alexander Sack To: Jack Vogel Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Juli Mallett , freebsd-net@freebsd.org, Andrew Boyer Subject: Re: Dual-rate transceivers with ixgbe? X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2010 10:16:43 -0000 On Wed, Jun 16, 2010 at 8:14 PM, Jack Vogel wrote: > You cannot force the link speed, but my validation engineer just checked = the > current driver and it links down to 1G just fine,=A0 but you cannot do it > manually, > it is only negotiated. > > I am going to look at the code to add the manual control. Thanks Jack! The problem is that right now the card is connected to a passive tap and there is no AN. When I do ifconfig ix0 down && ifconfig ix0 up, the multispeed fiber logic goes into action but a link never happens (it does for 10G but there is no AN on 10G so this is expected). (I tried various settings for LMS bits in AUTOC but I could not get a link - the datasheet is very vague - actually come to think of it, I dont think I tried setting it to 0 which is 1G which maybe the trick) -aps