ixgbe: remove an useless check in VF RSS
authorOuyang Changchun <changchun.ouyang@intel.com>
Wed, 21 Jan 2015 03:38:43 +0000 (11:38 +0800)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Tue, 27 Jan 2015 11:36:24 +0000 (12:36 +0100)
commitd0bd0db1ce96e430aab09a31e8f8849dfe59b839
treee546cc9c329b9fecf7d4f1069b52622293cb9295
parent359ae1cc65dedc6906c24bec5d29af18b604bbe1
ixgbe: remove an useless check in VF RSS

To follow up the comments from Pawel Wodkowski, remove this unnecessary check,
as check_mq_mode has already check the queue number in device configure stage,
if the queue number of vf is not correct, it will return error code and exit,
so it doesn't need check again here in device start stage (note: pf_host_configure
is called in device start stage).

Fixes: 42d2f78abcb77 ("configure VF RSS")

Suggested-by: Pawel Wodkowski <pawelx.wodkowski@intel.com>
Signed-off-by: Changchun Ouyang <changchun.ouyang@intel.com>
lib/librte_pmd_ixgbe/ixgbe_pf.c