From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41764) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2f2-0003Tq-NG for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:54:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Zn2f1-0003SX-R7 for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:54:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:35161) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Zn2f1-0003ST-MN for qemu-devel@nongnu.org; Fri, 16 Oct 2015 06:54:55 -0400 Date: Fri, 16 Oct 2015 13:54:48 +0300 From: "Michael S. Tsirkin" Message-ID: <20151016135118-mutt-send-email-mst@redhat.com> References: <1444837878-11602-1-git-send-email-knut.omang@oracle.com> <1444837878-11602-4-git-send-email-knut.omang@oracle.com> <20151016112940-mutt-send-email-mst@redhat.com> <1444989399.4614.16.camel@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1444989399.4614.16.camel@oracle.com> Subject: Re: [Qemu-devel] [PATCH v5 3/4] pcie: Add some SR/IOV API documentation in docs/pcie_sriov.txt List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Knut Omang Cc: Eduardo Habkost , Marcel Apfelbaum , qemu-devel@nongnu.org, "Richard W.M. Jones" , Alex Williamson , "Gonglei (Arei)" , Jan Kiszka , Paolo Bonzini , Dotan Barak , Richard Henderson On Fri, Oct 16, 2015 at 11:56:39AM +0200, Knut Omang wrote: > But feel free to just skip this patch, the most important is to get the > generic SR/IOV code in there for others to use. That's my question. Is it for others to use or are you going to use it youself? If you plan to e.g. complete igb to the point where Linux can use it, then I'll merge this. BTW for igb it might be easier to copy out e1000 code, at least that's what linux guest drivers did. Alternatively, if someone on list is interested in using this, please review and ack. -- MST