From Dan Kenigsberg <dan...@redhat.com>:

Hello Jenkins CI, gerrit-hooks, Irit Goihman, Edward Haas,

I'd like you to do a code review.  Please visit

    https://gerrit.ovirt.org/81150

to review the following change.

Change subject: Revert "dpdk: add only non dpdk nics to aqcuired ifaces"
......................................................................

Revert "dpdk: add only non dpdk nics to aqcuired ifaces"

This reverts commit 936e6cc89aec8fb6a5894382ea1a349979c3fc06.

Change-Id: Ica5e7ca429b9a83a97cb9017c163f713ce762853
---
M lib/vdsm/network/ovs/switch.py
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/50/81150/1

diff --git a/lib/vdsm/network/ovs/switch.py b/lib/vdsm/network/ovs/switch.py
index 64930c9..cff51b9 100644
--- a/lib/vdsm/network/ovs/switch.py
+++ b/lib/vdsm/network/ovs/switch.py
@@ -124,8 +124,7 @@
                 nic = attrs.get('nic')
                 bond = attrs.get('bonding')
                 sb = nic or bond
-                if not dpdk.is_dpdk(sb):
-                    self._acquired_ifaces.add(sb)
+                self._acquired_ifaces.add(sb)
 
                 bridge = self._get_ovs_bridge(sb)
                 self._create_nb(bridge, net)


-- 
To view, visit https://gerrit.ovirt.org/81150
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ica5e7ca429b9a83a97cb9017c163f713ce762853
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Dan Kenigsberg <dan...@redhat.com>
Gerrit-Reviewer: Edward Haas <edwa...@redhat.com>
Gerrit-Reviewer: Irit Goihman <igoih...@redhat.com>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: gerrit-hooks <automat...@ovirt.org>
_______________________________________________
vdsm-patches mailing list -- vdsm-patches@lists.fedorahosted.org
To unsubscribe send an email to vdsm-patches-le...@lists.fedorahosted.org

Reply via email to