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 49A92A04A3 for ; Tue, 16 Jun 2020 17:17:29 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 02A1D1BF83; Tue, 16 Jun 2020 17:17:29 +0200 (CEST) Received: from us-smtp-1.mimecast.com (us-smtp-2.mimecast.com [205.139.110.61]) by dpdk.org (Postfix) with ESMTP id A148C1BF83 for ; Tue, 16 Jun 2020 17:17:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1592320646; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=zL3y/nK86Bs5rQMSek6d7ucgHigyhcoxMYwhcdGUQZY=; b=EdRM8YZloFcsZzU1J4zhh+JJb9OWCFFswWfBts5AbYFPMOV7TV2Qatdw40riEKeV/epU3H xbvEOJsUBFGsO/wC2dbH0EdFq3JOcQOrfll9yR3b3uXUINrInbl+Xgdc2HTCy716ott5OR d7NuiC68Uctl3aFLjq17Z3hrnU3XUH8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-6-UukjudXTNLWM3B_KkWkuFA-1; Tue, 16 Jun 2020 11:17:25 -0400 X-MC-Unique: UukjudXTNLWM3B_KkWkuFA-1 Received: from smtp.corp.redhat.com (int-mx04.intmail.prod.int.phx2.redhat.com [10.5.11.14]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 2E9A410059B2; Tue, 16 Jun 2020 15:17:24 +0000 (UTC) Received: from rh.redhat.com (unknown [10.33.36.205]) by smtp.corp.redhat.com (Postfix) with ESMTP id C1EA25D9D3; Tue, 16 Jun 2020 15:17:22 +0000 (UTC) From: Kevin Traynor To: stable@dpdk.org Cc: david.hunt@intel.com, reshma.pattan@intel.com, thomas@monjalon.net, Kevin Traynor Date: Tue, 16 Jun 2020 16:17:11 +0100 Message-Id: <20200616151713.13128-1-ktraynor@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.14 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=ktraynor@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Subject: [dpdk-stable] [PATCH 18.11 0/2] vm power example build fixes 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" Couple of vm power example app build fixes. One is a backport from master for gcc 10, the other is fixing a previous backport that broke the build. Kevin Traynor (1): examples/vm_power: fix build because of missing include Thomas Monjalon (1): examples/vm_power: fix build with -fno-common examples/vm_power_manager/channel_manager.c | 2 ++ examples/vm_power_manager/channel_manager.h | 2 +- examples/vm_power_manager/channel_monitor.c | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) -- 2.21.3