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 4FCD8A04B5; Thu, 29 Oct 2020 02:20:08 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 997465AA6; Thu, 29 Oct 2020 02:20:05 +0100 (CET) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 7D1765A51 for ; Thu, 29 Oct 2020 02:20:03 +0100 (CET) IronPort-SDR: 5EEXdi36MBbf9OvhAOA3qES9ehZmB3MzzeG5hMZqKh/Ax1+IGNq8Kf28uZ+kC0wx1suMbUUnCE ItNIoHLSIJ7A== X-IronPort-AV: E=McAfee;i="6000,8403,9788"; a="147644643" X-IronPort-AV: E=Sophos;i="5.77,428,1596524400"; d="scan'208";a="147644643" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga106.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Oct 2020 18:20:01 -0700 IronPort-SDR: qdFW4/xwdIpYdurnrgcNLJsmIxSnjw3+0Q+CuA02K0O0Pzf5ESRG46MKG3ahxk1srOXTtEc9+T GU4+rMJ+uAVg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.77,428,1596524400"; d="scan'208";a="318798664" Received: from fmsmsx605.amr.corp.intel.com ([10.18.126.85]) by orsmga003.jf.intel.com with ESMTP; 28 Oct 2020 18:20:01 -0700 Received: from shsmsx603.ccr.corp.intel.com (10.109.6.143) by fmsmsx605.amr.corp.intel.com (10.18.126.85) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Wed, 28 Oct 2020 18:20:00 -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; Thu, 29 Oct 2020 09:19:58 +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; Thu, 29 Oct 2020 09:19:58 +0800 From: "Zhang, Qi Z" To: "Wang, Haiyue" , "dev@dpdk.org" CC: "Zhang, AlvinX" , "Yang, Qiming" , "Guo, Jia" Thread-Topic: [PATCH v1] net/ice: fix DCF Rx segmentation fault Thread-Index: AQHWrUzyju+8kKOhw0GviBDgDOEyxKmtyHWw Date: Thu, 29 Oct 2020 01:19:58 +0000 Message-ID: References: <20201028165545.20665-1-haiyue.wang@intel.com> In-Reply-To: <20201028165545.20665-1-haiyue.wang@intel.com> 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-dev] [PATCH v1] net/ice: fix DCF Rx segmentation fault 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" > -----Original Message----- > From: Wang, Haiyue > Sent: Thursday, October 29, 2020 12:56 AM > To: dev@dpdk.org > Cc: Zhang, Qi Z ; Wang, Haiyue > ; Zhang, AlvinX ; Yang, > Qiming ; Guo, Jia > Subject: [PATCH v1] net/ice: fix DCF Rx segmentation fault >=20 > The initialization for the handler of Rx FlexiMD fields extraction into m= buf is > missed, it will cause segmentation fault (core dumped). >=20 > Fixes: 7a340b0b4e03 ("net/ice: refactor Rx FlexiMD handling") Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi