Re: Getting drops on IM filter driver
- From: Steve Dispensa <dispensa@xxxxxxxxxxxxxxxxxxxx>
- Date: Sat, 27 May 2006 19:14:01 -0500
One other thing that Stephan just reminded me of - it's entirely possible
that the system would be dropping packets with no IM whatsoever; have you
verified that the behavior doesn't occur with NO IM installed at all?
-Steve
On 5/27/06 5:43 PM, in article
1148769785.426890.10120@xxxxxxxxxxxxxxxxxxxxxxxxxxxx, "Stephan Wolf [MVP]"
<stewo68@xxxxxxxxxxx> wrote:
If it is actually the IM that is dropping packets, then what exactly is
the reason for it dropping packets? Probably because it has no more
free receive resources? This in turn means packets do not get handled
fast enough by whoever retrieves them from your IM. Since one usually
passes packets to some user-mode program, this means it is your
application that causes dropped packets, not the IM.
You should carefully analyze and measure the behaviour of your IM and
any associated applications. Use tools like those already mentioned by
Steve (e.g. VTune, see http://www.intel.com/vtune/, check the free
evaluation link there).
Also, try a uniporcessor system and also XP. Do these make any
difference?
Stephan
---
Gaurav wrote:
Hi,
I wrote a simple IM filter driver. This driver is working fine up to
800 mpbs for 1400 packet size. I am running this driver on a 4
processor machine. It start dropping the packing as and when i start
any application or even on a mouse movement.
Any one knows why this happen om a 4 processor machine(win 2003).
how can i minimize these drops.
One idea that came to my mind is to call KeRaiseIrql() at the start of
ProtocolReceive ()function and then again lower the IRQL at the end of
the function. This way atleast i wont get any interrupts on the
processor running IM driver.
Is therre any way to bind our driver to one processor.
Can we raise the interrupt priority of NIC.
Thanks in advance.
Gaurav
.
- References:
- Getting drops on IM filter driver
- From: Gaurav
- Re: Getting drops on IM filter driver
- From: Stephan Wolf [MVP]
- Getting drops on IM filter driver
- Prev by Date: Re: DevCon
- Next by Date: Re: Unhandled exception when pushing esi
- Previous by thread: Re: Getting drops on IM filter driver
- Next by thread: Re: Getting drops on IM filter driver
- Index(es):
Relevant Pages
|
|