Re: [PATCH v2 2/8] kconfig: turn PDX compression into a choice

2025-06-26 Thread Jan Beulich
On 26.06.2025 09:49, Roger Pau Monné wrote: > On Tue, Jun 24, 2025 at 03:13:27PM +0200, Jan Beulich wrote: >> On 20.06.2025 13:11, Roger Pau Monne wrote: >>> Rename the current CONFIG_PDX_COMPRESSION to CONFIG_PDX_MASK_COMPRESSION, >>> and make it part of the PDX compression choice block, in prepar

Re: [PATCH v2 2/8] kconfig: turn PDX compression into a choice

2025-06-26 Thread Roger Pau Monné
On Tue, Jun 24, 2025 at 03:13:27PM +0200, Jan Beulich wrote: > On 20.06.2025 13:11, Roger Pau Monne wrote: > > Rename the current CONFIG_PDX_COMPRESSION to CONFIG_PDX_MASK_COMPRESSION, > > and make it part of the PDX compression choice block, in preparation for > > adding further PDX compression al

Re: [PATCH v2 2/8] kconfig: turn PDX compression into a choice

2025-06-25 Thread Jan Beulich
On 20.06.2025 13:11, Roger Pau Monne wrote: > Rename the current CONFIG_PDX_COMPRESSION to CONFIG_PDX_MASK_COMPRESSION, > and make it part of the PDX compression choice block, in preparation for > adding further PDX compression algorithms. > > No functional change intended as the PDX compression d

[PATCH v2 2/8] kconfig: turn PDX compression into a choice

2025-06-20 Thread Roger Pau Monne
Rename the current CONFIG_PDX_COMPRESSION to CONFIG_PDX_MASK_COMPRESSION, and make it part of the PDX compression choice block, in preparation for adding further PDX compression algorithms. No functional change intended as the PDX compression defaults should still be the same for all architectures