First, I recommend looking at your network card documentation and finding what hashing algorithm it can use.
Maybe it is possible to configure RSS to distribute RX PPP packets on different queues.
If it is possible, then you can use ethtool -N
to configure it.
Otherwise enabling RPS is enough in your case.
2 Likes