Re: [dpdk-dev] [PATCH v2 1/7] net/iavf: stop the PCI probe in DCF mode

2020-03-12 Thread Ye Xiaolong
On 03/10, Haiyue Wang wrote: >A new DCF PMD will be introduced, which runs on Intel VF hardware, and >it is a pure software design to control the advance functionality (such >as switch, ACL) for rest of the VFs. > >So if the DCF (Device Config Function) mode is specified by the devarg >'cap=dcf', t

[dpdk-dev] [PATCH v2 1/7] net/iavf: stop the PCI probe in DCF mode

2020-03-09 Thread Haiyue Wang
A new DCF PMD will be introduced, which runs on Intel VF hardware, and it is a pure software design to control the advance functionality (such as switch, ACL) for rest of the VFs. So if the DCF (Device Config Function) mode is specified by the devarg 'cap=dcf', then it will stop the PCI probe in t