From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 94768A84C for ; Tue, 13 Feb 2018 12:06:42 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Feb 2018 03:06:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.46,507,1511856000"; d="scan'208";a="26904593" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.35]) ([10.237.220.35]) by FMSMGA003.fm.intel.com with ESMTP; 13 Feb 2018 03:06:39 -0800 To: "Burakov, Anatoly" , "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> <7669d512-828b-afaf-3f44-c14da84b0ec2@intel.com> From: Ferruh Yigit Message-ID: Date: Tue, 13 Feb 2018 11:06:38 +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: <7669d512-828b-afaf-3f44-c14da84b0ec2@intel.com> Content-Type: text/plain; charset=utf-8 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 11:06:43 -0000 On 2/13/2018 10:06 AM, Burakov, Anatoly wrote: > 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? Can we call it "memory_devices" instead of "avp_devices" ? > >> >> 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 >> > >