[dpdk-dev] [PATCH v3 6/8] net/mvneta: add MAC filtering

Ferruh Yigit ferruh.yigit at intel.com
Fri Sep 14 18:24:58 CEST 2018


On 8/31/2018 1:59 PM, Andrzej Ostruszka wrote:
> From: Zyta Szpak <zr at semihalf.com>
> 
> Add callbacks for adding/removing MAC addresses.
> 
> Signed-off-by: Yelena Krivosheev <yelena at marvell.com>
> Signed-off-by: Natalie Samsonov <nsamsono at marvell.com>
> Signed-off-by: Zyta Szpak <zr at semihalf.com>

<...>

> @@ -1614,6 +1681,8 @@ static const struct eth_dev_ops mvneta_ops = {
>  	.link_update = mvneta_link_update,
>  	.promiscuous_enable = mvneta_promiscuous_enable,
>  	.promiscuous_disable = mvneta_promiscuous_disable,
> +	.mac_addr_remove = mvneta_mac_addr_remove,
> +	.mac_addr_add = mvneta_mac_addr_add,

Please announce "Unicast MAC filter" support in .ini file


More information about the dev mailing list