-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Showing
3 changed files
with
200 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters