From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 1DCD5A2E1B for ; Thu, 5 Sep 2019 12:43:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 68A9A1B952; Thu, 5 Sep 2019 12:43:48 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 185FB1B952; Thu, 5 Sep 2019 12:43:46 +0200 (CEST) X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 03:43:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,470,1559545200"; d="scan'208";a="199256434" Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.117.5]) by fmsmga001.fm.intel.com with ESMTP; 05 Sep 2019 03:43:44 -0700 Date: Thu, 5 Sep 2019 18:41:47 +0800 From: Ye Xiaolong To: Wei Zhao Cc: dev@dpdk.org, stable@dpdk.org, qi.z.zhang@intel.com Message-ID: <20190905104147.GE70700@intel.com> References: <1564730647-10312-1-git-send-email-wei.zhao1@intel.com> <1566980212-28691-1-git-send-email-wei.zhao1@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1566980212-28691-1-git-send-email-wei.zhao1@intel.com> User-Agent: Mutt/1.9.4 (2018-02-28) Subject: Re: [dpdk-stable] [PATCH v2] net/ixgbe: enable Pf host new mbox version X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" 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 > >--- > >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 Applied to dpdk-next-net-intel.