From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D6FD3A0C49 for ; Wed, 7 Jul 2021 14:34:58 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id CC3BC406FF; Wed, 7 Jul 2021 14:34:58 +0200 (CEST) Received: from mail-wr1-f44.google.com (mail-wr1-f44.google.com [209.85.221.44]) by mails.dpdk.org (Postfix) with ESMTP id 11275406B4 for ; Wed, 7 Jul 2021 14:34:57 +0200 (CEST) Received: by mail-wr1-f44.google.com with SMTP id l7so1937904wrv.7 for ; Wed, 07 Jul 2021 05:34:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mvista-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=VYNvL8KiBQOv2m4feeXpB5vFyxECnqr6oexjJEIuYyI=; b=OePRbGQ0Rjv45HV3jhr+z3K+j5UQf4nRKBVv6FaXJYB4AjVCEtQdmr8MXtg2V8mixb CLti0+4JQ4fa9RoI5RJJ92ba0p9Uo175c1jVWBSiPIHE+2xUBhHNggLLTPl+bqXXsCJG 7jGFoBLjL0JMkQxjw0dhJeHWDQOohZEkGBzBuhrmQorB1G4lB+kQdvbyVYYQsOcnaI1m o/SMzFo1YvP8Di+SwNpabGWDCzTJr20ymu90y6RZ8CZryn0hJ/r8nw3Lzjcn5HaPYvE/ V5+QW+lE938lsnLqfFSbya9RaXeqpG/8LCrsxhHPHCdSysXMURcVITyOwVJBgUFCkhbv WIaQ== 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=VYNvL8KiBQOv2m4feeXpB5vFyxECnqr6oexjJEIuYyI=; b=Ge+J/XEcheZIIGgHnYNdnKI/gfyonO2ESfYN7nZnggsYcJnAvfv6U08Ou0LLFeewWO nM+AVtql1lXgLeG7wJYK23ZvK8yDDm8XCE+08Pcnrz0SJeHnIPXHyTAEBkLLbNMfYJMi 2V5jnX1R0CwcNRNmqYb1OJSztJIvAeUuWlBxC5yHv/3tjZD0zsrQ+5aZdrAaY62wZhXN rmSseVGwgeR9AaUxya05atCogoCeQteUhBpIOeoQFMdmIydCk4rdrszOZdMcupDzkIxS ho42CS2vc1toWSfEHBjzPRUgGSafQFB4m+/EM/FepibJzz04V8/ca3K/77tpqCgmRYXR mIhA== X-Gm-Message-State: AOAM532uP4yDZeCCKHAZ/Vp6yj8B2s1kn/oUKjaag7h0+htXsXmFyTNR F2q0J+r7RJZOsI7guCrBRhhhxb060uoUNW+VLFtrJmjlY+CsSw== X-Google-Smtp-Source: ABdhPJwE3FJ3QU380AP6yQSS3NfQw/z6903LPAYh9nkOG74CKoAbQB/crtLJxX/Td/iwhL1X86LDIctF5mNHaTjcY6s= X-Received: by 2002:adf:e707:: with SMTP id c7mr27131281wrm.278.1625661297717; Wed, 07 Jul 2021 05:34:57 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ashish Mishra Date: Wed, 7 Jul 2021 18:05:04 +0530 Message-ID: To: Raslan Darawsheh Cc: users Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-users] Installation of latest DPDK on x86_64 machine X-BeenThere: users@dpdk.org X-Mailman-Version: 2.1.29 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" Thanks David & Raslan , Will look at these suggestions. Yesterday I was able to proceed somewhat with dpdk-stable-19.11.8 Will try the latest as suggested . Thanks a lot . Ashish On Tue, Jul 6, 2021 at 6:52 PM Raslan Darawsheh wrote: > I guess you can have a look at this guide: > > https://core.dpdk.org/doc/quick-start/ > > which should help you on doing the sanity check which you are looking for. > > > > Kindest regards, > > Raslan Darawsheh > > > > *From:* Ashish Mishra > *Sent:* Tuesday, July 6, 2021 4:02 PM > *To:* Raslan Darawsheh > *Cc:* users > *Subject:* Re: [dpdk-users] Installation of latest DPDK on x86_64 machine > > > > Hi Raslan , > > > > Thanks for the pointer , I will look at this. > > > > Can I assume that the build is proper , if the helloworld application runs > fine. > > or any other application is used by DPDK community to ensure sanity of > build . > > > > > > Thanks , > Ashish > > >