2014-11-11 19:41, Shyam Sundar Govindaraj: > The below function is available in dpdk-1.6.0r1 but not in dpdk-1.7.1. > Please let me know if there is any alternative function available for this in > dpdk-1.7.1?
No, this function doesn't exist in any DPDK version I know. It's probably something you've added internally. So I'm afraid it will be difficult to offer support on this ;) > lib/librte_ether/rte_ethdev.c:858:rte_eth_add_mc_addr(uint8_t port_id, > uint8_t *mac_addr[], uint32_t mc_addr_cnt) > lib/librte_ether/rte_ethdev.h:1675:extern void rte_eth_add_mc_addr(uint8_t > port_id, uint8_t *mac_addr[], uint32_t mc_addr_cnt); -- Thomas