Hi
I am getting linker error "undefined reference to __divdi3".
This is because c = a/b; where a,b,c are of type "long long"
I understand this is gcc problem.
I am doing this on a pentium with gcc -v = egcs-2.91.66
Thanks for all the help.
Manoj
-
To unsubscribe from this list: s
hi
On Thu, 5 Apr 2001, Alexander Viro wrote:
> On Thu, 5 Apr 2001, Manoj Sontakke wrote:
>
> > Hi
> > I am getting linker error "undefined reference to __divdi3".
> > This is because c = a/b; where a,b,c are of type "long long"
> > I under
Hi
Thankx in idvance for the help.
1. when spin_lock_irqsave() function is called the subsequent code is
executed untill spin_unloc_irqrestore()is called. is this right?
2. is this sequence valid?
spin_lock_irqsave(a,b);
spin_lock_irqsave(c,d);
Manoj
-
To unsubscribe from this l
ced Networking Services
> Intel Network Communications Group
> Jerusalem, Israel.
>
> -Original Message-
> From: Nigel Gamble [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, March 07, 2001 1:54 AM
> To: Manoj Sontakke
> Cc: [EMAIL PROTECTED]
> Subject: Re:
Hi
Sorry, these questions do not belog here but i could not find any
better place.
1. Is quicksort on doubly linked list is implemented anywhere? I need it
for sk_buff queues.
2. Is Weighted Round Robin implemented in linux anyehere?
thanks in advence.
Manoj
-
To unsubscribe from this li
Hi
I am trying to implement some QoS in kernel(in the IP
layersimilar to TC. BTW TC works in the data-link layer). I am
dequeuing the packets from the IP queue when the function ip_forward is
called. After processing them, I am reinserting them back to the IP queue.
I have
Hi
Thanks for all the help.
On Wed, 21 Mar 2001, Keith Owens wrote:
> On Wed, 21 Mar 2001 22:00:51 +0530 (IST),
> Manoj Sontakke <[EMAIL PROTECTED]> wrote:
> > I have a initlisation function (just like pktsched_init in
> >TC). Can anyone tell me, where in
Hi
I have a question related to forwarding information base(FIB).
Depending upon destination IP address a packet can be
a) for this machine
b) for a machine to which this machine is directly connected
c) for a machine to which this machine is not directly connected.
Does FIB contain the
to [EMAIL PROTECTED]
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
>
--
Regards,
Manoj Sontakke
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [E
Hi,
On Mon, 26 Mar 2001, Oleg Drokin wrote:
> Hello!
>
> On Mon, Mar 26, 2001 at 04:06:19PM +0530, Manoj Sontakke wrote:
> > >2.4.x kernel. have not tried 2.2
> > >I just found somethig, I believe is kernel bug.
> > >I am working with usbne
Hi
Can anyone tell me a good packet/frame generator for linux?
thanks
manoj
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at h
On Fri, 30 Mar 2001, Mircea Ciocan wrote:
> Here is a nice packet building library:
>
> www.packetfactory.net/Projects/Libnet/
its broken.
> > Can anyone tell me a good packet/frame generator for linux?
> > thanks
> >
> > manoj
-
To unsubscribe from this list: send the line "unsu
Hi list
Sorry to bother you with such a trivial query.
To make a routing decision ip_route_input() is called. It fills the skb->dst
with appropriate entry. Can anyone point to the exact location where I can find
the next hop and output interface IP address.
It seems
skb->dst->dev->ip_ptr
13 matches
Mail list logo