ST2110NicSettings.hugeDir property
Hugetlbfs mount path that this NIC’s DPDK primary should use as --huge-dir. Required when more than one DPDK primary runs in the same norsk instance (e.g. norsk-core’s allocator plus multiple ST 2110 NICs); EAL takes an exclusive flock on the hugetlbfs mount root during init, so each primary needs its own mount. The path must be a hugetlbfs mount provided by the operator at host / container setup time — norsk does not create it.
Leave undefined when this is the only DPDK primary in the container, in which case EAL picks a default mount.
Signature:
hugeDir?: string;