> -----Original Message----- > From: Thomas Monjalon [mailto:thomas.monjalon at 6wind.com] > Sent: Thursday, June 16, 2016 5:16 PM > To: Jain, Deepak K <deepak.k.jain at intel.com> > Cc: dev at dpdk.org; Griffin, John <john.griffin at intel.com>; De Lara > Guarch, > Pablo <pablo.de.lara.guarch at intel.com>; Doherty, Declan > <declan.doherty at intel.com> > Subject: Re: [dpdk-dev] [PATCH] qat: fix for VFs not getting recognized > > 2016-06-16 16:29, Jain, Deepak K: > > Due to addition of CLASS_ID in EAL, class_id is amended into the code. > > Why the VF is not recognized? > The class id should not be mandatory.
Without the change proposed, QuickAssist Devices were not visible and hence tests were not running. Seems like changes in EAL especially where class_id is added affected the QuickAssist tests. With this change, QuickAssist devices are visible during tests and tests working fine.