packets dropped after send returns success

From: karthikeyan S
Date: Thu Dec 18 2008 - 14:51:06 EST


Hi,

I am facing an issue with a linux box (a wireless lan controller),
would like to have suggestions from you.
The controller sends a mobility udp ping request to it's mobility
members every 30 seconds upon receiving a ping request.
These ping responses are dropped randomly for unknown reasons (it runs
fine for 3-4 days then it experiences this problem for say 20 minutes
then resumes to normalcy)
This issue happens at the customer site and we haven't been able to
reproduce it in-house.

The mobility application sends the packet to the kernel using
sendmsg() and it returns success.What may be the possible reasons for
packets being dropped in kernel after sendmsg() returns success?
I don't think there are any routing issues. One possible reason that I
thought of is that the driver transmit queue is full.
But looks like other type of packets are going out of controller.
Could you plese provide your input? (kernel version is 2.4)

Thanks a lot.

-karthik
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/