patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Yuanhan Liu <yuanhan.liu@linux.intel.com>
To: Qiming Yang <qiming.yang@intel.com>
Cc: stable@dpdk.org
Subject: Re: [dpdk-stable] [PATCH] net/i40e: fixed build error with icc
Date: Thu, 24 Nov 2016 21:57:38 +0800	[thread overview]
Message-ID: <20161124135738.GH5048@yliu-dev.sh.intel.com> (raw)
In-Reply-To: <1479974178-61460-1-git-send-email-qiming.yang@intel.com>

On Thu, Nov 24, 2016 at 03:56:18PM +0800, Qiming Yang wrote:
> Fixes: 718d2475357a ("40e: fix VF bonded device link down")

Applied to dpdk-stable branch 16.07.

Thanks.

	--yliu

> 
> Signed-off-by: Qiming Yang <qiming.yang@intel.com>
> ---
>  drivers/net/i40e/i40e_pf.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/i40e/i40e_pf.c b/drivers/net/i40e/i40e_pf.c
> index 350f6a0..4e2f6b6 100644
> --- a/drivers/net/i40e/i40e_pf.c
> +++ b/drivers/net/i40e/i40e_pf.c
> @@ -906,7 +906,7 @@ i40e_notify_vf_link_status(struct rte_eth_dev *dev, struct i40e_pf_vf *vf)
>  	event.event_data.link_event.link_status =
>  			dev->data->dev_link.link_status;
>  	event.event_data.link_event.link_speed =
> -			dev->data->dev_link.link_speed;
> +			(enum i40e_aq_link_speed)dev->data->dev_link.link_speed;
>  	i40e_pf_host_send_msg_to_vf(vf, I40E_VIRTCHNL_OP_EVENT,
>  			I40E_SUCCESS, (uint8_t *)&event, sizeof(event));
>  }
> -- 
> 2.7.4

      reply	other threads:[~2016-11-24 13:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-24  7:56 Qiming Yang
2016-11-24 13:57 ` Yuanhan Liu [this message]

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=20161124135738.GH5048@yliu-dev.sh.intel.com \
    --to=yuanhan.liu@linux.intel.com \
    --cc=qiming.yang@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).