Re: [dpdk-dev] [PATCH] net/i40e: fix VF RSS configuration

2021-05-11 Thread Xing, Beilei
> -Original Message- > From: Zhang, AlvinX > Sent: Wednesday, May 12, 2021 1:48 PM > To: Xing, Beilei ; Xu, Ting > Cc: dev@dpdk.org; Zhang, AlvinX ; > sta...@dpdk.org > Subject: [PATCH] net/i40e: fix VF RSS configuration > > The kernel driver supports VF RSS configuration message > "V

[dpdk-dev] [PATCH] net/i40e: fix VF RSS configuration

2021-05-11 Thread Alvin Zhang
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: sta...@dpdk.org Signed-off-by: Alvin Zhang --- drive