> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Wednesday, January 20, 2021 6:31 PM
> To: Guo, Jia <jia....@intel.com>; Yigit, Ferruh <ferruh.yi...@intel.com>; Lu,
> Wenzhuo <wenzhuo...@intel.com>; Xing, Beilei <beilei.x...@intel.com>; Zhang,
> Qi Z <qi.z.zh...@intel.com>
> Cc: andrew.rybche...@oktetlabs.ru; Iremonger, Bernard
> <bernard.iremon...@intel.com>; Wu, Jingjing <jingjing...@intel.com>; Yang,
> Qiming <qiming.y...@intel.com>; Wang, Haiyue <haiyue.w...@intel.com>;
> dev@dpdk.org; Su, Simei <simei...@intel.com>; or...@nvidia.com;
> getel...@nvidia.com; maxime.coque...@redhat.com; jer...@marvell.com;
> ajit.khapa...@broadcom.com; bi...@nvidia.com; Kinsella, Ray
> <ray.kinse...@intel.com>; do...@redhat.com; david.march...@redhat.com
> Subject: Re: [dpdk-dev v5] net/ice: enable eCPRI tunnel port configure in dcf
>
> 20/01/2021 11:23, Zhang, Qi Z:
> > From: Thomas Monjalon <tho...@monjalon.net>
> > > 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.
>