From: Jijiang Liu Date: Fri, 31 Oct 2014 02:26:22 +0000 (+0800) Subject: ethdev: fix mac vlan filter type X-Git-Tag: spdx-start~10217 X-Git-Url: http://git.droids-corp.org/?a=commitdiff_plain;h=3b496a2759d5684a825f02dd8ba79b79b141af76;p=dpdk.git ethdev: fix mac vlan filter type Use the enum type for filter type. It fixes the compilation error under ICC compiler. Signed-off-by: Jijiang Liu Acked-by: Thomas Monjalon --- diff --git a/lib/librte_ether/rte_eth_ctrl.h b/lib/librte_ether/rte_eth_ctrl.h index 14a739bd61..8dd384d256 100644 --- a/lib/librte_ether/rte_eth_ctrl.h +++ b/lib/librte_ether/rte_eth_ctrl.h @@ -90,8 +90,8 @@ enum rte_mac_filter_type { */ struct rte_eth_mac_filter { uint8_t is_vf; /**< 1 for VF, 0 for port dev */ - uint16_t dst_id; /**