X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest-pmd%2Ftestpmd.h;h=f8ebe71acc8fef300b3e3d88bf19f12a6b68e5b7;hb=c1077933d45b2bb6b8721746e63f5a125bd2353a;hp=9446d279fc78f9f621a2f36727df44a52f67a503;hpb=e661a08ba9e66838ef06b6f8865c03da8b8c9e50;p=dpdk.git diff --git a/app/test-pmd/testpmd.h b/app/test-pmd/testpmd.h index 9446d279fc..f8ebe71acc 100644 --- a/app/test-pmd/testpmd.h +++ b/app/test-pmd/testpmd.h @@ -825,7 +825,10 @@ void setup_gso(const char *mode, portid_t port_id); int eth_dev_info_get_print_err(uint16_t port_id, struct rte_eth_dev_info *dev_info); void eth_set_promisc_mode(uint16_t port_id, int enable); +void eth_set_allmulticast_mode(uint16_t port, int enable); int eth_link_get_nowait_print_err(uint16_t port_id, struct rte_eth_link *link); +int eth_macaddr_get_print_err(uint16_t port_id, + struct rte_ether_addr *mac_addr); /* Functions to manage the set of filtered Multicast MAC addresses */