Re: [dpdk-dev] [PATCH v1] net/ice: check the DSN package file firstly

2020-04-20 Thread Ye Xiaolong
On 04/16, Haiyue Wang wrote: >Align the package file search sequence with PF only for DCF mode. Get >the DSN through the virtual channel firstly to check the package file >accessible. > >Signed-off-by: Haiyue Wang >--- > drivers/net/ice/ice_dcf_parent.c | 30 ++ > 1 file

Re: [dpdk-dev] [PATCH v1] net/ice: check the DSN package file firstly

2020-04-19 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Thursday, April 16, 2020 11:11 AM > To: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > ; Ye, Xiaolong > Cc: Wang, Haiyue > Subject: [PATCH v1] net/ice: check the DSN package file firstly > > Align the package file search sequence with PF

Re: [dpdk-dev] [PATCH v1] net/ice: check the DSN package file firstly

2020-04-16 Thread Wang, Haiyue
> -Original Message- > From: Ye, Xiaolong > Sent: Friday, April 17, 2020 12:51 > To: Wang, Haiyue > Cc: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > > Subject: Re: [PATCH v1] net/ice: check the DSN package file firstly > > On 04/16, Haiyue Wang wrote: > >Align the package file search seq

Re: [dpdk-dev] [PATCH v1] net/ice: check the DSN package file firstly

2020-04-16 Thread Ye Xiaolong
On 04/16, Haiyue Wang wrote: >Align the package file search sequence with PF only for DCF mode. Get >the DSN through the virtual channel firstly to check the package file >accessible. check the accessibility of the package file? > >Signed-off-by: Haiyue Wang >--- > drivers/net/ice/ice_dcf_parent

[dpdk-dev] [PATCH v1] net/ice: check the DSN package file firstly

2020-04-15 Thread Haiyue Wang
Align the package file search sequence with PF only for DCF mode. Get the DSN through the virtual channel firstly to check the package file accessible. Signed-off-by: Haiyue Wang --- drivers/net/ice/ice_dcf_parent.c | 30 ++ 1 file changed, 26 insertions(+), 4 deletio