net/i40e: fix getting RSS configuration
authorQiming Yang <qiming.yang@intel.com>
Fri, 30 Nov 2018 09:05:58 +0000 (17:05 +0800)
committerFerruh Yigit <ferruh.yigit@intel.com>
Thu, 13 Dec 2018 16:40:25 +0000 (16:40 +0000)
commite5584414817f3fb79655d38c728b675e4fcc1db4
tree6482141c22288c449a9b2f4986e717f2c6603a01
parent2b1d1e97dc5fff821985547deeaeddb6ce16c323
net/i40e: fix getting RSS configuration

RSS hash configure get API (i40e_dev_rss_hash_conf_get()) didn't check
the return value of i40e_get_rss_key().
i40e_dev_rss_hash_conf_get() will return success even getting RSS hash
key failed. This patch fixes the issue.

Fixes: d0a349409bd7 ("i40e: support AQ based RSS config")
Cc: stable@dpdk.org
Signed-off-by: Qiming Yang <qiming.yang@intel.com>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
drivers/net/i40e/i40e_ethdev.c