DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1
@ 2014-11-11 19:41 Shyam Sundar Govindaraj
  2014-11-11 21:30 ` Thomas Monjalon
  0 siblings, 1 reply; 2+ messages in thread
From: Shyam Sundar Govindaraj @ 2014-11-11 19:41 UTC (permalink / raw)
  To: dev

Hi

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?

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);

Thanks
Shyam

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1
  2014-11-11 19:41 [dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1 Shyam Sundar Govindaraj
@ 2014-11-11 21:30 ` Thomas Monjalon
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Monjalon @ 2014-11-11 21:30 UTC (permalink / raw)
  To: Shyam Sundar Govindaraj; +Cc: dev

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-11 21:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-11 19:41 [dpdk-dev] rte_eth_add_mc_addr not in dpdk-1.7.1 Shyam Sundar Govindaraj
2014-11-11 21:30 ` Thomas Monjalon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).