aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-16.11_patches/0002-ethdev-fix-MAC-address-replay.patch
AgeCommit message (Collapse)AuthorFilesLines
2017-05-15dpdk: revert dpdk 17.05 change which causes virtio issuesDamjan Marion1-83/+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-01-30This patch fixes a bug in replaying MAC address to the hardwareSteve Shin1-0/+83
in rte_eth_dev_config_restore() routine. Added default MAC replay as well. Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements") Change-Id: I646799477e9a6f2fdeff7a52a76d216ef91115e9 Signed-off-by: Steve Shin <jonshin@cisco.com>