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 CFEC9A2E1B for ; Wed, 4 Sep 2019 11:41:49 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id C07581ED41; Wed, 4 Sep 2019 11:41:48 +0200 (CEST) Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) by dpdk.org (Postfix) with ESMTP id ECA1A1ED3D for ; Wed, 4 Sep 2019 11:41:47 +0200 (CEST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Sep 2019 02:41:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,465,1559545200"; d="scan'208";a="266599723" Received: from irsmsx110.ger.corp.intel.com ([163.33.3.25]) by orsmga001.jf.intel.com with ESMTP; 04 Sep 2019 02:41:45 -0700 Received: from irsmsx155.ger.corp.intel.com (163.33.192.3) by irsmsx110.ger.corp.intel.com (163.33.3.25) with Microsoft SMTP Server (TLS) id 14.3.439.0; Wed, 4 Sep 2019 10:41:44 +0100 Received: from irsmsx102.ger.corp.intel.com ([169.254.2.7]) by irsmsx155.ger.corp.intel.com ([169.254.14.248]) with mapi id 14.03.0439.000; Wed, 4 Sep 2019 10:41:44 +0100 From: "Van Haaren, Harry" To: Aaron Conole CC: "dev@dpdk.org" Thread-Topic: [BUG] service_lcore_en_dis_able from service_autotest failing Thread-Index: AQHVYmZHqIc+H4QfTEirQT6qqLucGqcbP4jg Date: Wed, 4 Sep 2019 09:41:43 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2I5M2M4MmItZDU5Ni00ZmJiLTg4YzItNTYxOTRiY2M0YTQ4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoia2d5cEZSaVAzbkZReWluOEpYcXR1VUliS2poWFwvalM1VGowUDZ0cjFEbERzT1BFS09adVdBeGIxTWFaNDNOZXQifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [BUG] service_lcore_en_dis_able from service_autotest failing 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: Aaron Conole [mailto:aconole@redhat.com] > Sent: Tuesday, September 3, 2019 3:46 PM > To: Van Haaren, Harry > Cc: dev@dpdk.org > Subject: [BUG] service_lcore_en_dis_able from service_autotest failing >=20 > Hi Harry, Hey Aaron, > I noticed as part of series_6218 > (http://patches.dpdk.org/project/dpdk/list/?series=3D6218) that the travi= s > build had a single failure, in service_autotest but it doesn't seem > related to the series at all. >=20 > https://travis-ci.com/ovsrobot/dpdk/jobs/230358460 >=20 > Not sure if there's some kind of debugging we can add or look at to help > diagnose failures when they occur. Do you have time to have a look? Thanks for flagging this. I've just re-run the unit tests here multiple times to see if I can reproduce something strange, no luck on reproducing the issue. Attempted with clang-6 and clang-7 (travis error on clang-7), still no issues found. Building with Clang-7 and Shared libs (instead of default static) still no issues found. If somebody can reproduce please send an update to here and I'll attempt to replicate that setup. Right now I can't reproduce the issue. Regards, -Harry