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 436AFA0613 for ; Tue, 24 Sep 2019 11:09:27 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 188161BE84; Tue, 24 Sep 2019 11:09:27 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id 0B3763977; Tue, 24 Sep 2019 11:09:22 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 24 Sep 2019 02:09:22 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,543,1559545200"; d="scan'208";a="203339295" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by fmsmga001.fm.intel.com with ESMTP; 24 Sep 2019 02:09:21 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.26]) by IRSMSX153.ger.corp.intel.com ([169.254.9.123]) with mapi id 14.03.0439.000; Tue, 24 Sep 2019 10:09:19 +0100 From: "Iremonger, Bernard" To: "Wang, ShougangX" , "dev@dpdk.org" CC: "Yang, Qiming" , "Yigit, Ferruh" , "stable@dpdk.org" Thread-Topic: [PATCH v3] app/testpmd: fix Segment fault when start fwd Thread-Index: AQHVcppGSIf/r6m2O0W1lXgSdnjJG6c6if3A Date: Tue, 24 Sep 2019 09:09:18 +0000 Message-ID: <8CEF83825BEC744B83065625E567D7C260DFAF90@IRSMSX108.ger.corp.intel.com> References: <20190920031333.16859-1-shougangx.wang@intel.com> <20190924044903.59156-1-shougangx.wang@intel.com> In-Reply-To: <20190924044903.59156-1-shougangx.wang@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMDk2MWY0ZjMtMjYwMi00Y2I3LTgwNjYtOWE3YzZmZGM0ODc4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMDZlWWxcL3dsS1FHSWVCU1ZYXC9vQjJGT0ZXUmVZT253NHhVQ2FkcVpneklKXC9hYlkzN0c5Z3Excm5oNnFaUTlwNSJ9 x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH v3] app/testpmd: fix Segment fault when start fwd 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: Wang, ShougangX > Sent: Tuesday, September 24, 2019 5:49 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Iremonger, Bernard > ; Yigit, Ferruh ; > Wang, ShougangX ; stable@dpdk.org > Subject: [PATCH v3] app/testpmd: fix Segment fault when start fwd >=20 > This patch fixed the reset function to avoid crash when user don't call p= ort > stop, port reset functions as sequence. >=20 > Fixes: 97f1e19679 ("app/testpmd: add port reset command") > Cc: stable@dpdk.org >=20 > Signed-off-by: Wang ShougangX Acked-by: Bernard Iremonger