On 5/23/07, Bret Towe <[email protected]> wrote:
On 5/23/07, Nitin Gupta <[email protected]> wrote:
> For now, tested on x86 only. If you have a program to test this I can run it on an amd64 and a g4 ppc
Attached is the kernel module (compress-test) to test this LZO code. Just compile this module against 2.6.22-rc2 with this LZO patch. Then testing can be done as: 1- Mount DebugFS somewhere e.g: mkdir /debug; mount -t debugfs debugfs /debug 2- Load the module and do: cat /path/to/some_file > /debug/compress_test/compress (/var/log/messages should show that compression was successful) 3- Then decompress this file as: cat /debug/compress_test/decompress > /tmp/t (/var/log/messages should show that decompression was successful) 4- For extra verification do: diff /tmp/t /path/to/some_file -- O/P must be empty Thanks! Nitin
Attachment:
compress-test.tar.gz
Description: GNU Zip compressed data
- Follow-Ups:
- Re: [RFC] LZO de/compression support - take 3
- From: "Bret Towe" <[email protected]>
- Re: [RFC] LZO de/compression support - take 3
- References:
- [RFC] LZO de/compression support - take 3
- From: "Nitin Gupta" <[email protected]>
- Re: [RFC] LZO de/compression support - take 3
- From: "Bret Towe" <[email protected]>
- [RFC] LZO de/compression support - take 3
- Prev by Date: Re: [PATCH 4/7] SMP: Implement on_one_cpu()
- Next by Date: Re: [stable] Wanted: Allow adding new device IDs during the -stable cycle
- Previous by thread: Re: [RFC] LZO de/compression support - take 3
- Next by thread: Re: [RFC] LZO de/compression support - take 3
- Index(es):