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 8AEA2A0093 for ; Fri, 22 May 2020 05:24:25 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 26FAD1D8D1; Fri, 22 May 2020 05:24:25 +0200 (CEST) Received: from mail-lj1-f173.google.com (mail-lj1-f173.google.com [209.85.208.173]) by dpdk.org (Postfix) with ESMTP id 859221D8CC for ; Fri, 22 May 2020 05:24:23 +0200 (CEST) Received: by mail-lj1-f173.google.com with SMTP id w10so10955222ljo.0 for ; Thu, 21 May 2020 20:24:23 -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=UIwrYNT2sJqs050xyzqYJvjY9g8O9xrVdDJRm11Szos=; b=ekeeUT+ogJ1bpqBCeXUaMRIqEORdIrqb3eYgqUkZ8kJ+Lbh3+J4iWFRSE/TpoBiNzW zpfOol0pij0+tk1HU6juMZ9mE2i58tN/WzAQDwsJ+hWEgvSwu2ual4D6IYCF7FnPZP2e lV4K7Jn8X3FWI2ldqNa9wb+XnBOdcPsdIQKAJR7SNNVnqTLAj7HJ7h1ahtDBu88yVt4Z DUHsknKzfpUe4CQ3NYcYgz62nmfwMhUEcuHYwhnBbeRDygKgulkyMiLW0QMvE/BA5D+Q 8AUsjH5ePFQ51QESLXVOAA742ncDwxyiGhL7xQ8N1NNgTbzcBHivB3kIKzRhqJtDcyB9 rcLw== 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=UIwrYNT2sJqs050xyzqYJvjY9g8O9xrVdDJRm11Szos=; b=PZoIufN+dMLuV9BM/EGJldozcL75N9m6x9UezCvWgjNa1tpkuQev+cZad6fjNNylXr 465W/nC1CuvpAYkQPsFUNfg43f/T5o+UR0qmc1Aq4AfM2VXvrI29Os9oVc0TZpMZ0Ws+ FFt+AdZZb563tIQ+0iD5ZqGI2XkkC9dCLY1HBUQFEc/lukUyqCtrSPtSVF0Ml5x1qWOF WRl5v9vJw5kdDe3u5IIUQ5/Le/fbl8MFYC8DF2LSjmhA0I7OPD/KDEwmQ03ALXkNExmd rK2DT6U1q+rj+KG4bmih9rgMaVbYDJtgtjQ0fTCsvzuvPIBSDxvXjA2S3r4gHQ4Qm9hm D7VQ== X-Gm-Message-State: AOAM533kSPXs1sPgJEZEPe34aXjvfiSsbbSctiSD0pFiQCdQTlX0Rr1q r76hv7tu+qleU5dYFYxfnzft9Xsc3ipbiYMauJQ= X-Google-Smtp-Source: ABdhPJyV+fLKXIr5MySkerdo5jFLB7Q2v4xhjtbBY0FSwkv/mrKrrM8/AyC8VxWmFqZYZyxn4sCtr14fZbudvhji0Ok= X-Received: by 2002:a2e:9586:: with SMTP id w6mr6316515ljh.274.1590117863140; Thu, 21 May 2020 20:24:23 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Nishant Verma Date: Thu, 21 May 2020 23:24:11 -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" Adding answer for your second question. for ko for rte_kni, first you need to compile then you will be able to get that. I suggest you to use dpdk-setup.sh present in usertools folder. On Thu, May 21, 2020 at 11:21 PM Nishant Verma wrote: > 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 > > > > -- Rgds, Nishant