From owner-freebsd-xen@FreeBSD.ORG Sat Feb 16 00:07:50 2013 Return-Path: Delivered-To: freebsd-xen@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A57E5900; Sat, 16 Feb 2013 00:07:50 +0000 (UTC) (envelope-from arvind.viswanathan@gmail.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 010C7EC3; Sat, 16 Feb 2013 00:07:49 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gw10so3971308lab.27 for ; Fri, 15 Feb 2013 16:07:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=d3l3samBmDHUqgEYlwekd23GAM6syU6mBMO60rZidl4=; b=0912+mW8eHavp6UEX+D4pS8o5xw2+QfsoyLm54bt33e/qcwT37kFIjbNJqYEBxi7y6 iXnHyHzMmbj5TlWrIkE31KffJu77VPqJwTRXrnKP4HpwYzFr+i9MAzwfHfjx6RIEdRLD vMqpCL8MMbmKQ2f2J20D53ixk29zA6BoFLMRe5KkuFRMDNrxwwMOPEqOAMn3ySWJYDl5 xeK/yuEY29PKGMb6B6lCbshtXMo22TuB+HMMlWLftiWwM2Lhpr4b+LeDi/yDtgez6KFZ k1I12zOXBgyjIIw6X0rmxYZQ83nYbmgGNpoT7h8wXezwJZ1eCtiQDl/PtVEYu7Vxavqe e/aw== MIME-Version: 1.0 X-Received: by 10.112.100.103 with SMTP id ex7mr2739420lbb.80.1360973268948; Fri, 15 Feb 2013 16:07:48 -0800 (PST) Received: by 10.152.4.233 with HTTP; Fri, 15 Feb 2013 16:07:48 -0800 (PST) In-Reply-To: <1360967757.3603.8.camel@powernoodle.corp.yahoo.com> References: <1360967757.3603.8.camel@powernoodle.corp.yahoo.com> Date: Fri, 15 Feb 2013 16:07:48 -0800 Message-ID: Subject: Re: SR-IOV drivers for FreeBSD VM From: arvind viswanathan To: sbruno@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: freebsd-xen@freebsd.org 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: Sat, 16 Feb 2013 00:07:50 -0000 Hi Well the intel drivers seem to be there only for linux in download section. I dont see the ixgbe for freebsd having virtual function capability. Here is the download page. http://downloadcenter.intel.com/SearchResult.aspx?lang=eng&keyword=%22ixgbe-%22 Thanks Arvind On Fri, Feb 15, 2013 at 2:35 PM, Sean Bruno wrote: > On Fri, 2013-02-15 at 13:57 -0800, arvind viswanathan wrote: > > 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 > > > > I think you are looking for the ixgbe(4) driver. > > Sean > > http://svnweb.freebsd.org/base/head/sys/dev/ixgbe/ > http://svnweb.freebsd.org/base/head/sys/dev/ixgb/ > >