tcp-acceleration-service / tas

TAS is a drop-in highly CPU efficient and scalable TCP acceleration service.
https://tcp-acceleration-service.github.io/
Other
82 stars 43 forks source link

init flow steering even when autoscale is disabled #14

Open rajathshashidhara opened 3 years ago

rajathshashidhara commented 3 years ago

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.

Fixes #13

Signed-off-by: Rajath Shashidhara rajaths@cs.utexas.edu