net/i40e: fix VF RSS configuration
authorAlvin Zhang <alvinx.zhang@intel.com>
Wed, 12 May 2021 09:23:11 +0000 (17:23 +0800)
committerQi Zhang <qi.z.zhang@intel.com>
Wed, 12 May 2021 12:21:27 +0000 (14:21 +0200)
commit7594f2dac4489cde35f7088a46b8133fd4738a4a
tree22b41f73ce247b8ac42ff44e993bcf22469339e6
parentd7ea27d065ebe3206c0739c67bf66510c0ac79a1
net/i40e: fix VF RSS configuration

The kernel driver supports VF RSS configuration message
"VIRTCHNL_OP_GET_RSS_HENA_CAPS and VIRTCHNL_OP_SET_RSS_HENA",
this patch adds PMD support for these messages.

Fixes: b81295c474b0 ("net/i40e: add user callback for VF to PF message")
Cc: stable@dpdk.org
Signed-off-by: Alvin Zhang <alvinx.zhang@intel.com>
Acked-by: Beilei Xing <beilei.xing@intel.com>
drivers/net/i40e/i40e_pf.c