From owner-freebsd-virtualization@freebsd.org Thu Feb 25 01:04:24 2016 Return-Path: Delivered-To: freebsd-virtualization@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 17C74AB35FA; Thu, 25 Feb 2016 01:04:24 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: from mail-qg0-x234.google.com (mail-qg0-x234.google.com [IPv6:2607:f8b0:400d:c04::234]) (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 C50B51D9B; Thu, 25 Feb 2016 01:04:23 +0000 (UTC) (envelope-from ricera10@gmail.com) Received: by mail-qg0-x234.google.com with SMTP id b67so29020754qgb.1; Wed, 24 Feb 2016 17:04:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-type; bh=ha3QDPRMwgFCH5NKq20DYc4kaQ9ZvzvnLyqjQUXeZUY=; b=WRbzsySxWJoFdCPMtYOuUz9eo7yEPX1WW0tuweHqKwZaxQw4A8V6ekHr+LbCKMzLJH +TZndJC2yZsbsPyiMg78vFeW2S3eobzkH6s2ZuQXXWAFBP1rzDgciOekq3pcAoBaE2NV 5MvHRC6E5Kfpgn/kqiaIJ9BslHWV5qQh7sMo7cPm7b9EWiynSmWVtvl+mnNllpYqc+r/ AVCt8RJHIGi6QU1uyDFI74wi/sPc3wGSOBsilQtc4A+jL+Yg688W+2IiP8i/J+E003xq Jsre9uoHIl0Z23gfZNa81Jj5WeBBcyH/7G2wJPQ/KsobPNP60MGNsjdeHtkDMbGFovTD drxg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc:content-type; bh=ha3QDPRMwgFCH5NKq20DYc4kaQ9ZvzvnLyqjQUXeZUY=; b=Zu1U/zyFUjcoB8vWliM5CPZyt5smf58SYvVbNK05qWn/5bbIU+FaYxjWlevpjnyozw X5NZUA7/ef3wgZi+CNev00WcP922lmA2Dshi1Lt6LKG9Zv29uMQttLFzeaBEZ77Nlfy2 ZvbyKq/09ftVG0ILNK4uzFdwldBvPBhA7YhtvpVOBHbNpeLpfYugwxDRN9SDpBwGDAGW 3UTP+HfMt7GX56pSuderf5pXCbJOTvmbKAFXPDLTm5ld77bbzm0GeNJsB7VmS8FHB+tl KpHGk/uMS/4darv+lkoACWhcv2Z6ZE1arjA5JxFkceVk/0Wf2ObkkIUTGYQ5xwI4vgjt +WPg== X-Gm-Message-State: AG10YOTWwHeDrX8EHeHbsdj9csXc46ACMDysRPsD7kumyv5Ax+WJirSUmqWjoWQaoVQUs+AxyG2Iz5fn0CcQmA== X-Received: by 10.140.132.149 with SMTP id 143mr53367237qhe.7.1456362262662; Wed, 24 Feb 2016 17:04:22 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Eric Joyner Date: Thu, 25 Feb 2016 01:04:12 +0000 Message-ID: Subject: Re: sr-iov issues, reset_hw() failed with error -100 To: Ultima Cc: freebsd-current@freebsd.org, freebsd-virtualization@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2016 01:04:24 -0000 Are you still getting the -100 errors when trying to load the VF driver? I've tried SR-IOV on a system here, and I can confirm that traffic stops passing on the PF interface when you create a VF interface. That didn't used to happen, so I'm investigating why that is right now. On Wed, Feb 24, 2016 at 8:09 AM Ultima wrote: > Decided to do some more tests, I actually have a second board with sr-iov > capabilities that I used for awhile with vmware esxi. I decided to test > this out and unfortunately it won't activate, it is giving the no space > left on device error message. I double checked bios and all VT-d related > options are enabled and have hw.ix.num_queues="4" in /boot/loader.conf. Is > there anything else that may need to be set? .(It did work on vmware) > > For my second test, I moved the X540-AT1 to the board with the X540-AT2. > It functioned with the same issues as the AT2 tho. > > > I don't think I listed the motherboards in question yet so ill list them > now. > > S1200BTLRM - > > http://ark.intel.com/products/69633/Intel-Server-Board-S1200BTLRM?q=S1200BTLRM > MD80-TM0 > > - http://b2b.gigabyte.com/products/product-page.aspx?pid=5146#ov > > I'm not sure if it will be of any help tho. > > Ultima > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >