[dpdk-dev] [PATCH v4 1/7] net/iavf: stop the PCI probe in DCF mode
Wu, Jingjing
jingjing.wu at intel.com
Thu Mar 26 04:28:16 CET 2020
-----Original Message-----
From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Haiyue Wang
Sent: Thursday, March 26, 2020 11:04 AM
To: dev at dpdk.org; Ye, Xiaolong <xiaolong.ye at intel.com>; Zhang, Qi Z <qi.z.zhang at intel.com>; Yang, Qiming <qiming.yang at intel.com>; Xing, Beilei <beilei.xing at intel.com>
Cc: Zhao1, Wei <wei.zhao1 at intel.com>; Wang, Haiyue <haiyue.wang at intel.com>
Subject: [dpdk-dev] [PATCH v4 1/7] net/iavf: stop the PCI probe in DCF mode
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 the iavf PMD.
Signed-off-by: Haiyue Wang <haiyue.wang at intel.com>
Reviewed-by: Xiaolong Ye <xiaolong.ye at intel.com>
Acked-by: Jingjing Wu <jingjing.wu at intel.com>
More information about the dev
mailing list