K 10 svn:author V 8 hselasky K 8 svn:date V 27 2018-09-12T08:56:08.138910Z K 7 svn:log V 469 MFC r338491: ibcore: Fix endless loop in searching for matching VLAN device In r337943 ifnet's if_pcp was set to the PCP value in use instead of IFNET_PCP_NONE. Current ibcore code assumes that if_pcp is IFNET_PCP_NONE with VLAN interfaces so it can identify prio-tagged traffic. Fix that by explicitly verifying that that the if_type is IFT_ETHER and not IFT_L2VLAN. Approved by: re (Marius), hselasky (mentor), kib (mentor) Sponsored by: Mellanox Technologies END