AETHER-724 Add support of running UPF from SRIOV enabled VM

Change-Id: I4d9f337d1a91dedb35934246ba8703553a130820
diff --git a/omec/omec-upf-cni/values.yaml b/omec/omec-upf-cni/values.yaml
index 2008555..e67a53e 100644
--- a/omec/omec-upf-cni/values.yaml
+++ b/omec/omec-upf-cni/values.yaml
@@ -19,8 +19,8 @@
     # If your cluster has multiple nodes with different interface names,
     # simply provide the whole list
     resourceList:
-      # Provide PF name with VF range for S1U and SGI interfaces.
-      # Note that VF range of S1U must be smaller than SGI's.
+      # Provide PF name with VF range or PCI address for access and core interfaces.
+      # PCI address has higher precedence when both provided.
       vfio:
         accessPfNames:
           - eno1#0-3
@@ -29,10 +29,9 @@
       # Provide PF name with its VFs bounded to PF's driver
       # The driver name must be specified to prevent one interface is
       # registered to both vfio and netdevice resource pools
-      # NOTE: netDevice is required to use CDN service
-      netDevice:
-        pfNames:
-          - eno1
-        drivers:
-          - i40evf
-          - ixgbevf
+      #netDevice:
+      #  pfNames:
+      #    - eno1
+      #  drivers:
+      #    - i40evf
+      #    - ixgbevf