Re: [dpdk-dev] [PATCH v2 4/4] rawdev: pass device id as parameter to selftest

2019-07-04 Thread Shreyansh Jain
> -Original Message- > From: Bruce Richardson > Sent: Friday, June 21, 2019 9:27 PM > To: dev@dpdk.org > Cc: Bruce Richardson ; Shreyansh Jain > > Subject: [PATCH v2 4/4] rawdev: pass device id as parameter to selftest > > When running self-tests, the driver needs to know the device on w

[dpdk-dev] [PATCH v2 4/4] rawdev: pass device id as parameter to selftest

2019-06-21 Thread Bruce Richardson
When running self-tests, the driver needs to know the device on which to run the tests, so we need to take the device ID as parameter. Only the skeleton driver is providing this selftest capability right now, so we can easily update it for this change. Cc: shreyansh.j...@nxp.com Signed-off-by: Bru