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)
commit460bc633b131d2001bb81d7c2ad5a51ec177ac93
tree535f2519be74a2ead116c6678715021fc01eb30b
parentb17dd9607ee8ecba5ae3ef69c7b4915b57de292a
ENIC driver patch to fix MAC address add and remove

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>
dpdk/Makefile
dpdk/dpdk-16.11_patches/0003-enic-fix-MAC-address-add-and-remove.patch [new file with mode: 0644]