fm10k: fix RSS reset during initialization
authorMichael Frasca <michael.frasca@oracle.com>
Tue, 22 Mar 2016 16:58:08 +0000 (12:58 -0400)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 31 Mar 2016 15:09:23 +0000 (17:09 +0200)
commit03ce29f2cb7e74fcc8457ae35367a1e7dc5250be
tree9e006482f9d8792c1f44b9f282fb6038556ccf7c
parentaa6fed42b002abd90530d1d886c5b218721ff697
fm10k: fix RSS reset during initialization

If the provided configuration does not call for RSS, then RSS is
explicitly disabled. Without this change, the device continues to
operate under the previous RSS configuration.

Fixes: 57033cdf8fdc ("fm10k: add PF RSS")

Signed-off-by: Michael Frasca <michael.frasca@oracle.com>
Acked-by: Jing Chen <jing.d.chen@intel.com>
drivers/net/fm10k/fm10k_ethdev.c