diff mbox

[ovs-dev,2/3] rhel: Remove obsolete OVSDPDKVhostPort from ifdown script.

Message ID 20170125022153.28781-2-diproiettod@vmware.com
State Accepted
Headers show

Commit Message

Daniele Di Proietto Jan. 25, 2017, 2:21 a.m. UTC
The support for vhost cuse port has been removed long ago.

Fixes:419876444357("netdev-dpdk: Remove dpdkvhostcuse ports")
Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
---
 rhel/etc_sysconfig_network-scripts_ifdown-ovs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Ben Pfaff Feb. 2, 2017, 7:49 p.m. UTC | #1
On Tue, Jan 24, 2017 at 06:21:52PM -0800, Daniele Di Proietto wrote:
> The support for vhost cuse port has been removed long ago.
> 
> Fixes:419876444357("netdev-dpdk: Remove dpdkvhostcuse ports")
> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>

Acked-by: Ben Pfaff <blp@ovn.org>
Daniele Di Proietto Feb. 3, 2017, 6:07 p.m. UTC | #2
On 02/02/2017 11:49, "Ben Pfaff" <blp@ovn.org> wrote:

>On Tue, Jan 24, 2017 at 06:21:52PM -0800, Daniele Di Proietto wrote:
>> The support for vhost cuse port has been removed long ago.
>> 
>> Fixes:419876444357("netdev-dpdk: Remove dpdkvhostcuse ports")
>> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
>
>Acked-by: Ben Pfaff <blp@ovn.org>

Thanks, pushed to master, branch-2.7 and branch-2.6
diff mbox

Patch

diff --git a/rhel/etc_sysconfig_network-scripts_ifdown-ovs b/rhel/etc_sysconfig_network-scripts_ifdown-ovs
index 39884016c..8c9f3694c 100755
--- a/rhel/etc_sysconfig_network-scripts_ifdown-ovs
+++ b/rhel/etc_sysconfig_network-scripts_ifdown-ovs
@@ -59,7 +59,7 @@  case "$TYPE" in
 	OVSPatchPort|OVSTunnel)
 		ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"
 		;;
-	OVSDPDKPort|OVSDPDKRPort|OVSDPDKVhostPort|OVSDPDKVhostUserPort|OVSDPDKBond)
+	OVSDPDKPort|OVSDPDKRPort|OVSDPDKVhostUserPort|OVSDPDKBond)
 		ovs-vsctl -t ${TIMEOUT} -- --if-exists del-port "$OVS_BRIDGE" "$DEVICE"
 		;;
 	*)