> -----Original Message----- > From: Jerin Jacob [mailto:[email protected]] > Sent: Friday, March 3, 2017 11:28 AM > To: [email protected] > Cc: [email protected]; Richardson, Bruce > <[email protected]>; Van Haaren, Harry > <[email protected]>; [email protected]; Eads, Gage > <[email protected]>; [email protected]; > [email protected]; Jerin Jacob > <[email protected]> > 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 <[email protected]> > Signed-off-by: Santosh Shukla <[email protected]>
Minor nit: commit message should have a space before the "In" in "PCIe device.In order". Either way, Acked-by: Gage Eads <[email protected]>

