app/testpmd: new command to add/remove multicast MAC addresses
authorIvan Boule <ivan.boule@6wind.com>
Thu, 28 May 2015 15:05:20 +0000 (17:05 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Fri, 12 Jun 2015 13:55:38 +0000 (15:55 +0200)
commit8fff667578a7541acc2e55b71366af6255646d4d
tree31bc0b91b84542b7a930e98ad46312c4fa3e7f3c
parent64b7acd861b13d4f1a2b860c448edc99c5d236ef
app/testpmd: new command to add/remove multicast MAC addresses

Add the new interactive command:
    mcast_addr add|remove X <mcast_addr>
to add/remove the multicast MAC address <mcast_addr> to/from the set of
multicast addresses filtered by port <X>.
Command used to test the function "rte_eth_dev_set_mc_addr_list"
that has been added to the API of PMDs.

Signed-off-by: Ivan Boule <ivan.boule@6wind.com>
app/test-pmd/cmdline.c
app/test-pmd/config.c
app/test-pmd/testpmd.h