device flags will set in dpdk_update_link_state. 47/14647/8
authorKhers <s3m2e1.6star@gmail.com>
Tue, 4 Sep 2018 12:00:37 +0000 (16:30 +0430)
committerDamjan Marion <dmarion@me.com>
Wed, 12 Sep 2018 10:10:57 +0000 (10:10 +0000)
Change-Id: If74acb0168bed2201d2a8b47bf3f860540d1574b
Signed-off-by: Khers <s3m2e1.6star@gmail.com>
src/plugins/dpdk/device/device.c

index fcabe6e..b400133 100644 (file)
@@ -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;