[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAJzFV35=wUOA+pQCkAwV2+oF79VAmbsRY08gZUiFz-Vtw-898w@mail.gmail.com>
Date: Wed, 26 Feb 2014 19:00:14 -0700
From: Sharat Masetty <sharat04@...il.com>
To: netdev@...r.kernel.org
Subject: Packet drops observed @ LINUX_MIB_TCPBACKLOGDROP
Hi,
We are trying to achieve category 4 data rates on an ARM device. We
see that with an incoming TCP stream(IP packets coming in and acks
going out) lots of packets are getting dropped when the backlog queue
is full. This is impacting overall data TCP throughput. I am trying to
understand the full context of why this queue is getting full so
often.
>From my brief look at the code, it looks to me like the user space
process is slow and busy in pulling the data from the socket buffer,
therefore the TCP stack is using this backlog queue in the mean time.
This queue is also charged against the main socket buffer allocation.
Can you please explain this backlog queue, and possibly confirm if my
understanding this matter is accurate?
Also can you suggest any ideas on how to mitigate these drops?
Thanks,
Sharat
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists