summaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-16.11_patches/0003-enic-fix-MAC-address-add-and-remove.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15dpdk: revert dpdk 17.05 change which causes virtio issuesDamjan Marion1-122/+0
This patch is causing DPDK to provide bad MAC address for legacy virtio interfaces. Change-Id: I526cd35a38164ede80a8ab6decb9e0d1ebfad723 Signed-off-by: Damjan Marion <damarion@cisco.com>
2017-02-02ENIC driver patch to fix MAC address add and removeSteve Shin1-0/+122
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>