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=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 DC84AC83001 for ; Thu, 30 Apr 2020 07:42:50 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id 95BD52186A for ; Thu, 30 Apr 2020 07:42:50 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 95BD52186A 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 B7AF51D962; Thu, 30 Apr 2020 09:42:49 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 45BDA1D961; Thu, 30 Apr 2020 09:42:48 +0200 (CEST) IronPort-SDR: Rm39RR7zQMQGnk2r/yk48oaFuhX0JavbTYg/UmmT949VfXWVdWJCQ0PCw+qz9PCRfW9pKcY+SM 10oART5x62Ig== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 30 Apr 2020 00:42:46 -0700 IronPort-SDR: WdhBnwOaIZQP9DBHlICjqTnNLGz8Pp7xeqPki3AF6ppIXuqye4UkevdOm+5bwlGtOfbhuP8ERT kN5MgpcrzjSw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,334,1583222400"; d="scan'208";a="368059966" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by fmsmga001.fm.intel.com with ESMTP; 30 Apr 2020 00:42:46 -0700 Received: from shsmsx604.ccr.corp.intel.com (10.109.6.214) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 30 Apr 2020 00:42:46 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by SHSMSX604.ccr.corp.intel.com (10.109.6.214) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 30 Apr 2020 15:42:45 +0800 Received: from shsmsx603.ccr.corp.intel.com ([10.109.6.143]) by SHSMSX603.ccr.corp.intel.com ([10.109.6.143]) with mapi id 15.01.1713.004; Thu, 30 Apr 2020 15:42:45 +0800 From: "Jiang, JunyuX" To: "Yang, Qiming" , "dev@dpdk.org" CC: "stable@dpdk.org" Thread-Topic: [PATCH] net/ice: fix core dumped issue in switch filter Thread-Index: AQHWHfoy+ga8FeS2BkSP8EUwdNJuGKiQtc2AgACTRbA= Date: Thu, 30 Apr 2020 07:42:45 +0000 Message-ID: References: <20200429072516.65403-1-junyux.jiang@intel.com> In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: 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-dev] [PATCH] net/ice: fix core dumped issue in switch filter 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" Hi Qiming, > -----Original Message----- > From: Yang, Qiming > Sent: Thursday, April 30, 2020 2:53 PM > To: Jiang, JunyuX ; dev@dpdk.org > Cc: stable@dpdk.org > Subject: RE: [PATCH] net/ice: fix core dumped issue in switch filter >=20 > Hi, > I don't understand your fix log, which pointer is NULL? >=20 The act_qgrop->queue is NULL if act_qgrop->queue_num is 0. Thanks Junyu