From owner-freebsd-infiniband@freebsd.org Thu Aug 20 01:45:38 2015 Return-Path: Delivered-To: freebsd-infiniband@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C3D8B9BEEA4 for ; Thu, 20 Aug 2015 01:45:38 +0000 (UTC) (envelope-from jon.the.wong@gmail.com) Received: from mail-ob0-x229.google.com (mail-ob0-x229.google.com [IPv6:2607:f8b0:4003:c01::229]) (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 8E95DD6C for ; Thu, 20 Aug 2015 01:45:38 +0000 (UTC) (envelope-from jon.the.wong@gmail.com) Received: by obkg7 with SMTP id g7so20259549obk.3 for ; Wed, 19 Aug 2015 18:45:37 -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:content-type; bh=CWARYO7h+7jTcdjzC4VOGOGEFeEe/48vhRTvUTruato=; b=nzxck/WEVu/d27RdebTA4ZmTpY4e7RROPGxlyCD24S8yWF2sJ55LatYkAdb1z7Ma7x qIjahgOA8LWGnlkQ+uUdXXbdlNbkiR2QsvaCJYITwCYavUf+E0/a0fdC6u21BxRfrB8e ErqmEGU2pqFRsB/egK1a9NaCU0rsLbqnX4/023G4fhkmIPr+9HJZRvS2n2CTmgkp4v9U FuEdJUVmz5gG+J3B42Ud5FNOk98A8/y8pd9kyCWekJ9XrQGjjfV/M0Gb3tNGVQBRMrCR sP3JI1lxdKWdKzJD0V2ZRmbdd+Hd78l6nO80khWRIxVIhvBmdJcVUR+Dl60bEGmFsnb9 3eeQ== MIME-Version: 1.0 X-Received: by 10.60.132.45 with SMTP id or13mr535389oeb.20.1440035137799; Wed, 19 Aug 2015 18:45:37 -0700 (PDT) Received: by 10.202.172.197 with HTTP; Wed, 19 Aug 2015 18:45:37 -0700 (PDT) Date: Wed, 19 Aug 2015 18:45:37 -0700 Message-ID: Subject: Switchless FreeBSD/Ubuntu "eth" mode From: Jonathan Wong To: freebsd-infiniband@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-infiniband@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Infiniband on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Aug 2015 01:45:38 -0000 I've been able to get ipoib working in "ib" mode between a FreeBSD and Ubuntu machine. The machines are directly connected without a switch, so in "ib" mode I run SMs. I've been able to ping and transfer files over the ib interfaces via static ip addresses I've statically defined. In "eth" mode, I can't seem to get the machines connected or ping either machine using static ip addresses I've assigned to the interfaces. "ibstat" shows that at least one set of interfaces is up. tcpdump on mlxen0, and mlxen1 (freebsd) and eth1 (ubuntu) show outgoing ARP requests when pinging, but no replies. Is there a utility to debug whether eth mode is working in a switchless configuration? Thanks