From owner-freebsd-net@FreeBSD.ORG Fri Mar 28 22:46:42 2014 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C446044C for ; Fri, 28 Mar 2014 22:46:42 +0000 (UTC) Received: from mail.iXsystems.com (newknight.ixsystems.com [206.40.55.70]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A2827EBB for ; Fri, 28 Mar 2014 22:46:41 +0000 (UTC) Received: from localhost (mail.ixsystems.com [10.2.55.1]) by mail.iXsystems.com (Postfix) with ESMTP id 6A0C071282; Fri, 28 Mar 2014 15:46:40 -0700 (PDT) Received: from mail.iXsystems.com ([10.2.55.1]) by localhost (mail.ixsystems.com [10.2.55.1]) (maiad, port 10024) with ESMTP id 20115-01; Fri, 28 Mar 2014 15:46:40 -0700 (PDT) Received: from kruse-47.3.ixsystems.com (kruse-47.3.ixsystems.com [10.2.3.47]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mail.iXsystems.com (Postfix) with ESMTPSA id D1D8771273; Fri, 28 Mar 2014 15:46:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ixsystems.com; s=newknight0; t=1396046800; bh=J+GCyfZ12VpN6IVzldjgEF6IuKlmPyQ3K/t8dwWt4hM=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=ukAIw2/Q/2Rqd7QgdaMG8UKHTt17BvfKRM90BlYGCdEXQS6o4wdJM1PzZPCJz8Gzr xlEvNOVf6emAw3N7+YFuvGPIZiTkd8DqXwRBwrl67UZ+MZUs+GaVgjVJ2/NTaYykG6 Z8JedXJ6YQ/B1zirLMh6nrhp0FroUHugobA7WBTc= Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 7.2 \(1874\)) Subject: Re: Non-interrupt packet sending and receiving From: Sean Fagan In-Reply-To: Date: Fri, 28 Mar 2014 15:46:39 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <32118BD7-31D4-44BB-9336-9434AC878455@ixsystems.com> References: <27D25BFC-7BB3-400F-8405-43B8D08135D2@ixsystems.com> To: Ryan Stone X-Mailer: Apple Mail (2.1874) Cc: freebsd-net X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Mar 2014 22:46:42 -0000 Okay, I've taken the abandoned netdump code, gotten into 10.0 (what I'm = using for development right now), and restructure it to the point where I can = consider using it for my own purposes, while still having it work for dumping a kernel = over ethernet. Anyone want to take a look at the diffs I have so far? Sean.