All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Nguyen <anthony.l.nguyen@intel.com>
To: davem@davemloft.net, kuba@kernel.org
Cc: Jeb Cramer <jeb.j.cramer@intel.com>,
	netdev@vger.kernel.org, sassmann@redhat.com,
	anthony.l.nguyen@intel.com, Aaron Brown <aaron.f.brown@intel.com>
Subject: [net-next v4 3/9] ice: Enable Support for FW Override (E82X)
Date: Wed,  9 Dec 2020 13:13:06 -0800	[thread overview]
Message-ID: <20201209211312.3850588-4-anthony.l.nguyen@intel.com> (raw)
In-Reply-To: <20201209211312.3850588-1-anthony.l.nguyen@intel.com>

From: Jeb Cramer <jeb.j.cramer@intel.com>

The driver is able to override the firmware when it comes to supporting
a more lenient link mode.  This feature was limited to E810 devices.  It
is now extended to E82X devices.

Signed-off-by: Jeb Cramer <jeb.j.cramer@intel.com>
Tested-by: Aaron Brown <aaron.f.brown@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
---
 drivers/net/ethernet/intel/ice/ice_common.c | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/drivers/net/ethernet/intel/ice/ice_common.c b/drivers/net/ethernet/intel/ice/ice_common.c
index ab9d7ae93706..18720c6fbfd9 100644
--- a/drivers/net/ethernet/intel/ice/ice_common.c
+++ b/drivers/net/ethernet/intel/ice/ice_common.c
@@ -4262,10 +4262,6 @@ ice_sched_query_elem(struct ice_hw *hw, u32 node_teid,
  */
 bool ice_fw_supports_link_override(struct ice_hw *hw)
 {
-	/* Currently, only supported for E810 devices */
-	if (hw->mac_type != ICE_MAC_E810)
-		return false;
-
 	if (hw->api_maj_ver == ICE_FW_API_LINK_OVERRIDE_MAJ) {
 		if (hw->api_min_ver > ICE_FW_API_LINK_OVERRIDE_MIN)
 			return true;
-- 
2.26.2


  parent reply	other threads:[~2020-12-09 21:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-09 21:13 [net-next v4 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-12-09 Tony Nguyen
2020-12-09 21:13 ` [net-next v4 1/9] ice: cleanup stack hog Tony Nguyen
2020-12-09 21:13 ` [net-next v4 2/9] ice: don't always return an error for Get PHY Abilities AQ command Tony Nguyen
2020-12-09 21:13 ` Tony Nguyen [this message]
2020-12-09 21:13 ` [net-next v4 4/9] ice: Remove gate to OROM init Tony Nguyen
2020-12-09 21:13 ` [net-next v4 5/9] ice: Remove vlan_ena from vsi structure Tony Nguyen
2020-12-09 21:13 ` [net-next v4 6/9] ice: cleanup misleading comment Tony Nguyen
2020-12-09 21:13 ` [net-next v4 7/9] ice: silence static analysis warning Tony Nguyen
2020-12-09 21:13 ` [net-next v4 8/9] ice: join format strings to same line as ice_debug Tony Nguyen
2020-12-09 21:13 ` [net-next v4 9/9] ice: Add space to unknown speed Tony Nguyen
2020-12-10  2:52 ` [net-next v4 0/9][pull request] 100GbE Intel Wired LAN Driver Updates 2020-12-09 David Miller

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=20201209211312.3850588-4-anthony.l.nguyen@intel.com \
    --to=anthony.l.nguyen@intel.com \
    --cc=aaron.f.brown@intel.com \
    --cc=davem@davemloft.net \
    --cc=jeb.j.cramer@intel.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=sassmann@redhat.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.