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 58A3DA04DD for ; Thu, 22 Oct 2020 19:27:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 34AC54F96; Thu, 22 Oct 2020 19:27:07 +0200 (CEST) Received: from mail-io1-f47.google.com (mail-io1-f47.google.com [209.85.166.47]) by dpdk.org (Postfix) with ESMTP id 3285D4CA6 for ; Thu, 22 Oct 2020 19:27:06 +0200 (CEST) Received: by mail-io1-f47.google.com with SMTP id p7so1391306ioo.6 for ; Thu, 22 Oct 2020 10:27:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iol.unh.edu; s=unh-iol; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc:content-transfer-encoding; bh=o0Mnk8TYpuP5uzzCpPYa5fxHc9z1yJleHcTDhEpMfCU=; b=CSmzAHye6wftX8bdxABVQzyuy+SXSMrkCy4k3bzj4kOSv0mgrlF9VvD/XigY8ItGND nzxK1toHRiem/6PIQ6yf5wQmKQihPVGHGfNXAeIztNG9X9nUt+9gmYuVu/x/JA7hFTaU PNBdfc6Vr/ccj6ZMF3sHDeHiMprvXgCkBut3w= 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=o0Mnk8TYpuP5uzzCpPYa5fxHc9z1yJleHcTDhEpMfCU=; b=iAqRS7D/iCTVWlvfwPbFWdiwNsmUwWfKfu8iiUzX5YJpzdi2i3vSUT9GXCzT+bu0JO drvD0hVdQmKPitfbi5z1nBqg22gYWX5R59N7wIeyyMdPPvnGFU9XL3HxaC9m59sv/oD7 gWBdfDZzJcEI78majui4uZhq+Wk8jcdC0deAIlhIpy02JWhF1paDrRKR0jvoMWqtzLAm JyAba99jhsUDi/tRoDPSki1FE4LljM425KjX3TM/TwnJtzMjIpVuMDv/lYRdZ2gyw9rK acytneqq4pL8QcKXTDDf2H+kFD2ynaKVTOaprwDI4YFbrQYZIV08mX1Q4YLxIqYp9pHX POxg== X-Gm-Message-State: AOAM533xeaOkxmMBeFGbkencty5vYaVmfhcWSEhOXbfw+g73gR01T3Jr 4G5Ev8RthRqpbXjIgg41GVN2wVj1apTFRndw+zPsvg== X-Google-Smtp-Source: ABdhPJwlakWV6SZB1eEq1yuWMbDTHUqqMXzlB1nTK43GOTPPPqWETeksTGVTZVTX/hLEfjF6w8YAKPINnISqMsg9al0= X-Received: by 2002:a5e:8349:: with SMTP id y9mr2583375iom.188.1603387624448; Thu, 22 Oct 2020 10:27:04 -0700 (PDT) MIME-Version: 1.0 References: <5fb3ef95ee654029a72600241a6843a3@pantheon.tech> In-Reply-To: From: Brandon Lo Date: Thu, 22 Oct 2020 13:26:28 -0400 Message-ID: To: Hemant Agrawal , Ruoshan Shi Cc: "X.f. Ren" , ci@dpdk.org Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Subject: Re: [dpdk-ci] Upgraded DTS Version for NXP X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Sender: "ci" Hi everyone, It seems that the DTS instance on the community lab's NXP system uses a DTS that is internal to your bitbucket which makes it unable to be pulled for the new changes. I have gotten past the point of compiling DPDK manually, but DTS is still the outdated version that relies on make. I have attempted to use a new, clean version of DTS pulled directly from the repo, but I am having a bit of trouble with setting it up. Which interfaces are used for testing between the DUT and the tester? The ports I have found within the conf/ports.cfg file do not seem to match up. It also seems that mydut.py and project_mydut.py change the behavior of DTS itself. Could someone help look into this issue? Thanks, Brandon On Tue, Sep 22, 2020 at 10:06 AM Brandon Lo wrote: > > Hi Juraj, > > Running a `file` command shows me that the fixdep is ARM aarch64. > fixdep: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), > dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, for > GNU/Linux 3.7.0, > BuildID[sha1]=3D2024bac4b13890933f59d28a2aa1a82eef2e02f2, not stripped > > It seems right to me(?) since `uname -m` prints aarch64. > I will continue investigating this and see if I can get any further. > > Thanks, > Brandon > > On Tue, Sep 22, 2020 at 1:56 AM Juraj Linke=C5=A1 wrote: > > > > Hi Brandon, > > > > The Exec format error looks like an error which happens when you try to= run an arm binary on an x86 machine (or in general the binary format doesn= 't match the host architecture). What does "file scripts/basic/fixdep" say = and what's the host architecture? > > > > Juraj > > > > > -----Original Message----- > > > From: ci On Behalf Of Brandon Lo > > > Sent: Friday, September 18, 2020 6:56 PM > > > To: Hemant Agrawal > > > Cc: Ruoshan Shi ; X.f. Ren ; > > > ci@dpdk.org; Lincoln Lavoie > > > Subject: Re: [dpdk-ci] Upgraded DTS Version for NXP > > > > > > Hi Hemant, > > > > > > I have gotten more progress into building; now I am running into a di= fferent > > > issue. > > > There is currently an issue building a kernel module: "FAILED: > > > kernel/linux/igb_uio/igb_uio.ko" > > > > > > I believe this issue is related to the following message: "/bin/sh: 1= : > > > scripts/basic/fixdep: Exec format error" > > > Any ideas of where this error comes from? > > > > > > Thanks, > > > Brandon > > > > > > On Fri, Sep 18, 2020 at 7:52 AM Hemant Agrawal > > > wrote: > > > > > > > > HI, > > > > What is the issue are you observing ? > > > > > > > > 1. install ARM cross tool chain > > > > > > > > sudo apt-get install gcc-aarch64-linux-gnu g++-aarch64-linux-gnu su= do > > > > apt-get install build-essential autoconf libtool cmake pkg-config g= it > > > > python-dev swig3.0 libpcre3-dev nodejs-dev > > > > > > > > 2. If you want to build kernel mods > > > > Specify the kernel_dir > > > > meson arm64-build --cross-file config/arm/arm64_dpaa_linux_gcc > > > > -Dexamples=3Dall --werror -Denable_kmods=3DTrue -Dlibdir=3Dlib > > > > --default-library=3Dstatic ninja -C arm64-build > > > > > > > > 3. or build with kmods > > > > meson arm64-build --cross-file config/arm/arm64_dpaa_linux_gcc > > > > -Dexamples=3Dall --werror -Dlibdir=3Dlib --default-library=3Dstatic= ninja -C > > > > arm64-build > > > > > > > > > > > > Regards, > > > > Hemant > > > > > > > > > -----Original Message----- > > > > > From: ci On Behalf Of Brandon Lo > > > > > Sent: Friday, September 18, 2020 2:30 AM > > > > > To: Ruoshan Shi > > > > > Cc: X.f. Ren ; ci@dpdk.org; Lincoln Lavoie > > > > > > > > > > Subject: [dpdk-ci] Upgraded DTS Version for NXP > > > > > > > > > > Hi Ruoshan, > > > > > > > > > > Since DPDK has discontinued make support for compiling, a DTS > > > > > upgrade is needed for performance testing to continue on all syst= ems. > > > > > > > > > > I am attempting to upgrade DTS on the NXP machine, but it seems t= hat > > > > > it is a fork of DTS that is from NXP's bitbucket server. > > > > > Is it possible to pull from the upstream DPDK DTS repository and = use > > > > > that instead? > > > > > > > > > > I also installed meson and ninja on the machine which is needed f= or > > > > > the new version, but I am having trouble building. > > > > > It uses these commands to build (172.18.0.202 in /root/dpdk): > > > > > 1. CC=3Dgcc meson --werror -Denable_kmods=3DTrue -Dlibdir=3Dlib -= -default- > > > > > library=3Dstatic arm64-dpaa-linuxapp-gcc 2. ninja -C > > > > > arm64-dpaa-linuxapp-gcc -j > > > > > 8 > > > > > > > > > > Could you help me look into this? > > > > > > > > > > Thanks, > > > > > Brandon > > > > > > > > > > -- > > > > > Brandon Lo > > > > > > > > > > UNH InterOperability Laboratory > > > > > > > > > > 21 Madbury Rd, Suite 100, Durham, NH 03824 > > > > > > > > > > blo@iol.unh.edu > > > > > > > > > > https://eur01.safelinks.protection.outlook.com/?url=3Dhttp%3A%2F%= 2Fwww > > > > > .i > > > > > > > > ol.unh.edu%2F&data=3D02%7C01%7Chemant.agrawal%40nxp.com%7Ce3 > > > > > > > > d40a1a7c8246676acf08d85b4cbe49%7C686ea1d3bc2b4c6fa92cd99c5c301635 > > > % > > > > > > > > 7C0%7C0%7C637359732457337624&sdata=3DIrFBG%2BvSBQi8uodqX%2FX > > > > > QmIPnB7CVg6EbDK%2Fq3bOtdbQ%3D&reserved=3D0 > > > > > > > > > > > > -- > > > > > > Brandon Lo > > > > > > UNH InterOperability Laboratory > > > > > > 21 Madbury Rd, Suite 100, Durham, NH 03824 > > > > > > blo@iol.unh.edu > > > > > > www.iol.unh.edu > > > > > -- > > Brandon Lo > > UNH InterOperability Laboratory > > 21 Madbury Rd, Suite 100, Durham, NH 03824 > > blo@iol.unh.edu > > www.iol.unh.edu --=20 Brandon Lo UNH InterOperability Laboratory 21 Madbury Rd, Suite 100, Durham, NH 03824 blo@iol.unh.edu www.iol.unh.edu