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 F18E6A04DE for ; Fri, 23 Oct 2020 03:00:06 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id CB16A6C96; Fri, 23 Oct 2020 03:00:05 +0200 (CEST) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0C0BE5A8C; Fri, 23 Oct 2020 03:00:01 +0200 (CEST) IronPort-SDR: vU8HWqVLjbzkhBOyCU5FL8i8Ss5mmzUDmBfknaFQsP9Sk3awH5VoLzO/QKp7g3MkMAkKryqLOH 389maMSEDDZQ== X-IronPort-AV: E=McAfee;i="6000,8403,9782"; a="166829658" X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="166829658" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 22 Oct 2020 18:00:00 -0700 IronPort-SDR: B0EILtb9Z3vTpxuLYqPhGJfa5hke/kBlyuQuJAYERDrxgfIRPkWJF345B9+3Uh7ihntYqxIcSm iYw5xVOX+nMg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,404,1596524400"; d="scan'208";a="534196014" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga005.jf.intel.com with ESMTP; 22 Oct 2020 17:59:58 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 22 Oct 2020 17:59:57 -0700 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX603.ccr.corp.intel.com (10.109.6.143) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Fri, 23 Oct 2020 08:59:55 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.1713.004; Fri, 23 Oct 2020 08:59:55 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "Walsh, Conor" , "Guo, Jia" , "Yigit, Ferruh" , "Awal, Mohammad Abdul" , "Doherty, Declan" , "stable@dpdk.org" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 2/2] net/ixgbe: remove rte_panic Thread-Index: AQHWpwOXV9RsYVMUgEqqluISwyzVk6mkYYsQ Date: Fri, 23 Oct 2020 00:59:55 +0000 Message-ID: <281d2815df7749be8bb5630d7599545e@intel.com> References: <20201019122620.749625-1-conor.walsh@intel.com> <20201020100248.761693-1-conor.walsh@intel.com> <20201020100248.761693-3-conor.walsh@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v2 2/2] net/ixgbe: remove rte_panic 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" > -----Original Message----- > From: dev On Behalf Of Wang, Haiyue > Sent: Wednesday, October 21, 2020 1:06 AM > To: Walsh, Conor ; Guo, Jia ; > Yigit, Ferruh ; Awal, Mohammad Abdul > ; Doherty, Declan > ; stable@dpdk.org > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH v2 2/2] net/ixgbe: remove rte_panic >=20 > > -----Original Message----- > > From: Walsh, Conor > > Sent: Tuesday, October 20, 2020 18:03 > > To: Guo, Jia ; Wang, Haiyue > > ; Yigit, Ferruh ; Awal, > > Mohammad Abdul ; Doherty, Declan > > ; stable@dpdk.org > > Cc: dev@dpdk.org; Walsh, Conor > > Subject: [PATCH v2 2/2] net/ixgbe: remove rte_panic > > > > Remove the usage of rte_panic() within ixgbe_pf_host_init() > > > > Signed-off-by: Conor Walsh > > --- > > drivers/net/ixgbe/ixgbe_pf.c | 7 +++++-- > > 1 file changed, 5 insertions(+), 2 deletions(-) > > >=20 > Acked-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi >=20 > > -- > > 2.25.1