Re: [dpdk-dev] [PATCH v2 7/7] net/ice: get the VF hardware index in DCF

2020-03-15 Thread Wang, Haiyue
> -Original Message- > From: Ye, Xiaolong > Sent: Friday, March 13, 2020 15:01 > To: Wang, Haiyue > Cc: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > ; Xing, > Beilei ; Zhao1, Wei > Subject: Re: [PATCH v2 7/7] net/ice: get the VF hardware index in DCF > > On 03/10, Haiyue Wang wrote: > >T

Re: [dpdk-dev] [PATCH v2 7/7] net/ice: get the VF hardware index in DCF

2020-03-13 Thread Ye Xiaolong
On 03/10, Haiyue Wang wrote: >The DCF (Device Config Function) needs the hardware index of the VFs to >control the flow setting. And also if the VF resets, the index may be >changed, so it should handle this in VF reset event. > >Signed-off-by: Haiyue Wang >--- > drivers/net/ice/ice_dcf.c|

[dpdk-dev] [PATCH v2 7/7] net/ice: get the VF hardware index in DCF

2020-03-10 Thread Haiyue Wang
The DCF (Device Config Function) needs the hardware index of the VFs to control the flow setting. And also if the VF resets, the index may be changed, so it should handle this in VF reset event. Signed-off-by: Haiyue Wang --- drivers/net/ice/ice_dcf.c| 81 +++