Re: [dpdk-dev] [PATCH v4 0/7] add Intel DCF PMD support

2020-03-25 Thread Wang, Haiyue
Hi Xiaolong, Yes, found the root cause. Will fix it next version. BR, Haiyue > -Original Message- > From: Ye, Xiaolong > Sent: Thursday, March 26, 2020 13:06 > To: Wang, Haiyue > Cc: dev@dpdk.org; Zhang, Qi Z ; Yang, Qiming > ; Xing, > Beilei ; Zhao1, Wei > Subject: Re: [PATCH v4 0/7

Re: [dpdk-dev] [PATCH v4 0/7] add Intel DCF PMD support

2020-03-25 Thread Ye Xiaolong
There is build error about this patchset, could you double check? OS: CENTOS77-64 Target: x86_64-native-linuxapp-gcc+shared LD librte_pmd_ice.so.20.0.2 CC sfc_ev.o ice_dcf_parent.o: In function `ice_dcf_handle_pf_event_msg': ice_dcf_parent.c:(.text+0x556): undefined reference to `pthread_cr

Re: [dpdk-dev] [PATCH v4 0/7] add Intel DCF PMD support

2020-03-25 Thread Zhang, Qi Z
> -Original Message- > From: Wang, Haiyue > Sent: Thursday, March 26, 2020 11:04 AM > To: dev@dpdk.org; Ye, Xiaolong ; Zhang, Qi Z > ; Yang, Qiming ; Xing, Beilei > > Cc: Zhao1, Wei ; Wang, Haiyue > > Subject: [PATCH v4 0/7] add Intel DCF PMD support > > A DCF (Device Config Function

[dpdk-dev] [PATCH v4 0/7] add Intel DCF PMD support

2020-03-25 Thread Haiyue Wang
A DCF (Device Config Function) based approach is proposed where a device bound to the device's VF0 can act as a sole controlling entity to exercise advance functionality (such as switch, ACL) for rest of the VFs. The DCF works as a standalone PMD to support this function, which shares the ice PMD