> -----Original Message----- > From: Jerin Jacob [mailto:jerin.ja...@caviumnetworks.com] > Sent: Friday, March 3, 2017 11:28 AM > To: dev@dpdk.org > Cc: thomas.monja...@6wind.com; Richardson, Bruce > <bruce.richard...@intel.com>; Van Haaren, Harry > <harry.van.haa...@intel.com>; hemant.agra...@nxp.com; Eads, Gage > <gage.e...@intel.com>; nipun.gu...@nxp.com; > santosh.shu...@caviumnetworks.com; Jerin Jacob > <jerin.ja...@caviumnetworks.com> > 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 <jerin.ja...@caviumnetworks.com> > Signed-off-by: Santosh Shukla <santosh.shu...@caviumnetworks.com>
Minor nit: commit message should have a space before the "In" in "PCIe device.In order". Either way, Acked-by: Gage Eads <gage.e...@intel.com>