[dpdk-dev] i40evf_del_mac_addr_by_addr in - i40e_ethdev_vf.c

Kamaraj P pkamaraj at gmail.com
Mon Dec 2 16:37:14 CET 2019


Hello All,

Currently i40evf_del_mac_addr_by_addr() API uses i40e_validate_mac_addr()
to check the mac address and delete the mac address from the table. Why
cant we use   rte_is_zero_ether_addr() ? in this case ?

>From the i40evf_add_mac_addr() we are using the rte_is_zero_ether_addr()
API to validate the ether address.

Please advise.

Thanks,
Kamaraj


More information about the dev mailing list