How to set the '-p' and '-r' arguments of doca_file_compression binary file

Hello, I am not sure what should be passed to the ‘-p’ and ‘-r’ arguments in the commands:

./doca_file_compression -p 03:00.0 -r 3b:00.0 -f received.txt

and

./doca_file_compression -p 3b:00.0 -f send.txt

I have the following output on the host and the BlueField-3 card:

# host
zhiyihu@alveo-u50d-01:/tmp/build/file_compression$ lspci | grep BlueField
c4:00.0 Ethernet controller: Mellanox Technologies MT43244 BlueField-3 integrated ConnectX-7 network controller (rev 01)
c4:00.1 Ethernet controller: Mellanox Technologies MT43244 BlueField-3 integrated ConnectX-7 network controller (rev 01)
c4:00.2 DMA controller: Mellanox Technologies MT43244 BlueField-3 SoC Management Interface (rev 01)
# DPU
ubuntu@localhost:/opt/mellanox/doca/applications$ lspci | grep BlueField
00:00.0 PCI bridge: Mellanox Technologies MT43244 BlueField-3 SoC Crypto enabled (rev 01)
01:00.0 PCI bridge: Mellanox Technologies MT43244 Family [BlueField-3 SoC PCIe Bridge] (rev 01)
02:00.0 PCI bridge: Mellanox Technologies MT43244 Family [BlueField-3 SoC PCIe Bridge] (rev 01)
02:03.0 PCI bridge: Mellanox Technologies MT43244 Family [BlueField-3 SoC PCIe Bridge] (rev 01)
03:00.0 Ethernet controller: Mellanox Technologies MT43244 BlueField-3 integrated ConnectX-7 network controller (rev 01)
03:00.1 Ethernet controller: Mellanox Technologies MT43244 BlueField-3 integrated ConnectX-7 network controller (rev 01)
04:00.0 PCI bridge: Mellanox Technologies MT43244 Family [BlueField-3 SoC PCIe Bridge] (rev 01)
05:00.0 PCI bridge: Mellanox Technologies MT43244 Family [BlueField-3 SoC PCIe Bridge] (rev 01)

Thanks a lot!