RPS question

Hello

I am attempting to enable RPS for the first time as read here: http://www.aerospike.com/docs/deploy_guides/aws/recommendations/

echo f > /sys/class/net/eth0/queues/rx-0/rps_cpus

ls /sys/clss/ent/eth0/queues shows rx-0 and rx-1

Should I also run the command for rx-1?

Thank you

Every ENI has two queues. Yes you should run for both the queues.

– R