net/fm10k: remove RSS restriction with num of queues
authorYangchao Zhou <zhouyates@gmail.com>
Mon, 4 Dec 2017 06:38:09 +0000 (14:38 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Tue, 16 Jan 2018 17:47:49 +0000 (18:47 +0100)
commit3b7eb565e5dd2bce345ba19667f62bbd7750dd35
tree7832484784313092ac280aa7525396eb931e48e3
parente761a104d22947424c2541c6a255a39b3705326e
net/fm10k: remove RSS restriction with num of queues

FM10K HW does not have such restrictions.

Enabling RSS with single queue is not used to distribute flow, but
it can be used to compute a RSS hash value. It can reduce CPU
cycles of computing a hash value with five tuples. In addition,
there is an explicit method to disable RSS instead of an obscure
way.

Signed-off-by: Yangchao Zhou <zhouyates@gmail.com>
Acked-by: Qi Zhang <qi.z.zhang@intel.com>
drivers/net/fm10k/fm10k_ethdev.c