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

