Up the sr-iov interface in the config container

Change-Id: I8dcfe215e9e33089bda1f27f31e0b243f4e8c906
diff --git a/apps/dbuf/templates/configmap-config.yaml b/apps/dbuf/templates/configmap-config.yaml
index e41a9ae..96368c9 100644
--- a/apps/dbuf/templates/configmap-config.yaml
+++ b/apps/dbuf/templates/configmap-config.yaml
@@ -23,6 +23,8 @@
     ifconfig
     while true
     do
+        echo "Up SR-IOV intercae"
+        ip link set $DP_INTERFACE up
         echo "Get the IP Address from interface $DP_INTERFACE"
         ifconfig $DP_INTERFACE
         #IP Address from ifconfig is addr:10.71.126.127, have to cut it off