ENIC driver patch to fix MAC address add and remove 65/4965/3
authorSteve Shin <jonshin@cisco.com>
Tue, 31 Jan 2017 21:38:08 +0000 (13:38 -0800)
committerDamjan Marion <dmarion.lists@gmail.com>
Thu, 2 Feb 2017 12:36:45 +0000 (12:36 +0000)
The mac_addr_add callback function was simply replacing the primary MAC
address instead of adding new ones and the mac_addr_remove callback would
only remove the primary MAC form the adapter. Fix the functions to add or
remove new address. Allow up to 64 MAC addresses per port.

Change-Id: Ieff396ae27505c4c09f028911eff907757b03c7d
Signed-off-by: Steve Shin <jonshin@cisco.com>

No differences found