From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 46832A0542; Thu, 13 Feb 2020 12:04:25 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0FA781BC25; Thu, 13 Feb 2020 12:04:24 +0100 (CET) Received: from us-smtp-delivery-1.mimecast.com (us-smtp-2.mimecast.com [207.211.31.81]) by dpdk.org (Postfix) with ESMTP id 11F293256 for ; Thu, 13 Feb 2020 12:04:22 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1581591862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=OZ4tlf6//wOCBIAt4m6Y7TpUBEEEO0ab5g+2/3VhPeM=; b=NKrKyZFgm1oSFo4+x8wnnkOFFMoDHX79NlKeWjus1RWolPkGc8cRrasG8RNwQQmHwo6sti +ia/TNTGstSuxK9TqzeuW9oUemEr9UIkheTCVZSrgU7dMhFJc7GQuuIspJQ08IR00QymsZ 6j+0fw2yg9z6WBZ3+a+L1ZFew2NzZms= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-357-1H5askKAP-Wy3PBWUAbB9A-1; Thu, 13 Feb 2020 06:04:18 -0500 X-MC-Unique: 1H5askKAP-Wy3PBWUAbB9A-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 943A0107ACC4; Thu, 13 Feb 2020 11:04:16 +0000 (UTC) Received: from gondolin (ovpn-117-100.ams2.redhat.com [10.36.117.100]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3E94B5DA7B; Thu, 13 Feb 2020 11:04:11 +0000 (UTC) Date: Thu, 13 Feb 2020 12:04:08 +0100 From: Cornelia Huck To: Alex Williamson Cc: kvm@vger.kernel.org, linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org, dev@dpdk.org, mtosatti@redhat.com, thomas@monjalon.net, bluca@debian.org, jerinjacobk@gmail.com, bruce.richardson@intel.com Message-ID: <20200213120408.15cd1d48.cohuck@redhat.com> In-Reply-To: <158146233422.16827.5520548241096752615.stgit@gimli.home> References: <158145472604.16827.15751375540102298130.stgit@gimli.home> <158146233422.16827.5520548241096752615.stgit@gimli.home> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Subject: Re: [dpdk-dev] [PATCH 2/7] vfio/pci: Implement match ops X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Tue, 11 Feb 2020 16:05:34 -0700 Alex Williamson wrote: > This currently serves the same purpose as the default implementation > but will be expanded for additional functionality. > > Signed-off-by: Alex Williamson > --- > drivers/vfio/pci/vfio_pci.c | 8 ++++++++ > 1 file changed, 8 insertions(+) Reviewed-by: Cornelia Huck