Re: [dpdk-dev] [dpdk-dev v5] net/ice: enable eCPRI tunnel port configure in dcf
From: Zhang, Qi Z <hidden>
Date: 2021-01-20 10:36:31
-----Original Message----- From: Thomas Monjalon <redacted> Sent: Wednesday, January 20, 2021 6:31 PM To: Guo, Jia <redacted>; Yigit, Ferruh <redacted>; Lu, Wenzhuo [off-list ref]; Xing, Beilei [off-list ref]; Zhang, Qi Z [off-list ref] Cc: andrew.rybchenko@oktetlabs.ru; Iremonger, Bernard [off-list ref]; Wu, Jingjing [off-list ref]; Yang, Qiming [off-list ref]; Wang, Haiyue [off-list ref]; dev@dpdk.org; Su, Simei [off-list ref]; orika@nvidia.com; getelson@nvidia.com; maxime.coquelin@redhat.com; jerinj@marvell.com; ajit.khaparde@broadcom.com; bingz@nvidia.com; Kinsella, Ray [off-list ref]; dodji@redhat.com; david.marchand@redhat.com Subject: Re: [dpdk-dev v5] net/ice: enable eCPRI tunnel port configure in dcf 20/01/2021 11:23, Zhang, Qi Z:quoted
From: Thomas Monjalon <redacted>quoted
What is DCF?Its "Device Config Function" (DCF), please check ice.rst for detail.Thank you. As you know, I am interested in the privileged rights. This is what I found in ice.rst: A DCF PMD bounds to the device's trusted VF with ID 0 [...] #. Enable the VF0 trust on:: ip link set dev enp24s0f0 vf 0 trust on Does it mean only VF 0 can be trusted?
Yes, currently we only allow VF0 have DCF capability, but that limitation might be removed at some time.