From owner-freebsd-net@FreeBSD.ORG Tue Jul 31 22:34:08 2007 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 75C7816A418 for ; Tue, 31 Jul 2007 22:34:08 +0000 (UTC) (envelope-from sam@errno.com) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 38FF313C458 for ; Tue, 31 Jul 2007 22:34:08 +0000 (UTC) (envelope-from sam@errno.com) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id l6VMY761000234 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 31 Jul 2007 15:34:07 -0700 (PDT) (envelope-from sam@errno.com) Message-ID: <46AFBA06.3060905@errno.com> Date: Tue, 31 Jul 2007 15:39:02 -0700 From: Sam Leffler User-Agent: Thunderbird 2.0.0.0 (X11/20070530) MIME-Version: 1.0 To: Alexander Motin References: <46AFB0EC.6080106@freebsd.org> In-Reply-To: <46AFB0EC.6080106@freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Net Subject: Re: Working MPPC compression for FreeBSD X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Jul 2007 22:34:08 -0000 Alexander Motin wrote: > Hi. > > Using Jan Dubiec Linux patches I have implemented replacement for the > HiFn's proprietary MPPC compression/decompression library to be used > with ng_mppc netgraph node. > > Due to some US patents held by HiFn and their license limitation it is > impossible to include it's sources to the base system tree. But if you > are not a US citizen you can use it on your own risk: > http://mavhome.dp.ua/MPPC/ > Did you use the crypto framework? There are patches from hifn to add support for h/w crypto acceleration to the hifn driver and the crypto framework. Sam