From: Mohsin KAZMI Date: Mon, 20 Jun 2016 04:55:25 +0000 (+0200) Subject: Netmap: Resolve interface state issue X-Git-Tag: v16.09-rc1~239 X-Git-Url: https://gerrit.fd.io/r/gitweb?p=vpp.git;a=commitdiff_plain;h=63617fc8e456f5803cec9b967a4a880f57755d0b Netmap: Resolve interface state issue [VPP-155]: There is inconsistency in the netmap interface state for software interface state and hardware interface state. This patch resolves that issue. Change-Id: I92199e117f919bd985670366a6d3b7753e40659c Signed-off-by: Mohsin KAZMI --- diff --git a/vnet/vnet/devices/netmap/netmap.c b/vnet/vnet/devices/netmap/netmap.c index ed90862fdf0..653ebc203c0 100644 --- a/vnet/vnet/devices/netmap/netmap.c +++ b/vnet/vnet/devices/netmap/netmap.c @@ -197,9 +197,6 @@ netmap_create_if(vlib_main_t * vm, u8 * if_name, u8 * hw_addr_set, sw = vnet_get_hw_sw_interface (vnm, nif->hw_if_index); nif->sw_if_index = sw->sw_if_index; - vnet_hw_interface_set_flags (vnm, nif->hw_if_index, - VNET_HW_INTERFACE_FLAG_LINK_UP); - mhash_set_mem (&nm->if_index_by_host_if_name, if_name, &nif->if_index, 0); if (sw_if_index)