[dpdk-dev] [PATCH] i40e: skip any phy config as a workaround

2015-11-24 Thread Zhang, Helin
> -Original Message- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Tuesday, November 24, 2015 6:17 AM > To: Zhang, Helin > Cc: dev at dpdk.org > Subject: Re: [dpdk-dev] [PATCH] i40e: skip any phy config as a workaround > > 2015-

[dpdk-dev] [PATCH] i40e: skip any phy config as a workaround

2015-11-23 Thread Thomas Monjalon
2015-11-17 15:09, Helin Zhang: > As firmware does not support any link control from software driver > side, any phy config should be ignored as a workaround. Otherwise > the link might not be up again after binding back to kernel driver. > > Signed-off-by: Helin Zhang [...] >

[dpdk-dev] [PATCH] i40e: skip any phy config as a workaround

2015-11-17 Thread Helin Zhang
As firmware does not support any link control from software driver side, any phy config should be ignored as a workaround. Otherwise the link might not be up again after binding back to kernel driver. Signed-off-by: Helin Zhang --- drivers/net/i40e/i40e_ethdev.c | 61