Qualcomm Fast Path For LEDE

Interesting.
Which dissent1's version have you applied to which branch? And was SQM enabled on WAN interface?

A.
I tried this pull request with lede-17.01 branch with SQM applied to WAN, but they didn't work together well.

B.a)
Current gwlim's version when only fast-classifier compiled with SQM@WAN:

  • it only "accelerated" 1 out of 2 separated VPN connection (don't ask why :slight_smile: )

B.b)
Current gwlim's version with both fast-classifier and shortcut-fe-cm compiled and SQM@WAN and rmmod shortcut-fe-cm (!!!):

  • both separated VPN connections were accelerated :slight_smile:

So, for now, I added this into rc.local with B.b) gwlim's version:

echo 1 > /sys/fast_classifier/skip_to_bridge_ingress
rmmod shortcut-fe-cm

Thanks for both of you your work!

EDIT: It turned out that both B.a) and B.b) is wrong with gwlim's patch.

1 Like