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 2A5A9A04BA for ; Fri, 2 Oct 2020 09:16:30 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 109AB1D58B; Fri, 2 Oct 2020 09:16:29 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [63.128.21.124]) by dpdk.org (Postfix) with ESMTP id 6DC881D506 for ; Fri, 2 Oct 2020 09:16:26 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1601622985; 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: in-reply-to:in-reply-to:references:references; bh=9JgQ1qLBIp4oPkn1WBjUdSawadzIxTMv9m3zU9DcWSw=; b=AKNRVHOIJb1xIZF24+X4hiD3+3AKyBz4ODXTYIcIS3rA1i22m6bHmb1oVDkG66YiV+YXjY qmQbTEQpcGTxXP8bylg5mGRixojosqQn9KGglfLFMgHxe50cVRcHn55dcsro16YhY9yRrP ADxYkabka9D6SacU0WBl3hn5wAdwLt8= Received: from mail-ua1-f69.google.com (mail-ua1-f69.google.com [209.85.222.69]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-458-NeYbdFTXOvyQ5kRRknEGYQ-1; Fri, 02 Oct 2020 03:16:21 -0400 X-MC-Unique: NeYbdFTXOvyQ5kRRknEGYQ-1 Received: by mail-ua1-f69.google.com with SMTP id e2so210571uaj.8 for ; Fri, 02 Oct 2020 00:16:21 -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:content-transfer-encoding; bh=9JgQ1qLBIp4oPkn1WBjUdSawadzIxTMv9m3zU9DcWSw=; b=pkNKVsvfmpb/aT7CJ6uZi2yx74cW1oTLc3Q0H24+gDZ+BT3FAtSL1Iq/4JZyQJ06Gm 8HKY9i2X2YOxV6NyKXbARmkLrGikKfUpLUtFGKZ6x4GvnXrJuB0di7qNCHNjP3zifLNT jdbVevyNuWG+Barcdp3IIHJ2Oax5zCJBu6NAS+td3VFL9HNAJXm5BkCUKJawcdtwlDEj hOw17xqT1MrfjXX3N5AhU0r73QyNTkpw/QaQ8KFx2U/biwFdfX61/nmRKqks3j4GIYaW JJuibF38acB4uX8IjqVBI5tzvsla2oJx4sEgyw+j/wht/KC4U31q5D+Of6X9fJ3sjg8D JmOw== X-Gm-Message-State: AOAM530yFrdEwNS4TURbmkFTyLJOYBL3f5TcVbVcIuZ+mdB49oe25Jda Z2TT/s/bdn8MvjqK0q2JTyJk5AmPds8THwbnprNfrljSEsp0n6yRTojYHFIoLiXydt2yk1zGwIq MrniM7hvN8GMWM60N8b5fFg== X-Received: by 2002:a1f:9651:: with SMTP id y78mr328477vkd.22.1601622981405; Fri, 02 Oct 2020 00:16:21 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzYKYT5SI8kGopD71Wfl5eCu6QjlxuJzXfrONANCRR3fPI+P9C08rOao5MttOTCl90WEorBdgjUfWl7ESVCj9A= X-Received: by 2002:a1f:9651:: with SMTP id y78mr328476vkd.22.1601622981229; Fri, 02 Oct 2020 00:16:21 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: David Marchand Date: Fri, 2 Oct 2020 09:16:10 +0200 Message-ID: To: Klei rama Cc: users@dpdk.org 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" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-users] Error while building DPDK version 19.11 over latest kernel version X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK usage discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: users-bounces@dpdk.org Sender: "users" On Fri, Oct 2, 2020 at 9:06 AM Klei rama wrote: > I am trying to build DPDK version 19.11 in my ubuntu machine (18.04) with > the latest kernel version 5.9. It gives me an error while I try to build > it. The error is when I try to build linux/kni module. > The error looks something like this: > > *dpdk/kernel/linux/kni/kni_dev.h:104:30:* *error: *passing argument 1 of = =E2=80=98 > *get_user_pages_remote*=E2=80=99 from incompatible pointer type [ > *-Werror=3Dincompatible-pointer-types*] There was a patch merged recently in the main branch. See: https://git.dpdk.org/dpdk/commit/?id=3D87efaea6376c --=20 David Marchand