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 96C66A0613 for ; Wed, 28 Aug 2019 10:15:59 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 46A721BF31; Wed, 28 Aug 2019 10:15:59 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 1830B2C4F; Wed, 28 Aug 2019 10:15:54 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2019 01:15:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,440,1559545200"; d="scan'208";a="264567485" Received: from kmsmsx154.gar.corp.intel.com ([172.21.73.14]) by orsmga001.jf.intel.com with ESMTP; 28 Aug 2019 01:15:47 -0700 Received: from pgsmsx103.gar.corp.intel.com ([169.254.2.25]) by KMSMSX154.gar.corp.intel.com ([169.254.12.93]) with mapi id 14.03.0439.000; Wed, 28 Aug 2019 16:15:46 +0800 From: "Zhao1, Wei" To: "Ye, Xiaolong" CC: "dev@dpdk.org" , "stable@dpdk.org" , "Zhang, Qi Z" Thread-Topic: [dpdk-dev] [PATCH] net/ixgbe: enable Pf host new mbox version Thread-Index: AQHVSQe2WPMoBsoA/kqIoiVqYmGE+acEv0kAgAuf0GA= Date: Wed, 28 Aug 2019 08:15:46 +0000 Message-ID: References: <1564730647-10312-1-git-send-email-wei.zhao1@intel.com> <20190821064324.GC87622@intel.com> In-Reply-To: <20190821064324.GC87622@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 11.0.600.7 dlp-reaction: no-action x-originating-ip: [172.30.20.206] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] 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" Hi, Xiaolong It is used for enable a new mbox API TYPE=20 > -----Original Message----- > From: Ye, Xiaolong > Sent: Wednesday, August 21, 2019 2:43 PM > To: Zhao1, Wei > Cc: dev@dpdk.org; stable@dpdk.org; Zhang, Qi Z > Subject: Re: [dpdk-dev] [PATCH] net/ixgbe: enable Pf host new mbox versio= n >=20 > Hi, wei >=20 > Is it a fix patch? >=20 > Thanks, > Xiaolong >=20 > 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 > >--- > > 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 > >