search for: lzo1x

Displaying 8 results from an estimated 8 matches for "lzo1x".

2003 May 06
0
lzo compression support for tinc
...--BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I've added lzo compression support for tinc 1.0pre8. Lzo is a very fast compressor (see http://www.oberhumer.com/opensource/lzo/). I've implemented it by using two new compression levels. Compression level 10 is for fast compression using lzo1x-1 algorithm. Compression level 11 is for slow compression using lzo1x-999 algorithm. Both lzo algorithms compress worse than zlib. Lzo1x-1 compressor is very fast, but lzo1x-999 is even slower than zlib. Lzo1x-999 is included because lzo decompression is always very fast. If the cpu on the sen...
2013 Jun 15
1
Bug#712366: xen: FTBFS: configure: error: Could not find libcrypto
...glib... yes > checking bzlib.h usability... no > checking bzlib.h presence... no > checking for bzlib.h... no > checking lzma.h usability... yes > checking lzma.h presence... yes > checking for lzma.h... yes > checking for lzma_stream_decoder in -llzma... yes > checking lzo/lzo1x.h usability... no > checking lzo/lzo1x.h presence... no > checking for lzo/lzo1x.h... no > checking for io_setup in -laio... yes > configure: error: Could not find libcrypto > checking for MD5 in -lcrypto... no > make[2]: *** [debian/stamps/setup-utils_amd64] Error 1 The full bui...
2003 Aug 04
1
OpenBSD 3.2 and Release 1
...ng for dlopen... yes checking for RAND_pseudo_bytes... yes checking for EVP_EncryptInit_ex... yes checking whether OpenSSL_add_all_algorithms is declared... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... yes checking lzo1x.h usability... yes checking lzo1x.h presence... yes checking for lzo1x.h... yes checking for lzo1x_1_compress in -llzo... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating lib/Ma...
2014 Nov 26
1
Second copy engine on GF116
...asically: all dedicated copy hw is missing and replaced by dedicated decompression hw - effectively a completely different engine). In fact, given the decomp engine's simplicity, it shouldn't be hard at all to write firmware for it. We are, however, quite curious about the purpose of an LZO1X decompression engine on a GPU... Fun fact, I knew of the existence of decompression engines for some time, but never managed to locate them - I guess I didn't consider copy engines to warrant a second look on all possible GPUs... Which brings me to ask: are there any more FIFO engines we s...
2013 Apr 30
5
Unaible to create DomU Guest
Hello. First of all I ''m pretty new to Linux and this is my first install of Xen. So don''t mind me wrong if sometimes I don''t know which command is appropriate to fetch results. I''m running a new Debian Squeeze release 2.6.32-5-xen-amd64 with minimal components. I''ve been going through install of Xen as per the documentation for the 4.2.1 release and
2014 Nov 21
3
Second copy engine on GF116
On Fri, Nov 21, 2014 at 1:16 AM, Andy Ritger <aritger at nvidia.com> wrote: > Hi Ilia, > > Actually 0x90b8 is different than copy engine. I'm not very familiar > with it, but 0x90b8 is an engine for performing LZO decompression as > part of performing the copy. It has a variety of limitations (e.g., > cannot handle blocklinear format), and was only in a few Fermi
2014 Nov 25
3
Second copy engine on GF116
On Mon, Nov 24, 2014 at 8:33 PM, Andy Ritger <aritger at nvidia.com> wrote: > On Fri, Nov 21, 2014 at 01:39:55AM -0500, Ilia Mirkin wrote: >> On Fri, Nov 21, 2014 at 1:16 AM, Andy Ritger <aritger at nvidia.com> wrote: >> > Hi Ilia, >> > >> > Actually 0x90b8 is different than copy engine. I'm not very familiar >> > with it, but 0x90b8 is
2013 Jul 31
29
[PATCH 0/9] tools: remove or disable old/useless/unused/unmainted stuff
depends on "autoconf: regenerate configure scripts with 4.4 version" This series removes some of the really old deadwood from the tools build and makes some other things which are on their way out configurable at build time with a default depending on how far down the slope I judge them to be. * nuke in tree copy of libaio * nuke obsolete tools: xsview, miniterm, lomount & sv *