From mboxrd@z Thu Jan 1 00:00:00 1970 From: faust1002 Subject: Loading external PMD Date: Sat, 3 Sep 2016 12:21:25 +0200 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: dev@dpdk.org Return-path: Received: from mail-wm0-f42.google.com (mail-wm0-f42.google.com [74.125.82.42]) by dpdk.org (Postfix) with ESMTP id 3C21A567C for ; Sat, 3 Sep 2016 12:21:28 +0200 (CEST) Received: by mail-wm0-f42.google.com with SMTP id v143so15940462wmv.0 for ; Sat, 03 Sep 2016 03:21:28 -0700 (PDT) Received: from [10.100.80.219] (public-gprs386637.centertel.pl. [37.47.141.142]) by smtp.gmail.com with ESMTPSA id kq2sm14723617wjc.41.2016.09.03.03.21.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 03 Sep 2016 03:21:26 -0700 (PDT) List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Hello, I want to write my own PMD for testing and debugging purposes. I compiled it as shared library and I was going to load it using "-d" option. Unfortunately, it didn't work. I walked through DPDK source code I found out that "-d" options does hardly anything (please correct me if I am wrong). Could you explain me what was initial purpose of "-d" option? If the option is obsolete / not implemented / whatever, this information should be placed in documentation. Current description is IHMO misleading. I wonder if there is any other way of using my own PMD expect linking binary with it. Best regards