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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_PASS,USER_AGENT_NEOMUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BAC53C43143 for ; Tue, 2 Oct 2018 10:56:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8E0B0205C9 for ; Tue, 2 Oct 2018 10:56:46 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 8E0B0205C9 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727478AbeJBRjZ (ORCPT ); Tue, 2 Oct 2018 13:39:25 -0400 Received: from mga07.intel.com ([134.134.136.100]:62480 "EHLO mga07.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726244AbeJBRjZ (ORCPT ); Tue, 2 Oct 2018 13:39:25 -0400 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 02 Oct 2018 03:56:43 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,331,1534834800"; d="scan'208";a="78036682" Received: from black.fi.intel.com ([10.237.72.28]) by orsmga008.jf.intel.com with ESMTP; 02 Oct 2018 03:56:42 -0700 Received: by black.fi.intel.com (Postfix, from userid 1000) id 8358F1FF; Tue, 2 Oct 2018 13:56:41 +0300 (EEST) Date: Tue, 2 Oct 2018 13:56:41 +0300 From: "Kirill A. Shutemov" To: Keith Busch Cc: linux-mm@kvack.org, linux-kernel@vger.kernel.org, Dave Hansen , Dan Williams Subject: Re: [PATCHv3 2/6] mm/gup_benchmark: Add additional pinning methods Message-ID: <20181002105641.7ab4io5fwnquu6lo@black.fi.intel.com> References: <20180921223956.3485-1-keith.busch@intel.com> <20180921223956.3485-3-keith.busch@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180921223956.3485-3-keith.busch@intel.com> User-Agent: NeoMutt/20170714-126-deb55f (1.8.3) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 21, 2018 at 10:39:52PM +0000, Keith Busch wrote: > This patch provides new gup benchmark ioctl commands to run different > user page pinning methods, get_user_pages_longterm and get_user_pages, > in addition to the existing get_user_pages_fast. > > Cc: Kirill Shutemov > Cc: Dave Hansen > Cc: Dan Williams > Signed-off-by: Keith Busch Acked-by: Kirill A. Shutemov -- Kirill A. Shutemov