On 10/22/2021 10:19 AM, Min Hu (Connor) wrote:
This patchset refactor MAC handling for hns3 PMD, including
unicast, multicast and operation for MAC address.
Huisong Li (14):
net/hns3: rename adding multicast address function in PF
net/hns3: rename adding unicast address function in PF
net/hns3: rename removing multicast address function in PF
net/hns3: extract a common interface to check duplicates
net/hns3: remove redundant adding multicast MAC interface
net/hns3: rename removing unicast address function in PF
net/hns3: remove redundant multicast operation interface
net/hns3: add hns3 HW ops structure to operate hardware
net/hns3: use APIs in hns3 HW ops to config MAC features
net/hns3: uniform to config all MAC and MC address
net/hns3: uniform adding and removing MAC address API
net/hns3: uniform common function to check multicast
net/hns3: refactor hns3 set MC MAC addr list API for PF
net/hns3: replace set MC MAC addr list API in VF
Series applied to dpdk-next-net/main, thanks.