[dpdk-dev] [PATCH 1/2] net/enic: fix setting MAC address when a port is restarted

2016-07-08 Thread Bruce Richardson
On Thu, Jul 07, 2016 at 06:10:21PM -0700, Nelson Escobar wrote: > enic_disable() removed the MAC address when a port was shut down but > enic_enable() didn't add the MAC address back when the port was > started again. Move where we set the MAC address for the adapter from > enic_setup_finish() to

[dpdk-dev] [PATCH 1/2] net/enic: fix setting MAC address when a port is restarted

2016-07-07 Thread Nelson Escobar
enic_disable() removed the MAC address when a port was shut down but enic_enable() didn't add the MAC address back when the port was started again. Move where we set the MAC address for the adapter from enic_setup_finish() to a enic_enable() so that port restarting works properly. Fixes: