Define one more SR-IOV network for NetDevice type

SPGW-U and the other regular network applications (e.g., CDN and BBU/CU)
use SR-IOV/VFIO and SR-IOV/NetDevice, respectively.
Thus, need to define one more SR-IOV network.

Change-Id: Iff331fcb8f2040ce4127be5d591c6bd4e1aa32bd
diff --git a/mcord-release/mcord-setup/values.yaml b/mcord-release/mcord-setup/values.yaml
index d9f8be4..58ca552 100644
--- a/mcord-release/mcord-setup/values.yaml
+++ b/mcord-release/mcord-setup/values.yaml
@@ -18,7 +18,12 @@
   initimage: aweimeow/multus-sriov
   image: aweimeow/multus-sriov
 
-sriov:
-  name: sriov
+sriov_vfio:
+  name: sriov_vfio
   devicepci: 04:00.0
   devicetype: vfio
+
+sriov_netdevice:
+  name: sriov_netdevice
+  devicepci: 04:00.0
+  devicetype: netdevice