[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [PATCH v7 04/14] IOMMU/x86: new command line option to suppress use of superpage mappings
- To: "Beulich, Jan" <JBeulich@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Tian, Kevin" <kevin.tian@xxxxxxxxx>
- Date: Thu, 7 Jul 2022 02:26:47 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=intel.com; dmarc=pass action=none header.from=intel.com; dkim=pass header.d=intel.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=l02ZgzzjtxBR02xbLyESgJpMNKJgFapPVKFCv90Y5jI=; b=RVJhFCAUPbnK/qAHpYHE4UuPj5A/ryyQGNtrKQNUf/WJtK1uhz04yZ6tFaTuh9p3TIDbxSH7EQqeY38rE5icefYNmS6AOT008t4t7eRZs7lk4NQKwnC0CZFAfqgMa0Z9KfHorOXKUL04wX0axtYMD+0C8dqzH2qTEYlw8atgxcJKYsSf+xLNB18Oenum38Gdhp5E8wphONmdYVzgNi+lYhCQeTcqwA4I0r8en6MYtU/xeO2E43DdN6JJkyF/ry551dXXXQ11HiwwG45HQLyou0MfXUGoWXLAlHiyt8n7+5HHaLPLITgiIFffXjDFJjOTDg6yCVlQPYdadUfKLVzqoA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=PuQGcew/OQjHkx8jfMsz9X2gD0S9ZPd+j3JQhW6ObCyqlFk044ZV/7zhi93XFlwd+d+EqNBGN6dl0YvkErMRJx94CKgkhLxjDnjihx5yBN3xj/b2uJTEOPlJisZ73LlkLSkG9nG+1VGOZozjvjH+Z4x7X7reT6Q5GI1xa+nVGim0BBg9z/kwBVhKQDu3WJD3qcUVK9I51Jj7r4a/Kp52qqYps6GVKTTThvloD7cjAwO0BOz2HmUrD1xob1NW+QiPuvYfLoAQjXmCgjZD6eSp69yNOHsc5ymRVSF6ykJW6EYa5zK9DjFosQiqJzMIiEQ8G3GFaJEn3BAPRPkpNOZsMw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=intel.com;
- Cc: "Cooper, Andrew" <andrew.cooper3@xxxxxxxxxx>, Paul Durrant <paul@xxxxxxx>, Pau Monné, Roger <roger.pau@xxxxxxxxxx>
- Delivery-date: Thu, 07 Jul 2022 02:27:13 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHYkG0USa5jTvMMrkiGoFwB656pZa1yMPew
- Thread-topic: [PATCH v7 04/14] IOMMU/x86: new command line option to suppress use of superpage mappings
> From: Jan Beulich <jbeulich@xxxxxxxx>
> Sent: Tuesday, July 5, 2022 8:45 PM
>
> Before actually enabling their use, provide a means to suppress it in
> case of problems. Note that using the option can also affect the sharing
> of page tables in the VT-d / EPT combination: If EPT would use large
> page mappings but the option is in effect, page table sharing would be
> suppressed (to properly fulfill the admin request).
>
> Requested-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
> Signed-off-by: Jan Beulich <jbeulich@xxxxxxxx>
Reviewed-by: Kevin Tian <kevin.tian@xxxxxxxxx>
|