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 E5E73A2E1B for ; Tue, 3 Sep 2019 16:45:50 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id F31EB1B94A; Tue, 3 Sep 2019 16:45:49 +0200 (CEST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by dpdk.org (Postfix) with ESMTP id 3D43D2C28 for ; Tue, 3 Sep 2019 16:45:48 +0200 (CEST) Received: from smtp.corp.redhat.com (int-mx06.intmail.prod.int.phx2.redhat.com [10.5.11.16]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 9C5AD796EE; Tue, 3 Sep 2019 14:45:47 +0000 (UTC) Received: from dhcp-25.97.bos.redhat.com (unknown [10.18.25.8]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 44C065C22C; Tue, 3 Sep 2019 14:45:47 +0000 (UTC) From: Aaron Conole To: Harry van Haaren Cc: dev@dpdk.org Date: Tue, 03 Sep 2019 10:45:46 -0400 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Scanned-By: MIMEDefang 2.79 on 10.5.11.16 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Tue, 03 Sep 2019 14:45:47 +0000 (UTC) Subject: [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" Hi Harry, I noticed as part of series_6218 (http://patches.dpdk.org/project/dpdk/list/?series=6218) that the travis build had a single failure, in service_autotest but it doesn't seem related to the series at all. https://travis-ci.com/ovsrobot/dpdk/jobs/230358460 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? -Aaron