All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qi Zhang <qi.z.zhang@intel.com>
To: jingjing.wu@intel.com, helin.zhang@intel.com
Cc: dev@dpdk.org, Qi Zhang <qi.z.zhang@intel.com>, stable@dpdk.org
Subject: [PATCH 3/3] net/i40e: add missing 25G link speed
Date: Wed,  5 Apr 2017 19:12:17 -0400	[thread overview]
Message-ID: <1491433937-36182-4-git-send-email-qi.z.zhang@intel.com> (raw)
In-Reply-To: <1491433937-36182-1-git-send-email-qi.z.zhang@intel.com>

Add missing 25G link speed decode in i40evf_dev_link_update.

Cc: stable@dpdk.org

Signed-off-by: Qi Zhang <qi.z.zhang@intel.com>
---
 drivers/net/i40e/i40e_ethdev_vf.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/net/i40e/i40e_ethdev_vf.c b/drivers/net/i40e/i40e_ethdev_vf.c
index d3659c9..caafa2d 100644
--- a/drivers/net/i40e/i40e_ethdev_vf.c
+++ b/drivers/net/i40e/i40e_ethdev_vf.c
@@ -2163,6 +2163,9 @@ i40evf_dev_link_update(struct rte_eth_dev *dev,
 	case I40E_LINK_SPEED_20GB:
 		new_link.link_speed = ETH_SPEED_NUM_20G;
 		break;
+	case I40E_LINK_SPEED_25GB:
+		new_link.link_speed = ETH_SPEED_NUM_25G;
+		break;
 	case I40E_LINK_SPEED_40GB:
 		new_link.link_speed = ETH_SPEED_NUM_40G;
 		break;
-- 
2.7.4

  parent reply	other threads:[~2017-04-05 23:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-05 23:12 [PATCH 0/3] net/i40e: fix wrong VF link speed Qi Zhang
2017-04-05 23:12 ` [PATCH 1/3] net/i40e: remove duplicate code Qi Zhang
2017-04-05 23:12 ` [PATCH 2/3] net/i40e: fix wrong VF link speed Qi Zhang
2017-04-07 14:29   ` [dpdk-stable] " Ferruh Yigit
2017-04-05 23:12 ` Qi Zhang [this message]
2017-04-09 18:05 ` [PATCH v2 0/3] " Qi Zhang
2017-04-09 18:05   ` [PATCH v2 1/3] net/i40e: remove duplicate code Qi Zhang
2017-04-09 18:05   ` [PATCH v2 2/3] net/i40e: fix wrong VF link speed Qi Zhang
2017-04-09 18:05   ` [PATCH v2 3/3] net/i40e: add missing 25G " Qi Zhang
2017-04-10  9:52     ` Ferruh Yigit
2017-04-10 10:06       ` Zhang, Qi Z
2017-04-10  9:51   ` [PATCH v2 0/3] net/i40e: fix wrong VF " Ferruh Yigit

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=1491433937-36182-4-git-send-email-qi.z.zhang@intel.com \
    --to=qi.z.zhang@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=stable@dpdk.org \
    /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.