Re: [dpdk-dev] [PATCH 1/2] usertools: fix adding devices of same class

2017-05-07 Thread Thomas Monjalon
04/05/2017 12:48, Jerin Jacob: > From: Guduri Prathyusha > > If multiple devices of same class are added to a device type, > only devices that match first device listed in device type list are > processed. > > Fixing it in device_type_match() by returning false after iterating > through all the

[dpdk-dev] [PATCH 1/2] usertools: fix adding devices of same class

2017-05-04 Thread Jerin Jacob
From: Guduri Prathyusha If multiple devices of same class are added to a device type, only devices that match first device listed in device type list are processed. Fixing it in device_type_match() by returning false after iterating through all the devices listed in a device type list. Fixes: 8