This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Delay in procesing packet across the BSD stack -


On Sat, Jun 02, 2007 at 04:30:00AM +0530, Alok Singh wrote:
> 
> Hi,
> I'm seeing a strange problem on my Box.? I'm using Free BSD stack. The issue is that when I send icmp requests from a single client to the box, the stack doesn't respond in time.? But when I start sending icmp requests from another client, the stack starts sending 100% ICMP echo replies.? I'm currently debugging the system. I've seen that if I send echo requests very slowly, then invariably client times out. When I send icmp request from another client, it sorts of kick something in the stack, and the echo reply to the previous request packet also comes out. ??
> 
> I'm debugging the system. But if you have some suggestions for me, let me know.

Check your interrupts are working correctly. It sounds like you are
loosing interrupts, probably TX complete, so the next packet is not
getting sent until the next RX happens.

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]