Re: [dpdk-dev] [dpdk-dev v5] net/ice: enable eCPRI tunnel port configure in dcf
From: Thomas Monjalon <hidden>
Date: 2021-01-20 10:39:50
From: Thomas Monjalon <hidden>
Date: 2021-01-20 10:39:50
20/01/2021 11:36, Zhang, Qi Z:
From: Thomas Monjalon <redacted>quoted
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.
OK thanks for the explanations.