From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 51479C433F5 for ; Fri, 15 Apr 2022 04:48:29 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349446AbiDOEux (ORCPT ); Fri, 15 Apr 2022 00:50:53 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37414 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232067AbiDOEuv (ORCPT ); Fri, 15 Apr 2022 00:50:51 -0400 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 35448674CB for ; Thu, 14 Apr 2022 21:48:24 -0700 (PDT) Received: by verein.lst.de (Postfix, from userid 2407) id 9388768BFE; Fri, 15 Apr 2022 06:48:21 +0200 (CEST) Date: Fri, 15 Apr 2022 06:48:21 +0200 From: Christoph Hellwig To: Jason Gunthorpe Cc: Alex Williamson , Cornelia Huck , kvm@vger.kernel.org, Paolo Bonzini , Eric Auger , Christoph Hellwig , Yi Liu Subject: Re: [PATCH 07/10] vfio: Move vfio_external_check_extension() to vfio_file_ops Message-ID: <20220415044821.GC22209@lst.de> References: <0-v1-33906a626da1+16b0-vfio_kvm_no_group_jgg@nvidia.com> <7-v1-33906a626da1+16b0-vfio_kvm_no_group_jgg@nvidia.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7-v1-33906a626da1+16b0-vfio_kvm_no_group_jgg@nvidia.com> User-Agent: Mutt/1.5.17 (2007-11-01) Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Thu, Apr 14, 2022 at 03:46:06PM -0300, Jason Gunthorpe wrote: > Focus the new op into is_enforced_coherent() which only checks the > enforced DMA coherency property of the file. I have a reall hard time parsing this sentence.