public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: clowncoder <clowncoder@clowncode.net>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: New version of ClownToolKit
Date: Wed, 16 Aug 2006 20:48:03 +0200	[thread overview]
Message-ID: <20060816184803.GD5852@mars.ravnborg.org> (raw)
In-Reply-To: <1155749588.3839.19.camel@localhost.localdomain>

On Wed, Aug 16, 2006 at 07:33:08PM +0200, clowncoder wrote:
> Hello,
> 
> The kernel module of the last version of the ClownToolKit has been 
> completly rewriten. It is now readable. 
> This kernel module permits the display of real-time plots for 
> bandwidth of tcp/udp connexions and for qdiscs monitoring. 
> It could be a usefull tool: http://clowncode.net 

A small nitpick about the way ou build the ekrnel module:

In mk_and_insmod you can replace:
make -C /usr/src/linux SUBDIRS=$PWD modules
with
LIBDIR=/lib/modules/`uname -r`
make -C $LIBDIR/source O=$LIBDIR/build SUBDIRS=`pwd` modules

For a normal kernel installation this will do the right thing.
source points to the kernel source and build point to the output
directory (they are often equal but not always).

$PWD is supplied by the shell, so it is better to use `pwd`.

	Sam

  reply	other threads:[~2006-08-16 18:48 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-08-16 17:33 New version of ClownToolKit clowncoder
2006-08-16 18:48 ` Sam Ravnborg [this message]
2006-08-17  7:45   ` Jan Engelhardt
     [not found] <6Kxx5-7PT-7@gated-at.bofh.it>
     [not found] ` <6KyCM-1w7-1@gated-at.bofh.it>
2006-08-16 23:15   ` Bodo Eggert
2006-08-17  4:42     ` Sam Ravnborg
2006-08-17  7:47       ` Jan Engelhardt
2006-08-17 17:04         ` clowncoder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060816184803.GD5852@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=clowncoder@clowncode.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox