From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: Helin Zhang <helin.zhang@intel.com>
Cc: dev@dpdk.org
Subject: Re: [PATCH] i40e: skip any phy config as a workaround
Date: Mon, 23 Nov 2015 23:17:20 +0100 [thread overview]
Message-ID: <2795108.MCDRmV9y9P@xps13> (raw)
In-Reply-To: <1447744187-32638-1-git-send-email-helin.zhang@intel.com>
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 <helin.zhang@intel.com>
[...]
> +i40e_phy_conf_link(__rte_unused struct i40e_hw *hw,
> + __rte_unused uint8_t abilities,
> + __rte_unused uint8_t force_speed)
> +{
> + /* Skip any phy config on both 10G and 40G interfaces, as a workaround
> + * for the link control limitation of that all link control should be
> + * handled by firmware. It should follow up if link control will be
> + * opened to software driver in future firmware versions.
> + */
> return I40E_SUCCESS;
> }
An error code seems more appropriate.
But I guess you perfectly know what you do, so
Applied, thanks
next prev parent reply other threads:[~2015-11-23 22:18 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-17 7:09 [PATCH] i40e: skip any phy config as a workaround Helin Zhang
2015-11-23 22:17 ` Thomas Monjalon [this message]
2015-11-24 0:33 ` Zhang, Helin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=2795108.MCDRmV9y9P@xps13 \
--to=thomas.monjalon@6wind.com \
--cc=dev@dpdk.org \
--cc=helin.zhang@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.