From owner-freebsd-net@FreeBSD.ORG Wed Aug 1 06:25:47 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 395C816A417 for ; Wed, 1 Aug 2007 06:25:47 +0000 (UTC) (envelope-from mav@freebsd.org) Received: from mail.alkar.net (mail.alkar.net [195.248.191.95]) by mx1.freebsd.org (Postfix) with ESMTP id B4A7113C45A for ; Wed, 1 Aug 2007 06:25:46 +0000 (UTC) (envelope-from mav@freebsd.org) Received: from [212.86.226.226] (HELO [192.168.3.2]) by mail.alkar.net (CommuniGate Pro SMTP 5.1.10) with ESMTPS id 819430691; Wed, 01 Aug 2007 09:25:45 +0300 Message-ID: <46B02768.1080601@freebsd.org> Date: Wed, 01 Aug 2007 09:25:44 +0300 From: Alexander Motin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.13) Gecko/20060414 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Sam Leffler References: <46AFB0EC.6080106@freebsd.org> <46AFBA06.3060905@errno.com> In-Reply-To: <46AFBA06.3060905@errno.com> 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: Wed, 01 Aug 2007 06:25:47 -0000 Sam Leffler wrote: >> 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. >> > 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. No, it's just direct software implementation in ng_mppc which was made years ago but was unusable due to lack of that HiFn library. I have no HiFn card for working on crypto. One man have promised to give it to me for some time, so if I will have one I will try to make its support. -- Alexander Motin