patches for DPDK stable branches
 help / color / mirror / Atom feed
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Wei Zhao <wei.zhao1@intel.com>
Cc: dev@dpdk.org, stable@dpdk.org, qi.z.zhang@intel.com
Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] net/ixgbe: enable Pf host new mbox version
Date: Wed, 21 Aug 2019 14:43:24 +0800	[thread overview]
Message-ID: <20190821064324.GC87622@intel.com> (raw)
In-Reply-To: <1564730647-10312-1-git-send-email-wei.zhao1@intel.com>

Hi, wei

Is it a fix patch?

Thanks,
Xiaolong

On 08/02, Wei Zhao wrote:
>a new mail box version of ixgbe_mbox_api_13 need to enable for pf
>host, in order that it can communicate with vf for queue number.
>
>Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
>---
> drivers/net/ixgbe/ixgbe_pf.c | 1 +
> 1 file changed, 1 insertion(+)
>
>diff --git a/drivers/net/ixgbe/ixgbe_pf.c b/drivers/net/ixgbe/ixgbe_pf.c
>index fafff6b..85e5ec2 100644
>--- a/drivers/net/ixgbe/ixgbe_pf.c
>+++ b/drivers/net/ixgbe/ixgbe_pf.c
>@@ -616,6 +616,7 @@ ixgbe_get_vf_queues(struct rte_eth_dev *dev, uint32_t vf, uint32_t *msgbuf)
> 	case ixgbe_mbox_api_20:
> 	case ixgbe_mbox_api_11:
> 	case ixgbe_mbox_api_12:
>+	case ixgbe_mbox_api_13:
> 		break;
> 	default:
> 		return -1;
>-- 
>2.7.5
>

  reply	other threads:[~2019-08-21  6:44 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02  7:24 [dpdk-stable] " Wei Zhao
2019-08-21  6:43 ` Ye Xiaolong [this message]
2019-08-28  8:15   ` [dpdk-stable] [dpdk-dev] " Zhao1, Wei
2019-08-28  8:16 ` [dpdk-stable] [PATCH v2] " Wei Zhao
2019-09-05 10:41   ` Ye Xiaolong

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=20190821064324.GC87622@intel.com \
    --to=xiaolong.ye@intel.com \
    --cc=dev@dpdk.org \
    --cc=qi.z.zhang@intel.com \
    --cc=stable@dpdk.org \
    --cc=wei.zhao1@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 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).