When started ru_emulator and cuphycontroller, failed to find FH.NIC which is VF port

When started ru_emulator and cuphycontroller, failed to find FH.NIC which is VF port.

I created VF port on Mellanox ConnectX-6 Dx used to be FH port.
root@alpha:~# lshw -c network -businfo
Bus info Device Class Description

pci@0000:19:00.0 eno3 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:19:00.1 eno4 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:18:00.0 eno1 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:18:00.1 eno2 network NetXtreme BCM5720 Gigabit Ethernet PCIe
pci@0000:5e:00.0 enp94s0f0np0 network MT2892 Family [ConnectX-6 Dx]
pci@0000:5e:00.1 enp94s0f1np1 network MT2892 Family [ConnectX-6 Dx]
pci@0000:5e:00.2 enp94s0f0v0 network ConnectX Family mlx5Gen Virtual Function
pci@0000:5e:00.3 enp94s0f0v1 network ConnectX Family mlx5Gen Virtual Function

and start ru_emulator,“WAN” raised in console log as following:

start cuphycontroller, “WAN” raised in console log as following:

07:58:57.250813 WRN phy_init 0 [DRV.CTX] use_green_contexts 0
EAL: Detected CPU lcores: 96
EAL: Detected NUMA nodes: 2
EAL: Detected shared linkage of DPDK
EAL: Multi-process socket /var/run/dpdk/cuphycontroller/mp_socket
EAL: Selected IOVA mode ‘VA’
EAL: VFIO support initialized
EAL: Probe PCI driver: gpu_cuda (10de:20f1) device: 0000:3b:00.0 (socket 0)
EAL: Probe PCI driver: mlx5_pci (15b3:101e) device: 0000:5e:00.2 (socket 0)
mlx5_net: port 0 ioctl(SIOCETHTOOL, ETHTOOL_SPAUSEPARAM) failed: Operation not supported
07:59:00.652662 WRN phy_init 0 [FH.NIC] Failed to get NIC 0000:5e:00.2 current Ethernet link flow control status: Operation not supported
gRPC Server listening on 0.0.0.0:50051

so how to solve this issue, thank in advance!