mirror of
https://github.com/openvswitch/ovs
synced 2025-08-30 22:05:19 +00:00
netdev-dpdk: Fix the issue of physical port's admin state configuration
When we set physical port's admin state via ovs-appctl, the application seems to work and returns "OK". But the application doesn't work perfectly, the state stored in database doesn't change. Signed-off-by: Binbin Xu <xu.binbin1@zte.com.cn> Signed-off-by: Daniele Di Proietto <diproiettod@vmware.com>
This commit is contained in:
committed by
Daniele Di Proietto
parent
b3722dca6f
commit
314fb5ad07
@@ -2162,6 +2162,8 @@ netdev_dpdk_update_flags__(struct netdev_dpdk *dev,
|
||||
if (!(dev->flags & NETDEV_UP)) {
|
||||
rte_eth_dev_stop(dev->port_id);
|
||||
}
|
||||
|
||||
netdev_change_seq_changed(&dev->up);
|
||||
} else {
|
||||
/* If DPDK_DEV_VHOST device's NETDEV_UP flag was changed and vhost is
|
||||
* running then change netdev's change_seq to trigger link state
|
||||
|
Reference in New Issue
Block a user