[dpdk-dev] [PATCH] net/enic: move link checking init to probe time

2016-09-21 Thread Bruce Richardson
On Tue, Aug 09, 2016 at 02:42:04PM -0700, Nelson Escobar wrote: > The enic DMAs link status information to the host and this requires a > little setup. This setup was being done as a result of calling > rte_eth_dev_start(). But applications expect to be able to check link > status before calling

[dpdk-dev] [PATCH] net/enic: move link checking init to probe time

2016-08-09 Thread Nelson Escobar
The enic DMAs link status information to the host and this requires a little setup. This setup was being done as a result of calling rte_eth_dev_start(). But applications expect to be able to check link status before calling rte_eth_dev_start(). This patch moves he link status setup to enic_init