[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 4/4] pdx: Add CONFIG_PDX_COMPRESSION as a common Kconfig option
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 25 Sep 2023 08:36:03 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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=vQomtzQbK00H5H+GzTSAUPk7lzMsqZjfUsBIcCjI7es=; b=YGHqc4j38lC5vIO49tpt8EmyGsiuLsClY+p2olkk/ReuC1RYWUbfJQ78GkZVsGnTFnoLUYYXYrmjdBO/ZTQ+GcPZuYFQdJI4775QL78GJ9wqLDsuTK/tpOeCKKTjfM9IvURTERWQn3vRiWJwAygArRc2XvivVid6D9D3ev94+GhQmKnO+EIw7RQ2vW3ke1l38Fsjto0J2nUwcGejnB9jQ2n9ymZGTGGm0zLgdWPa04KIlPhZaWQTZC3V/E4Pfqi0EqqZG7FU40CtGSCykaEuuNSD9DSKmbAGdWKS+vUlVzCHMqUfRdE64tPB98Cxz+Xy0swz+wY41v3ftmnIa6nakQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=IYR6Bprfjcl6AOVupJwNDQbj4Qc0Kxk4en6a686oeR9/HdtAw8B9EmOUKgUMNMzpUopv8+14x/EWvzm2/KTu3Zb0mCs4SSMF1AxmguUshR/6MvH7LpBthD/SPZlUoBIgZEQI16rbbeIe8MN/2/FhuFzUNgKGYkzwbZvuyEoKSA4BSApJmDeswjGntNp6Tc6Tioe32bM8XPm3sY/6N7nwKJSJUoH5kaE3LwIdCGxD4svl2iG+KpELjUb7fhG73oF4LPYB6vGIBxENQKfO2khvV+iykRo/3Xkfzr47rwWD4CmPSY9HQBB8Gz3e02lgwcTsUN3sBY2PHsZQNiAroJZD9g==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Julien Grall <jgrall@xxxxxxxxxx>, Henry Wang <Henry.Wang@xxxxxxx>, Alejandro Vallejo <alejandro.vallejo@xxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>, Shawn Anastasio <sanastasio@xxxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Mon, 25 Sep 2023 06:36:15 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 22.09.2023 22:03, Andrew Cooper wrote:
> On 08/08/2023 2:02 pm, Alejandro Vallejo wrote:
>> --- a/xen/common/Kconfig
>> +++ b/xen/common/Kconfig
>> @@ -23,6 +23,16 @@ config GRANT_TABLE
>>
>> If unsure, say Y.
>>
>> +config PDX_COMPRESSION
>> + bool "PDX (Page inDeX) compression support" if EXPERT
>
> This still needs hiding on x86. The minimal hack for 4.18 is "if EXPERT
> && !X86".
If you insist on complete hiding and I insist on allowing it to be used by
people who want to play with exotic hardware, then this won't go anywhere.
I think I've come far enough with accepting a compromise, and so I think
it's your turn now to also take a step from your original position.
Jan
|