From: Khers Date: Tue, 4 Sep 2018 12:00:37 +0000 (+0430) Subject: device flags will set in dpdk_update_link_state. X-Git-Tag: v18.10-rc1~210 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=0b48cdead5adf07fe684bd909a6f5282e249184c device flags will set in dpdk_update_link_state. Change-Id: If74acb0168bed2201d2a8b47bf3f860540d1574b Signed-off-by: Khers --- diff --git a/src/plugins/dpdk/device/device.c b/src/plugins/dpdk/device/device.c index fcabe6e2dd6..b4001337aca 100644 --- a/src/plugins/dpdk/device/device.c +++ b/src/plugins/dpdk/device/device.c @@ -450,8 +450,6 @@ dpdk_interface_admin_up_down (vnet_main_t * vnm, u32 hw_if_index, u32 flags) if (is_up) { - vnet_hw_interface_set_flags (vnm, xd->hw_if_index, - VNET_HW_INTERFACE_FLAG_LINK_UP); if ((xd->flags & DPDK_DEVICE_FLAG_ADMIN_UP) == 0) dpdk_device_start (xd); xd->flags |= DPDK_DEVICE_FLAG_ADMIN_UP;