`--with nvmf` equivalent for install OFED drivers with DOCA

Hi, I’m curious what is the equivalent of installing OFED with --nvmf using DOCA on Ubunut. It appears that it is not included when installing OFED drivers using doca-ofed. Thanks!

The “–with-nvmf” is deprecated and no longer applicable.

ref https://docs.nvidia.com/networking/display/nvidia-mlnx-ofed-documentation-v24-10-0-7-0-0.0.pdf -->NVME-oF

NVME-oF - NVM Express over Fabrics - NVIDIA Docs --NVME-oF

Thanks for the references, the link to the community post is what I followed in the past to setup NVMe-oF on IB in the past using the mlnxofedinstall --add-kernel-support --with-nvmf command otherwise there would be symbol errors when loading nvme-rdma and nvmet-rdma kernel modules. When installing OFED using the DOCA package via apt-get -y install doca-ofed I get the same symbol errors when loading the kernel modules. What am I missing here?