[dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Nov 11 22:30:42 CET 2014


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


More information about the dev mailing list