Re: [PATCH v2 4/8] pdx: introduce command line compression toggle

2025-06-25 Thread Jan Beulich
On 25.06.2025 19:45, Roger Pau Monné wrote: > On Wed, Jun 25, 2025 at 06:00:48PM +0200, Jan Beulich wrote: >> On 25.06.2025 17:46, Roger Pau Monné wrote: >>> On Tue, Jun 24, 2025 at 03:40:16PM +0200, Jan Beulich wrote: On 20.06.2025 13:11, Roger Pau Monne wrote: > Introduce a command line

Re: [PATCH v2 4/8] pdx: introduce command line compression toggle

2025-06-25 Thread Jan Beulich
On 25.06.2025 17:46, Roger Pau Monné wrote: > On Tue, Jun 24, 2025 at 03:40:16PM +0200, Jan Beulich wrote: >> On 20.06.2025 13:11, Roger Pau Monne wrote: >>> Introduce a command line option to allow disabling PDX compression. The >>> disabling is done by turning pfn_pdx_add_region() into a no-op,

Re: [PATCH v2 4/8] pdx: introduce command line compression toggle

2025-06-25 Thread Roger Pau Monné
On Tue, Jun 24, 2025 at 03:40:16PM +0200, Jan Beulich wrote: > On 20.06.2025 13:11, Roger Pau Monne wrote: > > Introduce a command line option to allow disabling PDX compression. The > > disabling is done by turning pfn_pdx_add_region() into a no-op, so when > > attempting to initialize the select

Re: [PATCH v2 4/8] pdx: introduce command line compression toggle

2025-06-25 Thread Roger Pau Monné
On Wed, Jun 25, 2025 at 06:00:48PM +0200, Jan Beulich wrote: > On 25.06.2025 17:46, Roger Pau Monné wrote: > > On Tue, Jun 24, 2025 at 03:40:16PM +0200, Jan Beulich wrote: > >> On 20.06.2025 13:11, Roger Pau Monne wrote: > >>> Introduce a command line option to allow disabling PDX compression. The

Re: [PATCH v2 4/8] pdx: introduce command line compression toggle

2025-06-24 Thread Jan Beulich
On 20.06.2025 13:11, Roger Pau Monne wrote: > Introduce a command line option to allow disabling PDX compression. The > disabling is done by turning pfn_pdx_add_region() into a no-op, so when > attempting to initialize the selected compression algorithm the array of > ranges to compress is empty.