aboutsummaryrefslogtreecommitdiffstats
path: root/dpdk/dpdk-16.11_patches/0002-ethdev-fix-MAC-address-replay.patch
AgeCommit message (Collapse)AuthorFilesLines
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>