From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v2 4/6] net/representor: Implement port representor PMD Date: Sun, 19 Nov 2017 23:46:08 -0800 Message-ID: <3098fb7d-02d5-e959-13ae-e9d93cdee0de@intel.com> References: <1510929733-7225-1-git-send-email-mohammad.abdul.awal@intel.com> <1510929733-7225-4-git-send-email-mohammad.abdul.awal@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Remy Horton , Declan Doherty To: Mohammad Abdul Awal , dev@dpdk.org Return-path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id D1FD62BEF for ; Mon, 20 Nov 2017 08:46:10 +0100 (CET) In-Reply-To: <1510929733-7225-4-git-send-email-mohammad.abdul.awal@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/17/2017 6:42 AM, Mohammad Abdul Awal wrote: > V2: > Update rte_bus_vdev.h header file instead of rte_vdev.h file. > > V1: > Representor PMD is a virtual PMD which provides a logical representation > in DPDK for ports of a multi port device. This supports configuration, > management, and monitoring of VFs of a physical function bound to a > userspace control plane application. Why we need this PMD? It looks like this has been used only for parameter parsing. Can it be possible to rte_representor_broker_init() will allocate ethdevs and fill brokers with this information? > > Change-Id: I5a7834bbc05bc9037e3218f69f10c1bd1e787236 > Signed-off-by: Mohammad Abdul Awal > Signed-off-by: Remy Horton > Signed-off-by: Declan Doherty <...>