From owner-freebsd-hackers@FreeBSD.ORG Fri Aug 29 13:29:12 2014 Return-Path: Delivered-To: hackers@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 ESMTPS id 857A790E for ; Fri, 29 Aug 2014 13:29:12 +0000 (UTC) Received: from mail-vc0-f181.google.com (mail-vc0-f181.google.com [209.85.220.181]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3B0331CED for ; Fri, 29 Aug 2014 13:29:11 +0000 (UTC) Received: by mail-vc0-f181.google.com with SMTP id ij19so2417123vcb.40 for ; Fri, 29 Aug 2014 06:29:05 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=dDX5XWNeY4w4/48VH/RML8kV/coTWus84/DAkTJi4Sk=; b=FHMgM3+HJhGopTzao/YDeMD+t7mY+t0HvjjXY1rj+TcYWrdM6DakXJO0DvWhP7MfDL Y+u7S2flceLSZp55NGkTjzupOtZ1YLciGee9vodF41hyxqdEPLZYECmJtDjwYa/7egyP vToK21+9FjKV3qhbw+TlWAPqqWSCGVj/rqRPupdVojd1yHE9/8+oV1DXTlGvXISzdJeT /eA5gBv/+K6m3xXHigViDzFRHqqwfd9Mt0QCoLA4GPjrGPOR7/pYbrS1/RbM5rbLLv41 tPLOgi5pIVAvB15q/4eQQIWxLVmkdeEbz/wxw1mJ4aCQySsw/Tgg34e8ENqdhEwhYcez zixA== X-Gm-Message-State: ALoCoQmo/3hvZQ4q//mkuIvi6wjEcWQ+oSxfJcRLaff7HNV0P4oPotKsGQgif/5EhjUghRiQ6fa1 X-Received: by 10.220.122.194 with SMTP id m2mr8603411vcr.17.1409318945019; Fri, 29 Aug 2014 06:29:05 -0700 (PDT) Received: from [97.32.34.146] (146.sub-97-32-34.myvzw.com. [97.32.34.146]) by mx.google.com with ESMTPSA id t7sm21174273vdg.26.2014.08.29.06.29.01 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 29 Aug 2014 06:29:03 -0700 (PDT) References: <5FA0CF8C-2C93-4639-AA6C-40D3C278FE0F@cs.huji.ac.il> <53EDF13D.5050206@selasky.org> <0E7861FF-AB45-421F-8BA0-0EAD02B85AF0@cs.huji.ac.il> <3E7F3970-0541-402F-B855-EDA299B5BBC1@cs.huji.ac.il> <53EF0260.9030806@selasky.org> <7D49FD54-AA37-4F04-952E-5A07754762E5@cs.huji.ac.il> <53EF09DC.60601@selasky.org> <8FD6967F-E130-4FBC-B93B-D5D508279E11@cs.huji.ac.il> <76068BC4-886A-46F9-A535-EB2109FE1ECF@cs.huji.ac.il> Mime-Version: 1.0 (1.0) In-Reply-To: <76068BC4-886A-46F9-A535-EB2109FE1ECF@cs.huji.ac.il> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (11D257) From: Mark Saad Subject: Re: Mellanox 10gb driver? Date: Fri, 29 Aug 2014 09:23:13 -0400 To: Daniel Braniss Cc: Hans Petter Selasky , "hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Aug 2014 13:29:12 -0000 > On Aug 29, 2014, at 2:37 AM, Daniel Braniss wrote: >=20 > hi all, > I managed to have the card recognised, now working is a different story :-= ) > It sort of works, the console is full of: >=20 > <6>mlx4_en: mlxen0: Link Up > <6>mlx4_en: mlxen0: Link Up > <6>mlx4_en: mlxen0: Link Up > ... >=20 > killing dhclient got rid of that. >=20 > maybe the fact that my card is an =E2=80=98engineering sample=E2=80=99 ha= ve any thing to do? > without dhclient, and not diskless it seems to be doing ok. > also, I can=E2=80=99t get it working with a 15m Twinax >=20 I ran into an issue with intel 10gb cards where the twinax cables from Cisco= would not work with the intel nics . You issue could be related , double c= heck the twinax cables are supported . Truth be told it's the integrated sfp= + that is the issue . -- Mark saad | mark.saad@longcount.org =20 > cheers, > danny >=20 >> On Aug 16, 2014, at 11:36 AM, Daniel Braniss wrote:= >> snipped ... >>=20 >> I solved the puzzle! >> added >> options OFED >> device mlxen >> device mlx4ib >> device mthca >> to my kernel config and that did it - not sure the last 2 are needed. >> now to connect and check, but that will have to wait till tomorrow. >>=20 >> thanks, >> danny >>=20 >>> --HPS >>=20 >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org= " >=20 > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"=