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=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 6085FC433E0 for ; Thu, 21 May 2020 10:46:31 +0000 (UTC) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mail.kernel.org (Postfix) with ESMTP id DBA61207FB for ; Thu, 21 May 2020 10:46:30 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org DBA61207FB 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 AB8171D655; Thu, 21 May 2020 12:46:29 +0200 (CEST) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id DE5AE1D644 for ; Thu, 21 May 2020 12:46:27 +0200 (CEST) IronPort-SDR: bau/Gerh5dA0LT+5JLFAVUP4oR3pbD0pcZO3sPaYGaKFt4ywWxfaud0x5iVGACoHrFhHE4npAB S6AYozjYHoLA== X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 May 2020 03:46:26 -0700 IronPort-SDR: JA3H4y1L5GDIXwmKLuAFgef12ab8U2Ejia8ExoOwIm8kNZDffU7WhObyK+5p5etyz23HkKNO+O 1mOeQjGO/crg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.73,417,1583222400"; d="scan'208";a="283008034" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.212.74.109]) ([10.212.74.109]) by orsmga002.jf.intel.com with ESMTP; 21 May 2020 03:46:25 -0700 To: oulijun , david.marchand@redhat.com, harry.van.haaren@intel.com Cc: dev@dpdk.org References: From: "Burakov, Anatoly" Message-ID: <4db44399-7a1d-b28c-0ce9-2705b6c0e6cd@intel.com> Date: Thu, 21 May 2020 11:46:24 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] =?utf-8?b?44CQQlVHIFJFUE9SVOOAkWwzZndkLXBvd2VyIGNhbiBu?= =?utf-8?q?ot_exit_by_ctrl+c?= 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 21-May-20 2:26 AM, oulijun wrote: > > > 在 2020/5/20 17:45, Burakov, Anatoly 写道: >> On 20-May-20 4:18 AM, oulijun wrote: >>> Hi, David Marchand && guys >>> >>>     I am using 20.05-rc2 version to test based on HNS3 NIC hardware, >>> and found that after starting l3fwd-power, >>> >>> using ctrl+c cannot force quit. But I revert the patch(33666b4 >>> service: fix crash on exit) and it is ok. >>> >>> the log as follows: >>> >>> Initializing rx queues on lcore 26 ... >>> Initializing rx queues on lcore 27 ... rxq=0,0,0 Port 0: softly parse >>> packet type info >>> >>> >>> Checking link status...............0000:7d:00.1 >>> hns3_update_link_status(): Link status change to up! >>> done >>> Port 0 Link Up - speed 25000 Mbps - full-duplex >>> L3FWD_POWER: entering main loop on lcore 27 >>> L3FWD_POWER:  -- lcoreid=27 portid=0 rxqueueid=0 >>> L3FWD_POWER: lcore 26 has nothing to do >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> L3FWD_POWER: lcore 27 is waked up from rx interrupt on port 0 queue 0 >>> L3FWD_POWER: lcore 27 sleeps until interrupt triggers >>> ^CPOWER: Power management governor of lcore 26 has been set back to >>> successfully >>> POWER: Power management of lcore 26 has exited from 'userspace' mode >>> and been set back to the original >>> POWER: Power management governor of lcore 27 has been set back to >>> successfully >>> POWER: Power management of lcore 27 has exited from 'userspace' mode >>> and been set back to the original >>> 0000:7d:00.1 hns3_dev_close(): Close port 0 finished >>> User forced exit >> >> The "user forced exit" string is from before the patches were applied. >> You are obviously not using the rc2 version. Please pull down the >> latest l3fwd-power code and retest. >> > sorry, our version is 20.05-rc0 Yep. The bug you are reporting has been partially fixed in rc1, and fully fixed in rc2. So, please test rc2. >>> [root@centos-C3 build]# >>> >>> Thanks >>> >>> Lijun Ou >>> >>> >>> >>> >>> >>> >> >> > -- Thanks, Anatoly