From owner-freebsd-net@FreeBSD.ORG Fri Jun 25 03:32:20 2010 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 B8515106564A for ; Fri, 25 Jun 2010 03:32:20 +0000 (UTC) (envelope-from gigabyte.tmn@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.156]) by mx1.freebsd.org (Postfix) with ESMTP id 3D4A38FC18 for ; Fri, 25 Jun 2010 03:32:19 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so44671fga.13 for ; Thu, 24 Jun 2010 20:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:reply-to:x-priority :message-id:to:cc:subject:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=98bnQRJmpPVxEiNAOLcI/ipzKCHUoCMHbMiPjxUjcO8=; b=w9QSJolY6r8AUvJDDqZtawclc0WIcBQ4Zl3FsMLyJeGXRLU7ZTdufXGBFY3TZctH09 D8KGcUXCM5RfYFTG/bxwhkgJPsftENyQOlHHELIcEYP/Sd0k5BhQty3AhngR3oCD/ctM hqpsQrIw4v+hvRiVQpO+b3hmlSq5qtBH620KA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:reply-to:x-priority:message-id:to:cc:subject:in-reply-to :references:mime-version:content-type:content-transfer-encoding; b=JBS8WQCZl2pdwKOiCFxZfMJqzIj2VKii+KBCH77AjA9Zocv9hdpA/rrHqaFWYpe4v2 tWeztJPFK1gUK8eTQuTOuebd0KNDlnxcqFoZnB/W9OjChv2FnWpqJ6mEUDgv6e9hc43N J6ngXoQWAw7RCzIAGRI8mRKROaMYto7IMQRKg= Received: by 10.86.124.8 with SMTP id w8mr145113fgc.8.1277436739067; Thu, 24 Jun 2010 20:32:19 -0700 (PDT) Received: from 244.dynamic-n38.in72.ru ([91.203.38.244]) by mx.google.com with ESMTPS id 4sm285291fgg.7.2010.06.24.20.32.17 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 24 Jun 2010 20:32:18 -0700 (PDT) Date: Fri, 25 Jun 2010 09:29:30 +0600 From: =?utf-8?B?0JTQvNC40YLRgNC40Lkg0JfQsNC80YPRgNCw0LXQsg==?= X-Priority: 3 (Normal) Message-ID: <1405071838.20100625092930@gmail.com> To: "Sam Fourman Jr." In-Reply-To: References: <50a120641003190539n7d60348ev85416f2777d6c82c@mail.gmail.com> <50a120641003241158t15806da9g5993cfc3c7099bc0@mail.gmail.com> <57156839.20100623092257@gmail.com> <4C234E60.2060502@ipfw.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-net@freebsd.org, dimm404@gmail.com, "Alexander V. Chernikov" Subject: Re: [patch] ng_netflow X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: =?utf-8?B?0JTQvNC40YLRgNC40Lkg0JfQsNC80YPRgNCw0LXQsg==?= List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jun 2010 03:32:20 -0000 >> >> There are several major bugs in this patch. I'm planning to make updated >> patch in several weeks. >> At the moment it's a very bad idea to use current version in production >>> I noticed :) I have many kernel panic's on heavy load (300+300Mbit on GE channel) in function GetAsNumber. Can't tell, where exactly fails, because i rewriting you code and have't sources for compiled module. > I would be willing to test the new patch, I could use it. I will too.