From owner-freebsd-net@FreeBSD.ORG Sun Nov 28 00:25:24 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7B05816A4CE for ; Sun, 28 Nov 2004 00:25:24 +0000 (GMT) Received: from hanoi.cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by mx1.FreeBSD.org (Postfix) with ESMTP id C374F43D62 for ; Sun, 28 Nov 2004 00:25:23 +0000 (GMT) (envelope-from rik@cronyx.ru) Received: (from root@localhost) by hanoi.cronyx.ru (8.13.0/vak/3.0) id iAS0T2ic020871 for freebsd-net@freebsd.org.checked; Sun, 28 Nov 2004 03:29:02 +0300 (MSK) (envelope-from rik@cronyx.ru) Received: from cronyx.ru (hanoi.cronyx.ru [144.206.181.53]) by hanoi.cronyx.ru (8.13.0/vak/3.0) with ESMTP id iAS0Smex020861; Sun, 28 Nov 2004 03:28:48 +0300 (MSK) (envelope-from rik@cronyx.ru) Message-ID: <41A91816.30807@cronyx.ru> Date: Sun, 28 Nov 2004 03:13:10 +0300 From: Roman Kurakin User-Agent: Mozilla/5.0 (X11; U; Linux i686; ru-RU; rv:1.2.1) Gecko/20030426 X-Accept-Language: ru-ru, en MIME-Version: 1.0 To: freebsd-net@freebsd.org, freebsd-hackers@FreeBSD.org, FreeBSD Current Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Subject: MPSAFE sppp(+fr support) cp cx ctau X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Nov 2004 00:25:24 -0000 Hi, I am glad to announce stable version of patches for sppp, cp, ctau and cx drivers with support of mpsafe. SPPP: Sppp will work in mpsafe mode only for adapters that do not have IFF_NEEDSGIANT flag. Also this patch contains if_spppfr.c with fr support for sppp (4). CP/CX/CTAU: Adapters will work in mpsafe mode only if both debug.mpsafenet and debug.{cp|cx|ctau}.mpsafenet set to 1. Patches (relative current) can be downloaded from: http://people.freebsd.org/~rik/rik_netperf_20041128-1.pch Please test them and let me know if you have any problems. Patches were tested on Tau-PCI - Cisco 2500 at speed 4M on Dual CPU system with ping-f and uptime ~one week. rik