From owner-freebsd-hackers@FreeBSD.ORG Tue May 27 14:36:17 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B12BF5F for ; Tue, 27 May 2014 14:36:17 +0000 (UTC) Received: from mail-ob0-x236.google.com (mail-ob0-x236.google.com [IPv6:2607:f8b0:4003:c01::236]) (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 CB04F2072 for ; Tue, 27 May 2014 14:36:16 +0000 (UTC) Received: by mail-ob0-f182.google.com with SMTP id wn1so9472352obc.27 for ; Tue, 27 May 2014 07:36:16 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=8uDKmoH6Cdb3UGEhdGmNuvHOHVi8LbvPaLIxZ10+2D4=; b=qmF0vJLgisIM6H5LTbOI3jjg7d7jvNxNn9INFvQ61icLziRkuO0kNTcUaeQKbiSfet ksQTJA5jPf6Ue/4tZIdGQ2oQX1U1uC91lZNlvMuO/PrVDU3qxZz2E5tMUIiRmSzMBwK8 L+7jpHnrLRifFEwfP0pdUzYr2yuZk0gDFyrGncPNtlFnZ4BIhz4ZFIY7a3jO6xhezKKu CoRFe8Nz3QoroTfdpZoo6cv/Wj/VUW/LORUVQNLzKYmFlUlAxI7QgzSE0cs8iiWhUkDA DDKq1Mv7t/24Gzu41D8qnWRAhjmTsbe+/vUyhh2JxYpUppKuDjjrt1sHE0E3z4f5Y464 Hl5g== MIME-Version: 1.0 X-Received: by 10.60.83.73 with SMTP id o9mr34020499oey.56.1401201376192; Tue, 27 May 2014 07:36:16 -0700 (PDT) Received: by 10.76.23.130 with HTTP; Tue, 27 May 2014 07:36:16 -0700 (PDT) In-Reply-To: References: Date: Tue, 27 May 2014 10:36:16 -0400 Message-ID: Subject: Re: SR-IOV Patch Series 4/7: Core SR-IOV infrastructure in pci driver From: Ryan Stone To: "freebsd-hackers@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 14:36:17 -0000 Phabricator reviews: On Mon, May 26, 2014 at 10:10 PM, Ryan Stone wrote: > http://people.freebsd.org/~rstone/patches/iov/0007-Implement-interface-to-create-SR-IOV-Virtual-Functio.patch https://phabric.freebsd.org/D76 > http://people.freebsd.org/~rstone/patches/iov/0008-Emulate-the-Device-ID-and-Vendor-ID-registers-for-VF.patch https://phabric.freebsd.org/D77 > http://people.freebsd.org/~rstone/patches/iov/0009-Allocate-PCI-I-O-memory-spaces-for-VFs.patch https://phabric.freebsd.org/D78 > http://people.freebsd.org/~rstone/patches/iov/0010-Add-interface-to-destroy-SR-IOV-VFs.patch https://phabric.freebsd.org/D79