Re: [PATCH 06/39] event/octeontx: probe ssowvf pcie devices
From: Eads, Gage <hidden>
Date: 2017-03-23 15:44:47
-----Original Message----- From: Jerin Jacob [mailto:jerin.jacob@caviumnetworks.com] Sent: Friday, March 3, 2017 11:28 AM To: dev@dpdk.org Cc: thomas.monjalon@6wind.com; Richardson, Bruce [off-list ref]; Van Haaren, Harry [off-list ref]; hemant.agrawal@nxp.com; Eads, Gage [off-list ref]; nipun.gupta@nxp.com; santosh.shukla@caviumnetworks.com; Jerin Jacob [off-list ref] Subject: [dpdk-dev] [PATCH 06/39] event/octeontx: probe ssowvf pcie devices An event device consists of event queues and event ports. On Octeontx HW, each event queues(sso group/ssovf) and event ports(sso hws/ssowvf) are enumerated as separate SRIOV VF PCIe device.In order to expose as an event device, On PCIe probe, the driver stores the information associated with the PCIe device and later with vdev infrastructure creates event device with earlier probed PCIe VF devices. Signed-off-by: Jerin Jacob [off-list ref] Signed-off-by: Santosh Shukla [off-list ref]
Minor nit: commit message should have a space before the "In" in "PCIe device.In order". Either way, Acked-by: Gage Eads <redacted>