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 DFDB9A04A5 for ; Wed, 17 Jun 2020 11:16:12 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id D49C0100C; Wed, 17 Jun 2020 11:16:12 +0200 (CEST) Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by dpdk.org (Postfix) with ESMTP id 024BC100C for ; Wed, 17 Jun 2020 11:16:12 +0200 (CEST) Received: by mail-wr1-f66.google.com with SMTP id j10so1493208wrw.8 for ; Wed, 17 Jun 2020 02:16:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:subject:from:to:cc:date:in-reply-to :references:content-transfer-encoding:user-agent:mime-version; bh=rUKuhBePwKvNJ1c/2Lp2CLa4eUTkFTUzoFXI+nhzStE=; b=Y7ET9MK+qrzD5odIvEQkeomxykXcrqxy41cn/PTmDSW54O6ZPmOIaAqxantG+2qBQ4 R+K3naZQgs4bFKFPK++9ulh6heA93PzjcN5OctV61S2S7ex45ePLQr6qcobUvxIPa0ne hj+pwjrp+fMNnCqkuiK3Mo/Ekz71WoSpfKLBxhXcLgTpFOjGcX2Lb236dA5Xd7SfYgBX qo/HEKpk3utljRGXbjVq2DLPe1c35ZRmKMjpNO1AEEJa5xV7ZYhTc3dTiPkW74JRXr72 1h6zXAJYICWIsJPt67Hf44wPS/yMOFkc9VHTxTVx0bMKM2U3Rw6A3QzypCxTlCqLhsGU 2g6A== X-Gm-Message-State: AOAM5317xxNDDew5wVpq3KbcPSfMsory8Hq7HNogyAR8f3V4QUGGLwFr J6zaz5GjskeoRRSTeqQTusY= X-Google-Smtp-Source: ABdhPJyQhfwvMrSdpkCHBr4IB/EmiuVrQsuPrLlMItsrtwEh8jhY2NWXBAw6QM4l/PJykB29Aybzeg== X-Received: by 2002:a5d:6444:: with SMTP id d4mr7644108wrw.239.1592385371792; Wed, 17 Jun 2020 02:16:11 -0700 (PDT) Received: from localhost ([88.98.246.218]) by smtp.gmail.com with ESMTPSA id v20sm948714wrb.51.2020.06.17.02.16.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 17 Jun 2020 02:16:10 -0700 (PDT) Message-ID: From: Luca Boccassi To: Kevin Traynor , stable@dpdk.org Cc: david.hunt@intel.com, reshma.pattan@intel.com, thomas@monjalon.net Date: Wed, 17 Jun 2020 10:16:09 +0100 In-Reply-To: <20200616151713.13128-1-ktraynor@redhat.com> References: <20200616151713.13128-1-ktraynor@redhat.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.30.5-1.1 MIME-Version: 1.0 Subject: Re: [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" On Tue, 2020-06-16 at 16:17 +0100, Kevin Traynor wrote: > 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. >=20 >=20 > Kevin Traynor (1): > examples/vm_power: fix build because of missing include >=20 > Thomas Monjalon (1): > examples/vm_power: fix build with -fno-common >=20 > 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(-) Series-Acked-By: Luca Boccassi