Files
scylladb/net
Asias He 6a468dfd3d packet: Linearize more in packet_merger::merge
This fix tcp_server rxrx test on DPDK. The problem is that when we
receive out of order packets, we will hold the packet in the ooo queue.
We do linearize on the incoming packet which will copy the packet and
thus free the old packet. However, we missed one case where we need to
linearize. As a result, the original packet will be held in the ooo
queue. In DPDK, we have fixed buffer in the rx pool. When all the dpdk
buffer are in ooo queue, we will not be able to receive further packets.
So rx hangs, even ping will not work.
2015-02-05 17:52:32 +08:00
..
2014-11-06 10:30:30 +02:00
2015-01-06 15:24:10 +02:00
2014-11-10 10:17:49 +02:00
2015-01-29 11:18:54 +02:00
2015-01-27 14:46:49 +02:00
2015-01-21 16:20:39 +08:00