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 57F68A0C52 for ; Fri, 16 Jul 2021 12:19:40 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 2F33741327; Fri, 16 Jul 2021 12:19:40 +0200 (CEST) Received: from mail-ej1-f51.google.com (mail-ej1-f51.google.com [209.85.218.51]) by mails.dpdk.org (Postfix) with ESMTP id 1169940151 for ; Fri, 16 Jul 2021 12:19:39 +0200 (CEST) Received: by mail-ej1-f51.google.com with SMTP id dp20so12451211ejc.7 for ; Fri, 16 Jul 2021 03:19:39 -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=nKwk5LayrBiIvx2SLg5gl8vmu7vkl+AIJLGTZdZV5pA=; b=hIIB27JBQkunTBJrHeiEOEmzihrj6EaIwAmNVPRI8XWenOfcY1PidK/QPfDsC5YeiN kItpybcLa/OrhRjGRnjqn7nNnMxPxkKEdDXvMQVrazZr88BGNeHKXiQifFVs5JPGvp9Q aWe3uCCbcSudHUrWMaZ1DVxu2AmblelOi1n99SKfytgRqGBhbrZdojrPsXjYIqWBGgu+ 6owFwbyLu4bHThCSXqvwhHfH/5S1gdQ4G980+qr+/cAf2nHNs/hwGYWFmBFyhWZx6cHC ADJvtaFzIGgu1nDd1I+dwpii9uDdcAcDg4NvXJPCYwhUerSYg0meo+4Iy5TQQ5G4fLKr zzNw== 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=nKwk5LayrBiIvx2SLg5gl8vmu7vkl+AIJLGTZdZV5pA=; b=dyp/8WqjTj5QxHsBe2zdxoF6HDOzNNc/9prHCO2K0dJ7MGSrE3ciOxRCNF8XPy8Kym k7KFEO3j/9QGv3qcQ06jRS6VZZfdi1Wk4lzZG+CCuzWq7veMu2T3Nj4iO3dsLvfwfYJp K6wpNyKcXs05Rco8iyA3MNysuhrwdn6GllKFVAfCsBrvgMNntIEUZ+tvzFJaHLTULyQ7 aaPGTTaKiKqnrVxJeDJgiCho9+AHuWwjy1keIZjozmEQ6yhEJG9h4g13NoWrX/DkrDK3 f+P4WflAgMMoAoMiRGs6mu6E7AKKWVMYAqWtnZuyocRytytdKOzbUwqFBMFWeDc7V6Ix SrDQ== X-Gm-Message-State: AOAM531X6mEzZ45kgyIqzEtHSFSdQUwkR6CouxA2pam0lPSMety8Epii XIZBUJeC6nOHTNUG/RZeOfpXC9S1rKHOLww+dD4= X-Google-Smtp-Source: ABdhPJyUu5phjcpC2p1PkSuuQiyqhdtf6KVv5tmMEQMA8F3POjb9JAqlWge+INceQ/uUV7vIs0XpJM3Fv2XWaiLt09g= X-Received: by 2002:a17:907:3e22:: with SMTP id hp34mr11087611ejc.334.1626430778691; Fri, 16 Jul 2021 03:19:38 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Venumadhav Josyula Date: Fri, 16 Jul 2021 15:49:02 +0530 Message-ID: To: "Anjum, Sohail" Cc: "users@dpdk.org" Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Re: [dpdk-users] IGB_uio driver issue 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 , Please use the dpdk-devbind.py to bind it back to original driver i) find / -name dpdk-devbind.py ii) go to the path iii) ./dpdk-devbind.py // hit enter iv) it display usage or v) ./dpdk-devbind.py --status // list of kernel and dpdk manager driver vi) if you your interface being managed by dpdk , unbind and bind back to the original driver. vii) refer iv) for usage Thanks, Regards, On Thu, 15 Jul 2021 at 15:17, Anjum, Sohail wrote: > Hi, everyone I am trying to run ndpi with dpdk. In order to do that I can > bind the port with igb_uio driver but when I bind the port. > lshw -c network -businfo > Command doesn't show the interface name. It can only show the PCI address. > So when I can run the dpdk command I dont know which interface to use. But > when I use the the same name with the old interface name then they show > this port is not available. > > Regards, > -- > *Regards*, > > *Sohail Anjum* > > *EECS Department.* > *National Chiao Tung University, Hsinchu, Taiwan* >