omec-project / sdcore-helm-charts

Helm charts used for SD-Core packaging
8 stars 8 forks source link

Improved solution to pass PCI address to BESS when UPF is deployed in DPDK mode #31

Closed gab-arrobo closed 4 months ago

gab-arrobo commented 4 months ago

This PR is an improvement to PR #30 that instead of getting the PCI address from the interface (alias), it will directly get it from the environment variable PCIDEVICE_INTEL_COM_INTEL_SRIOV_DPDK, which will be present only when the UPF is deployed in DPDK mode. Otherwise, allow will be empty and will have no effect in the other UPF's deployment modes.