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 4158EA04BA for ; Fri, 2 Oct 2020 18:40:53 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 25F8F1D5C8; Fri, 2 Oct 2020 18:40:52 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [216.205.24.124]) by dpdk.org (Postfix) with ESMTP id C04FA1D56E for ; Fri, 2 Oct 2020 18:40:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601656846; 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: in-reply-to:in-reply-to:references:references; bh=Oln5BQ/Va739+vJM2YHv3Y7WJc7DMZ0mwtBa8HJAfzs=; b=KeI/h+2QZMOGieuKPmiJ9jhekTx0NEBqCstPgp/ePeBD4PYflwJC5ODjNZS4Wpgw+2babT 7KzsSG/lFpUO2pg/x4ghPdjjgzYY9PrzLyTNNs8Ni4VXix/A7CvY+hNxwOQh0vCmdiIrP7 ndqfOSAKmx2QEu8wNDEfypgCIbxM+n8= Received: from mail-vs1-f72.google.com (mail-vs1-f72.google.com [209.85.217.72]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-499-ilch9SYNPouU9qiJ1T3E9g-1; Fri, 02 Oct 2020 12:40:44 -0400 X-MC-Unique: ilch9SYNPouU9qiJ1T3E9g-1 Received: by mail-vs1-f72.google.com with SMTP id j24so325563vso.6 for ; Fri, 02 Oct 2020 09:40:44 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=Oln5BQ/Va739+vJM2YHv3Y7WJc7DMZ0mwtBa8HJAfzs=; b=KpXhVjUMqThLgw9OuENja7eiPLydjQZL0n3pzT61shMTECAB9Wg5WxsjtcnrNwoEKp WOmeo2gpwl8tf30mmOAOIFprJSoW/RDrDV8q/P4g3ULTLMAfjzUAZ5cLO2a8oAcGCsNZ MIWgeYRwOtCvCVPduMbKh7kVLjxfr3UpDuwtvn61ej2/Mr0Bzxa8HcnGe/H2y2lujfsb 7ko9zSWVG2tMiDvQ7KRUEZpMpjJcn68aZbGxCRUlac/mz6JPl8bwIhwtliS319DjDlLz MOdAd/ljeH38wihPivhyj5hVf7SYHgQfeFSyAzWAE/AVNvGo0bhhQQOWN96YqPdJOu43 MRHA== X-Gm-Message-State: AOAM533j2oaYGzcsa571lvbnJBY20iQ+x2EWTXQrTAqnOopVuFZHAtYF ofPib4/dSbq/e7+THOupbeVHSNzfc9F914i2TjCMbWHtM1VFasjVaKa7tkWBDLvCbOaXN8nXO5C dtrpfD5Fgg/Gm2C9c2vsjzpU= X-Received: by 2002:a05:6102:10c2:: with SMTP id t2mr1944299vsr.10.1601656844300; Fri, 02 Oct 2020 09:40:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyJ2Rj9NCWTthSmSoD9ZISYMgyC3ljuweCUqEDc4tKKZrEa9DficZvyRNoy9o6EKDzqp8n2iFJ+/01i34g+/wc= X-Received: by 2002:a05:6102:10c2:: with SMTP id t2mr1944282vsr.10.1601656844118; Fri, 02 Oct 2020 09:40:44 -0700 (PDT) MIME-Version: 1.0 References: <20201002075400.248206-1-maxime.coquelin@redhat.com> In-Reply-To: From: David Marchand Date: Fri, 2 Oct 2020 18:40:33 +0200 Message-ID: To: Maxime Coquelin Cc: dev , "Xia, Chenbo" , Xiao Wang , dpdk stable , Brandon Lo , ci@dpdk.org, dpdklab@iol.unh.edu Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=dmarchan@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-stable] [PATCH] vdpa/ifc: fix build issue with recent kernels 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 Fri, Oct 2, 2020 at 10:33 AM David Marchand wrote: > > On Fri, Oct 2, 2020 at 9:54 AM Maxime Coquelin > wrote: > > > > VIRTIO_F_IOMMU_PLATFORM is now defined in recent kernel > > headers, causing build issue. > > > > Le's define it in IFC vDPA driver only if wasn't already. > > Let's* define it in the* IFC vDPA driver only if it* wasn't already. > > > > > Fixes: a3f8150eac6d ("net/ifcvf: add ifcvf vDPA driver") > > Cc: stable@dpdk.org > > > > Reported-by: Brandon Lo > > Signed-off-by: Maxime Coquelin > Acked-by: David Marchand Applied directly in main to avoid noise coming from the Fedora Rawhide job. -- David Marchand