From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE, SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC974C2D0A3 for ; Thu, 29 Oct 2020 19:33:27 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 37E32206DD for ; Thu, 29 Oct 2020 19:33:26 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 37E32206DD Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=intel.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=dev-bounces@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id EDA7BC960; Thu, 29 Oct 2020 20:33:24 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 635A2C95E for ; Thu, 29 Oct 2020 20:33:22 +0100 (CET) IronPort-SDR: BdkZmNuI15wWZhBVDRmO2UUjO4a8MGUBzGGNz1MOwIfda7QGp/Mn3xv9VcysRyH8WZMfUDDQ2t UuMHcrqXnbEA== X-IronPort-AV: E=McAfee;i="6000,8403,9789"; a="155468473" X-IronPort-AV: E=Sophos;i="5.77,430,1596524400"; d="scan'208";a="155468473" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 12:33:19 -0700 IronPort-SDR: EeXvSZmMnYRiaQpXbdf5mRHothjRECQVMO3z5qHURFdN617+LmcYC3dKRjiYAV3jEIZUyWAaUE kpbwEYCKLh7A== X-IronPort-AV: E=Sophos;i="5.77,430,1596524400"; d="scan'208";a="536790067" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.213.251.183]) ([10.213.251.183]) by orsmga005-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 29 Oct 2020 12:33:18 -0700 To: Jiawen Wu , dev@dpdk.org References: <20201028022957.722253-1-jiawenwu@trustnetic.com> From: Ferruh Yigit Message-ID: <1bc16985-feeb-7211-f57c-9bd81ae3d813@intel.com> Date: Thu, 29 Oct 2020 19:33:17 +0000 MIME-Version: 1.0 In-Reply-To: <20201028022957.722253-1-jiawenwu@trustnetic.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v2] net/txgbe: fix driver exit X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 10/28/2020 2:29 AM, Jiawen Wu wrote: > Replace the 'rte_panic()' with an error return. > Also change the type of the calling function. > > Signed-off-by: Jiawen Wu Applied to dpdk-next-net/main, thanks.