* a networking question
@ 2005-04-18 7:33 Ashmi Bhanushali
2005-04-19 3:23 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Ashmi Bhanushali @ 2005-04-18 7:33 UTC (permalink / raw)
To: linux-kernel
hi all..
i m a new bee in lunix kernel. and i m trying to implement "FIFO+"
queuing for packet forwarding in linux kernel by modifying the
original code for packet forwarding(FIFO).
i m going to use fedora core 2 and the kernel version is 2.6.11-7. i
nned some help to locate the original code of queuing (FIFO). I looked
at some files like ip_input.c, ip_output.c and ip_forward.c in the
net/ipv4 directory of the kernel source code. but i m not sure if
these are the correct files to look for the original FIFO packet
queuing implemented in linux kernel.
could someone please help me in locating the files which has the FIFO
queuing code.
thanks in advance.
-ashmi
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: a networking question
2005-04-18 7:33 a networking question Ashmi Bhanushali
@ 2005-04-19 3:23 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2005-04-19 3:23 UTC (permalink / raw)
To: Ashmi Bhanushali; +Cc: linux-kernel
On Mon, 18 Apr 2005 00:33:57 -0700
Ashmi Bhanushali <ashmib@gmail.com> wrote:
> hi all..
>
> i m a new bee in lunix kernel. and i m trying to implement "FIFO+"
> queuing for packet forwarding in linux kernel by modifying the
> original code for packet forwarding(FIFO).
The more useful way to do this is to do it at the queue discipline
layer outside of IP. Start out with sch_fifo.c and modify it for your
new algorithm.
> i m going to use fedora core 2 and the kernel version is 2.6.11-7. i
> nned some help to locate the original code of queuing (FIFO). I looked
> at some files like ip_input.c, ip_output.c and ip_forward.c in the
> net/ipv4 directory of the kernel source code. but i m not sure if
> these are the correct files to look for the original FIFO packet
> queuing implemented in linux kernel.
>
> could someone please help me in locating the files which has the FIFO
> queuing code.
>
> thanks in advance.
>
> -ashmi
Networking stuff is discussed more on the netdev@oss.sgi.com list
and routing on lartc@mailman.ds9a.nl
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2005-04-19 3:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-18 7:33 a networking question Ashmi Bhanushali
2005-04-19 3:23 ` Stephen Hemminger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox