All of lore.kernel.org
 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-dev] [PATCH v2] net/ixgbe: enable Pf host new mbox version
Date: Thu, 5 Sep 2019 18:41:47 +0800	[thread overview]
Message-ID: <20190905104147.GE70700@intel.com> (raw)
In-Reply-To: <1566980212-28691-1-git-send-email-wei.zhao1@intel.com>

On 08/28, 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.
>
>Fixes: 46b14c231106 ("ixgbe: get VF queue number")
>Cc: stable@dpdk.org
>
>Signed-off-by: Wei Zhao <wei.zhao1@intel.com>
>
>---
>
>v2:
>-add more commit log info
>---
> 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 c88d56e..be729ba 100644
>--- a/drivers/net/ixgbe/ixgbe_pf.c
>+++ b/drivers/net/ixgbe/ixgbe_pf.c
>@@ -618,6 +618,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
>

Acked-by: Xiaolong Ye <xiaolong.ye@intel.com>

Applied to dpdk-next-net-intel.

      reply	other threads:[~2019-09-05 10:43 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-02  7:24 [dpdk-dev] [PATCH] net/ixgbe: enable Pf host new mbox version Wei Zhao
2019-08-21  6:43 ` Ye Xiaolong
2019-08-28  8:15   ` Zhao1, Wei
2019-08-28  8:16 ` [dpdk-dev] [PATCH v2] " Wei Zhao
2019-09-05 10:41   ` Ye Xiaolong [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=20190905104147.GE70700@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 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.