No way to customize configure_options in doca-kernel-support

With mlnx_add_kernel_support.sh there were multiple --with/without-smth options which allowed to override configuration defaults. How it is supposed to be done with doca-kernel-support?

Hi,

DOCA-OFED is being installed via package manager, thus there is no option to specify the --with/–without flags as with MLNX_OFED.
However, you can choose to download only the specific relevant packages, to avoid installing packages that are not necessary for you, by downloading a specific profile:


So doca-all will install everything, and the rest will only install the relevant packages for the specific profile.

If there are still any issues or questions, please feel free to open a case with enterprisesupport@nvidia.com, and it will be handled based on entitlement.

Thanks,
Jonathan.

Hello,

DOCA-OFED is being installed via package manager

Not quite, package manager installs only OFED source archive and necessary build infra aka doca-kernel-support. doca-kernel-support clearly looks like mlnx_add_kernel_support.sh counterpart, they both build kernel and userspace driver components for the particular kernel. But apparently mlnx_add_kernel_support.sh have much more options for customization, e.g. --with/--without-smth. My question - are there any plans to re-add such options to doca-kernel-support?