From owner-freebsd-hackers@FreeBSD.ORG Sun Aug 22 15:27:47 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69B2A16A4CE for ; Sun, 22 Aug 2004 15:27:47 +0000 (GMT) Received: from vsmtp12.tin.it (vsmtp12.tin.it [212.216.176.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id F145443D46 for ; Sun, 22 Aug 2004 15:27:46 +0000 (GMT) (envelope-from gerarra@tin.it) Received: from ims3a.cp.tin.it (192.168.70.103) by vsmtp12.tin.it (7.0.027) id 40B33B8700FDE7B1 for freebsd-hackers@freebsd.org; Sun, 22 Aug 2004 17:27:47 +0200 Received: from [192.168.70.228] by ims3a.cp.tin.it with HTTP; Sun, 22 Aug 2004 17:27:45 +0200 Date: Sun, 22 Aug 2004 17:27:45 +0200 Message-ID: <41197229000075E7@ims3a.cp.tin.it> In-Reply-To: <20040821220049.GB1938@tin.it> From: gerarra@tin.it To: freebsd-hackers@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-15" Content-Transfer-Encoding: quoted-printable Subject: RE: Playing with mbuf in userland X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2004 15:27:47 -0000 D you mean copying datas between mbuf structure and userspoace pointers or emulating mbuf behaviur in kspace? rookie >Hi, > >i'm developing a little app that manipulates mbuf. >Right now i'm still working on it as userland app but i >would like to test it with some real mbufs straight >from the stack. >Do you know how i can get some of these structs in >an easy way? >I mean, is it possible to copy some of these struct from >stack to userland? >Or should i fake it in userland? > >Thank you. > >-- >Paolo > >Italian FreeBSD User Group: http://www.gufi.org >_______________________________________________ >freebsd-hackers@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.or= g"