From owner-freebsd-net@FreeBSD.ORG Sun Jul 20 23:07:30 2008 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 36C4A1065671 for ; Sun, 20 Jul 2008 23:07:30 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 178EB8FC18 for ; Sun, 20 Jul 2008 23:07:30 +0000 (UTC) (envelope-from kip.macy@gmail.com) Received: by rv-out-0506.google.com with SMTP id b25so1280002rvf.43 for ; Sun, 20 Jul 2008 16:07:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=FSCyjLR9Aj28zHWL1wR1Krew2tfVvqkBnJ8ujLOMCjc=; b=RNSsmVGl4GLgZGNxO8oeezMui0IS5j1F6PE/6WMYA7EsfK12xAapZFD/gez6Kn1mV3 8eLO0kzMG57ea8wctpT1iVHLU+s/WMRoLDSZSd4HXobTpEB7ACkByJNEi1nfVpLeov17 DQkAyZ6MxH69cXGma9pnagPx2Qu7Aou2vqGCc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=FQmnFdnBs1eDgxIE8tqpJNoQYdiWXBzEnnU47ioLLdlJZHN6+cQdz4ms0uv17rB6q1 HLiQv1/G0QtpSrCfh9wlXOfaFkKjRzkg2E9nyJl0sXdWH6jCoO9ko2lZKdBUtVAUClA+ kFZgfh277C1Ejc4Q5NKlGns28TzSStFV4EXWQ= Received: by 10.140.157.1 with SMTP id f1mr1474771rve.220.1216595249620; Sun, 20 Jul 2008 16:07:29 -0700 (PDT) Received: by 10.141.123.2 with HTTP; Sun, 20 Jul 2008 16:07:29 -0700 (PDT) Message-ID: Date: Sun, 20 Jul 2008 16:07:29 -0700 From: "Kip Macy" To: "Kip Macy" In-Reply-To: <3c1674c90807201514o5bafba72r6be84de6e37a5525@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <3c1674c90807201514o5bafba72r6be84de6e37a5525@mail.gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: moving sockbuf in to its own header 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: Sun, 20 Jul 2008 23:07:30 -0000 Actually, I'd like to re-factor multiple parts of socketvar in to separate files. Please provide feedback on the following: http://www.fsmware.com/socketvar_refactor.diff Thanks, Kip On Sun, Jul 20, 2008 at 3:14 PM, Kip Macy wrote: > TOE drivers need to be able to directly enqueue data in to a socket > buffer and thus benefit from having knowledge of sockbuf internals. > However, there is no need for them to know about other socket > definitions. Thus I would like to move sockbuf and accompanying > definitions to their own header. > > This is a fairly straightforward change so I don't really see the need > to wait more than a few days for feedback: > > http://www.fsmware.com/sockbuf.h.diff > _______________________________________________ > freebsd-net@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-net > To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org" >