From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2EAC41B2B2 for ; Tue, 13 Feb 2018 11:06:36 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 02:06:35 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="34288047" Received: from aburakov-mobl.ger.corp.intel.com (HELO [10.237.220.71]) ([10.237.220.71]) by orsmga002.jf.intel.com with ESMTP; 13 Feb 2018 02:06:34 -0800 To: "Zhang, Xiaohua" , "dev@dpdk.org" References: <1518342737-9244-1-git-send-email-xiaohua.zhang@windriver.com> <3bc80bbb-155a-c9f7-1b9d-b6e26ca42e37@intel.com> <5620FA0292C24E4EAAAE8FBE2DB3A7A50128936DD4@ALA-MBD.corp.ad.wrs.com> From: "Burakov, Anatoly" Message-ID: <7669d512-828b-afaf-3f44-c14da84b0ec2@intel.com> Date: Tue, 13 Feb 2018 10:06:34 +0000 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <5620FA0292C24E4EAAAE8FBE2DB3A7A50128936DD4@ALA-MBD.corp.ad.wrs.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] usertools/dpdk-devbind.py: add support for wind river avp device X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Feb 2018 10:06:37 -0000 On 13-Feb-18 1:43 AM, Zhang, Xiaohua wrote: > Hi Anatoly, > AVP is a virtual NIC type, so you are right. > > When using the AVP device, you will see the following information from lspci (example). > Slot: 0000:00:05.0 > Class: Unclassified device [00ff] > Vendor: Red Hat, Inc [1af4] > Device: Virtio memory balloon [1002] > SVendor: Red Hat, Inc [1af4] > SDevice: Device [0005] > PhySlot: 5 > Driver: virtio-pci > > It is a little different with the standard "Ethernet" controller, such as "Class: Ethernet controller [0200]". > Theoretically, the AVP is a memory based device. That's the reason, I put it as separate catalog. > OK, fair enough. Is there any way we can make this category not-WindRiver AVP specific? Are there other similar devices out there that could potentially fit into this category? > > BR. > Xiaohua Zhang > > -----Original Message----- > > Is there any particular reason why this device appears in its own category, rather than being added to one of the existing device classes? > I'm not familiar with AVP but it looks like it's a NIC, so shouldn't it be in network_devices category? > > -- > Thanks, > Anatoly > -- Thanks, Anatoly