From: Sathya Perla <sathya.perla@emulex.com>
To: <netdev@vger.kernel.org>
Cc: Vasundhara Volam <vasundhara.volam@emulex.com>,
Sathya Perla <sathya.perla@emulex.com>
Subject: [net-next PATCH 3/5] be2net: fix FW default for VF tx-rate
Date: Wed, 29 Aug 2012 12:07:42 +0530 [thread overview]
Message-ID: <654e44b9-e923-4fe2-b211-b8ac3d4d5232@exht1.ad.emulex.com> (raw)
In-Reply-To: <1346222264-20819-1-git-send-email-sathya.perla@emulex.com>
From: Vasundhara Volam <vasundhara.volam@emulex.com>
BE3 FW initializes VF tx-rate to 100Mbps. Fix this to 10Gbps.
Signed-off-by: Vasundhara Volam <vasundhara.volam@emulex.com>
Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
---
drivers/net/ethernet/emulex/benet/be_main.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/ethernet/emulex/benet/be_main.c b/drivers/net/ethernet/emulex/benet/be_main.c
index def2f66..1494f2fc 100644
--- a/drivers/net/ethernet/emulex/benet/be_main.c
+++ b/drivers/net/ethernet/emulex/benet/be_main.c
@@ -2645,8 +2645,8 @@ static int be_vf_setup(struct be_adapter *adapter)
}
for_all_vfs(adapter, vf_cfg, vf) {
- status = be_cmd_link_status_query(adapter, NULL, &lnk_speed,
- NULL, vf + 1);
+ lnk_speed = 1000;
+ status = be_cmd_set_qos(adapter, lnk_speed, vf + 1);
if (status)
goto err;
vf_cfg->tx_rate = lnk_speed * 10;
--
1.7.4
next prev parent reply other threads:[~2012-08-29 6:56 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1346222264-20819-1-git-send-email-sathya.perla@emulex.com>
2012-08-29 6:37 ` [net-next PATCH 1/5] be2net: create RSS rings even in multi-channel configs Sathya Perla
2012-08-29 6:37 ` [net-next PATCH 2/5] be2net: fix max VFs reported by HW Sathya Perla
2012-08-29 6:37 ` Sathya Perla [this message]
2012-08-29 6:37 ` [net-next PATCH 4/5] be2net: fixup malloc/free of adapter->pmac_id Sathya Perla
2012-08-29 6:37 ` [net-next PATCH 5/5] be2net: modify log msg for lack of privilege error Sathya Perla
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=654e44b9-e923-4fe2-b211-b8ac3d4d5232@exht1.ad.emulex.com \
--to=sathya.perla@emulex.com \
--cc=netdev@vger.kernel.org \
--cc=vasundhara.volam@emulex.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox