Re: [PATCH] PM: align buffers for LZO compression

2013-02-22 Thread Bojan Smojver
"Markus F.X.J. Oberhumer" wrote: >for performance reasons I'd strongly suggest that you explicitly align >all >buffers passed to the LZO compress and decompress functions. > >Below is a small (and completely untested!) patch, but I think you >get the idea. Do you know what kind of performance ga

[PATCH] PM: align buffers for LZO compression

2013-02-21 Thread Markus F.X.J. Oberhumer
Hi, for performance reasons I'd strongly suggest that you explicitly align all buffers passed to the LZO compress and decompress functions. Below is a small (and completely untested!) patch, but I think you get the idea. BTW, it might be even more beneficial (esp. for NUMA systems) to align *all