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 F179BA0093 for ; Fri, 22 May 2020 05:21:37 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 43DA31D8DA; Fri, 22 May 2020 05:21:37 +0200 (CEST) Received: from mail-lj1-f177.google.com (mail-lj1-f177.google.com [209.85.208.177]) by dpdk.org (Postfix) with ESMTP id 1D9C71D8D1 for ; Fri, 22 May 2020 05:21:36 +0200 (CEST) Received: by mail-lj1-f177.google.com with SMTP id l15so10528580lje.9 for ; Thu, 21 May 2020 20:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=9sMoAasnTlhhT5HE23E1L3d2Uvv4yYAUUJRQjPJqb3g=; b=LS29xlxh5ZLGD9iRwPSNy4JS/8OkeIX/cmElKS7PRPrN+86dOuLgnCOZALIojoOF+P JdCKFbzU828Hdkg6B1biiKLYNLi0U1/BsRlqBmGa9Uzwk0L0q7JxMfD47zYV1h6AF9h9 tOLTnSUgSFikqaJW0PeJS1C/M1+ww/A+Y/Em8/0TYl0hkrS5fvyIpNGrw9bpsWSDA+Ll LgyvjY9AajK2gx5kyQU3Tl80j+UgqEhMB6qyX68x/dBHjhgUbGOYtFQBtp9PMPCxr6B7 T6n4zYD0qG/rk8cIO6Upg8wYtwmphNyvKjKSI/BVIeRoHOCZlhu7Rovr8o3pJTosElRK p5jw== 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=9sMoAasnTlhhT5HE23E1L3d2Uvv4yYAUUJRQjPJqb3g=; b=VVl8JJc4VqmpuYI62DodbXHJI7uL/AQb90RTT5ayLXKfCQgy8gOahCN8CGf55J2HMJ L+6S6EBfLUtEfKF2PT/92CHxn5TKIt8xOH18Gc40mPUS+gI7U2JLnkrFIZTkyELKFgOj cozZfNo1mXuI+N0JeDXVEdoBlzbzcQWZkD5NLg58NZPv/H69yUjRMQTm3uMxHFFrLFQO n405ooCjAjjg7Ogt3yVL+SFXhqETNK4j0N2bA4GjaiZgcYLHIOjFq1M1cMXqg3nJATDo pWssSdDOBH2d5ewDeV7JBTgyiYAr0KtrMSx5LzWmO2JzBkHvcCVY1vwCMHMwn7VDLAZM ss5w== X-Gm-Message-State: AOAM533u1/OOsZ3g0Vu6lJnSU70XAiIqyc/i2V0NRYgBeKLxje/3eljJ dqm1/U6ygBsgiohYavJY2skPG17J5Lqpi/iuDNg= X-Google-Smtp-Source: ABdhPJyiZnMhjUXM4h0z8hFn/eYW/4UFdZiP9Ex5DVzKDA6cUlLEihEvE1uQCO0Kz2QuQKRr3RjbWaSRwUTi3HFAGD8= X-Received: by 2002:a2e:3609:: with SMTP id d9mr4133371lja.409.1590117695466; Thu, 21 May 2020 20:21:35 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nishant Verma Date: Thu, 21 May 2020 23:21:24 -0400 Message-ID: To: Saint Michael Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] Compiling fails 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" Please check the sec 3 of GSG. Actually, what dpdk make procedure is looking for, DESTDIR for it to store the lib and other stuff. make install T=$RTE_TARGET DESTDIR=$DESTINATION_DIR Here, RTE_TARGET is your target for example x86_64-native-linux-gcc & DESTINATION_DIR is any folder location where you want to store the libs. On Sun, May 10, 2020 at 11:43 AM Saint Michael wrote: > I downloaded dpdk-20.02.tar.xz and run source usertools/dpdk-setup.sh but > the script fails to install with "Installation cannot run with T defined > and DESTDIR undefined" > > I also need to build rtr_kni.ko, for my kernel 5.6.12-1.el7.elrepo.x86_64, > but the module that I need to compile, "rte_kni.ko" is not available, all I > see is > find -name "rte_kni*" > ./lib/librte_kni/rte_kni.h > ./lib/librte_kni/rte_kni_version.map > ./lib/librte_kni/rte_kni.c > ./lib/librte_kni/rte_kni_fifo.h > ./lib/librte_eal/linux/eal/include/rte_kni_common.h > ./x86_64-native-linux-gcc/build/lib/librte_kni/rte_kni.o > ./x86_64-native-linux-gcc/include/rte_kni.h > ./x86_64-native-linux-gcc/include/rte_kni_common.h > > kindly help me understand what am I doing wrong? My goal is to pin two > network interfaces to a single core each, to accelerate packet processing. > Philip > -- Rgds, Nishant