From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qt0-f182.google.com (mail-qt0-f182.google.com [209.85.216.182]) by dpdk.org (Postfix) with ESMTP id 6FBB52AA0 for ; Fri, 7 Sep 2018 16:38:40 +0200 (CEST) Received: by mail-qt0-f182.google.com with SMTP id t5-v6so16448363qtn.3 for ; Fri, 07 Sep 2018 07:38:40 -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:in-reply-to:references:from:date :message-id:subject:to:cc; bh=7AEd3bUbD2skLvzDpg4tHxa1vIthU42EBeNYZv0rLzk=; b=jPaCx2TTCYLIEAsfZkfz1wnaUjN/+tXEXbbT7/51LhxcvWWZTRD2ZcohakU/N/O2em YLHMyJvU9DdnqLW1ZqTYSQZiWE+fi/6Fu0/eppyQpyIfNv9++yjuu11Boa+klF2ftfed IABqzObMDUS2ku5OkwXP2FAhL1ir+2pUUrgkd54a+eLbHKxENjcN7lr2mjJzQOfrDOGa wg6IBaueT1oHDDqLPUOoj0JCgwKhB605PIxVJ2ub5+6MtODlHZtaLLGBqoOBTItOWVxh nCpg1ySRAxSXhLOXXWUV47NMDQ+k5XXhIwfrCB5U4PpfiakLy0hZ6jiGiwR9tQiboFsl zrXQ== X-Gm-Message-State: APzg51AXgkWVMewfYltj4SnyQU8k9yZY8DPz1CrrPyts5lAK949RQBFZ pUVW980O4u/Td0tlbKlLWX1CX/4lsMbpOQUW7q01SA== X-Google-Smtp-Source: ANB0VdYnicF6QXKPrHSi53eX5RO3vCphsCRTYPAMj6gAhUpBIsu6M3MARrpoLcC5zeCOP4dGbLElJHLIC1NSHRygfWc= X-Received: by 2002:ac8:4758:: with SMTP id k24-v6mr6211583qtp.232.1536331119655; Fri, 07 Sep 2018 07:38:39 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:aed:2429:0:0:0:0:0 with HTTP; Fri, 7 Sep 2018 07:38:39 -0700 (PDT) In-Reply-To: References: From: Jamie Fargen Date: Fri, 7 Sep 2018 10:38:39 -0400 Message-ID: To: Rami Rosen Cc: users@dpdk.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.15 Subject: Re: [dpdk-users] TestPMD testing with VMX3NET Devices... 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: , X-List-Received-Date: Fri, 07 Sep 2018 14:38:40 -0000 Rami- The output show that that CONFIG_RTE_BUILD_SHARED_LIB is set to no. # cat build/.config | grep -i shared CONFIG_RTE_BUILD_SHARED_LIB CONFIG_RTE_BUILD_SHARED_LIB=n I wil l change that to CONFIG_RTE_BUILD_SHARED_LIB=y and reinstall. Regards, -Jamie On Fri, Sep 7, 2018 at 9:52 AM, Rami Rosen wrote: > Hi, Jamie, > By default, building in DPDK (including in stable-17.11.4) is by creating > static > libs (*.a) and not shared libs (*so). > > What does cat build/.config | grep -i shared show ? > If you have CONFIG_RTE_BUILD_SHARED_LIB=y, this means that > you use shared libs, and in such a case, a VMXNET3 *.so should be > generated in the build > (librte_pmd_vmxnet3_uio.so), and if indeed the testpmd app you use was > built in > a tree where CONFIG_RTE_BUILD_SHARED_LIB is "y", > then the librte_pmd_vmxnet3_uio.so should be under /usr/lib64/... folder > so it will work. > It seems that the best thing is to rebuild the DPKD tree (after make > clean) and reinstall it. > > Regards, > Rami Rosen > -- Jamie Fargen Senior Consultant jfargen@redhat.com 813-817-4430