Thomas Monjalon 8b9ea3b3ca ethdev: allow iterating with pure class filter
If no rte_device is given in the iterator,
eth_dev_match() is looking at all ports without any restriction,
except the ethdev kvargs filter.

It allows to iterate with a devargs filter referencing only
some ethdev parameters. The format (from the new devargs syntax) is:
	class=eth,paramY=Y

Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Andrew Rybchenko <arybchenko@solarflare.com>
2018-10-26 22:14:05 +02:00
..
2018-10-25 11:27:49 +02:00
2018-10-10 21:40:40 +02:00
2018-10-12 19:33:02 +02:00
2018-10-24 15:12:33 +02:00
2018-10-26 14:51:36 +02:00