tas icon indicating copy to clipboard operation
tas copied to clipboard

TAS is a drop-in highly CPU efficient and scalable TCP acceleration service.

Results 12 tas issues
Sort by recently updated
recently updated
newest added

## Expected Behavior TAS should send/receive packets without waiting indefinitely ## Current Behavior TAS _sometimes_ fails to send (or receive) data sent by the last call to `send()`. This causes...

Flow steering index is uninitialized when fastpath autoscaling is disabled. This causes TX traffic to be forwarded to other cores and thus also causes contention on the flow state lock....

Causes TX traffic to be forwarded unnecessarily between cores: https://github.com/tcp-acceleration-service/tas/blob/master/tas/fast/fast_flows.c#L117

every time test flexkvs, failed at starting server will close connection right now when recv, maybe the newest test code not pushed to github when server recv data from connection,...

when start tas with multi queue virtio_net, it start failed [root@localhost tas]# ./tas --ip-addr=192.168.122.123/24 --fp-no-xsumoffload Warning: NIC does not support all requested RSS hash functions. virtio_dev_configure(): Unsupported Rx multi queue...

I am not able to run iperf on top of TAS. When ever I try and run iperf on top of TAS, the program stalls and there is no output...

I am very interested in TAS. Are there any data centers using TAS?

Looks like nginx (and possibly other applications) call listen on a socket more than once. Not exactly sure why, or what the sockets spec says should happen, but clearly this...

Hi Antoine @FreakyPenguin Here is my output on TAS. ![image](https://github.com/tcp-acceleration-service/tas/assets/3644605/8cedf9bf-3422-4d48-8e04-21530df5d7fd) I wonder what drops mean on the first line. It seems the number of drop on the fast path is...