From owner-freebsd-xen@FreeBSD.ORG Fri Feb 15 21:57:34 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B1968E69 for ; Fri, 15 Feb 2013 21:57:34 +0000 (UTC) (envelope-from arvind.viswanathan@gmail.com) Received: from mail-ob0-f177.google.com (mail-ob0-f177.google.com [209.85.214.177]) by mx1.freebsd.org (Postfix) with ESMTP id 83968896 for ; Fri, 15 Feb 2013 21:57:34 +0000 (UTC) Received: by mail-ob0-f177.google.com with SMTP id wc18so4003158obb.8 for ; Fri, 15 Feb 2013 13:57:33 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=+S3ctOGr926o25PJndXS0lJmLht4Ewtn9V+4Z/T6xoA=; b=OH8WdoqtrOORy3Iy7sJZ5nw6RyNPTNEpHfEx173deSOva6jkXltWRzRf1rBDM5hLHx 7gFnzTnYvVX/bcqpFTPU5SfDl1Tg/nGp0Ce6ZknnqsXQnisl/1RUaRnr6FLQCXzdsaNq MniZktRVwWAZDfxpD6StUmwyz5eESQuBf4RK6681K/XRQluVvfhBGejaxB5Olv1gLYmT 1oBw82Suo2SNnytnjRJ60su6Me1j6M/9gnASbQK+k1vYpHHkNkmzKdq94F6/vVTQ+W/I r7U3olrzqy5dYo7VFoMm8XWX8ycSo0eFqoIoZYoUG7ZJGwV69qWku8z/7orgrQ5pcdTD 6N8Q== MIME-Version: 1.0 X-Received: by 10.60.169.114 with SMTP id ad18mr2930040oec.105.1360965453760; Fri, 15 Feb 2013 13:57:33 -0800 (PST) Received: by 10.60.136.167 with HTTP; Fri, 15 Feb 2013 13:57:33 -0800 (PST) Date: Fri, 15 Feb 2013 13:57:33 -0800 Message-ID: Subject: SR-IOV drivers for FreeBSD VM From: arvind viswanathan To: freebsd-xen@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-xen@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion of the freebsd port to xen - implementation and usage List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Feb 2013 21:57:34 -0000 Hi, I have a FB7 instance running as a guest. I would like to add SR-IOV capability to my VM and I was searching for the VF drivers. I hit this link http://www.intel.com/support/network/adapter/pro100/sb/CS-031492.htm#4 where they discuss where to find drivers. For freebsd I only see a e1000 driver. Is intel yet to come up with 10G driver for FreeBSD. 10G driver support seems to be there for linux. Thanks Arvind