Re: [dpdk-dev] [PATCH v5] ethdev: fix MAC address replay

2017-01-30 Thread Thomas Monjalon
2017-01-27 09:57, Steve Shin: > This patch fixes a bug in replaying MAC address to the hardware > in rte_eth_dev_config_restore() routine. Added default MAC replay as well. > > Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements") > > --- > v2: Added default MAC replay & Code optimization. > v3: Cove

[dpdk-dev] [PATCH v5] ethdev: fix MAC address replay

2017-01-27 Thread Steve Shin
This patch fixes a bug in replaying MAC address to the hardware in rte_eth_dev_config_restore() routine. Added default MAC replay as well. Fixes: 4bdefaade6d1 ("ethdev: VMDQ enhancements") --- v2: Added default MAC replay & Code optimization. v3: Covered a case (ex, SR-IOV) where multiple pools