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 78208A0C41 for ; Thu, 15 Jul 2021 11:33:50 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3D7F34014D; Thu, 15 Jul 2021 11:33:50 +0200 (CEST) Received: from mail-wm1-f54.google.com (mail-wm1-f54.google.com [209.85.128.54]) by mails.dpdk.org (Postfix) with ESMTP id DA54640143 for ; Thu, 15 Jul 2021 11:33:48 +0200 (CEST) Received: by mail-wm1-f54.google.com with SMTP id l18-20020a1ced120000b029014c1adff1edso5609442wmh.4 for ; Thu, 15 Jul 2021 02:33:48 -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; bh=1BKZS8RYQACfZUnCLJhhR5Z8g8vyZSPnp95/72NnJ/w=; b=bPwwKHZ/ink+gX6/H7EtdhGCQ5XkcPpc9vWfcdljQMz0t/mJCfdv3yqiHH/yj/DB13 iBvDLURzGjpgQdsTbuGx8VA2O/RurhK0jkTVzzlRLbAu7z7c4kt2wYrFHe4K+60hky/G 0sG24iUQ+M7rg6kgjykVI31xKwZgCnQIRZCziuq9VN/H3w8Xi6tP+sPrCsEU5bnA/PFT Yp+N1UZnnmRT9Rc/GKe37Ob0BDzDyVdJnyCPoJXyXBV6539ppHGZdh4s2LEpLtVcJSl4 tZRaThhy9bUOJWsSg5fo8pV7KzU9DVWfAel1FkdJa64p5bbRJoY83OrQ8Q1oJ6dscrRY 3ZIw== 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; bh=1BKZS8RYQACfZUnCLJhhR5Z8g8vyZSPnp95/72NnJ/w=; b=STNO0TYgMoKP2L98fWh1cFXNrK6486TTzTcdFhanLPJUOXiFF0Mq9MbhoxYRcO1Zvd siwhS67TUYF1oxYeKZ9XZ/zic2eas0/f+IOmsbT5basIUV+FIYsuW/i4DP4jSucs21Uo /55EibplU+7bLDY0ERYrmtZKMX5cYgw6iV28nYqiEv4usPl+AIbtlyC0gLxQ0Wp263L+ gz9MAPBGXD5ntJADuzo9xB7bgPhurmYJAmND93TJrclQjhWfzIfVGQkz/GnhFx5R7hPz fHGOQxW/EIqDi1WVBS2S4gvWW3jpp/W+/g3eO8oMxD/Q7ZkxQyJjMqQlYruhl8VEDJRx IZsQ== X-Gm-Message-State: AOAM531/RpEPMRncHMePmRq+eSX4UvyJChUXknjVJWIs5ewC576vt7OV kUgl9uiULQx7dMAKDAqUxdDzo4p8HfrwPOiBPjoebInkxeF2/Q== X-Google-Smtp-Source: ABdhPJxeZ8rAH/AkVNRnT5fZXs2ufdUim/N+lgSVEHewjD2rQkRY2OmmTMGrpl/whfadJG/ot/SBIRiFZFArVbg29SY= X-Received: by 2002:a1c:f206:: with SMTP id s6mr3416786wmc.102.1626341628041; Thu, 15 Jul 2021 02:33:48 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Ashish Mishra Date: Thu, 15 Jul 2021 15:03:37 +0530 Message-ID: To: users Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-users] [ TX-ONLY mode ] No packet count with Testpmd application 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" Hi Members , Debugging further what i could understand is that DPDK requires drivers example: igb_uio.ko Can the team please help me from where do I get these drivers? I am trying to get dpdk working on custom buildroot sdk Does testpmd require any specific driver? currently i am binding free ethernet interface to dpdk , but cant see traffic So i am considering that some kernel dependency / drivers are required tp get testpmd working Any pointer will be helpful as i am very new here Thanks Ashish