[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <833c0a3df92bf44c2966fb54bbded876.squirrel@www.liukuma.net>
Date: Thu, 21 Apr 2011 23:27:30 +0300
From: "juice" <juice@...gman.org>
To: "zhou rui" <zhourui.cn@...il.com>, monstr@...str.eu,
netdev@...r.kernel.org
Subject: Re: Hight speed data sending from custom IP out of kernel
>> There is not a lot of documentation, and the module is still "work in
>> progress" as I am going to fix it to work with more than one interface
>> at
>> the same time when I get to do it. Currently it can only use one
>> interface
>> on the sending host machine.
>>
>
> does it use the same command/config file as pktgen?
> or special command?
>
The commands are similar type but different than pktgen.
First, when loading the module the intreface to be used must be given as
parameter, like this: "sudo insmod ./streamgen.ko interface=eth0"
Optional parameter is the UDP port that the userspace loader program uses
to communicate with the module. default port is 5555.
Then, the streamer module creates file "/proc/net/streamgen/control" which
is used to read status of module and command it:
juice@...spin:~$ sudo cat /proc/net/streamgen/control
Stream Generator v.0.02
State: off
Repeat: 1
Queue size: 600 packets
juice@...spin:~$
The commands that can be used are "repeat <num>", "start", "stop",
"delete" and "clear_counters"
The repeat command sets how many times the loaded sequence is output, zero
means forever. Commands run and stop work as expected. Command delete
clears the sequence from memory and command clear_counters zeroes the
packet counters.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists