[dpdk-dev] [PATCH v2 0/4] fixes and improvements for rawdev
Bruce Richardson
bruce.richardson at intel.com
Fri Jun 21 17:56:55 CEST 2019
This set includes some general fixes and improvements for rawdev, the
rawdev autotests and the rawdev skeleton example implementation.
Specifically:
* the unit test were failing for me due to bad memory management
* the unit tests were not present in the meson builds due to missing
file in file list
* the self-test function for a rawdev driver did not take the actual
device id as a parameter:
- because of this the skeleton driver always assumed device 0 was to
be tested, an unsafe assumption
V2:
extended the set with additional fixes to allow selftests to know
what instance the tests are to be run on.
Bruce Richardson (4):
raw/skeleton: fix failing test case
app/test: add missing rawdev autotest to meson build
raw/skeleton: remove compile-time constant for device id
rawdev: pass the device id as parameter to selftest
app/test/meson.build | 3 +
drivers/raw/skeleton_rawdev/skeleton_rawdev.c | 8 ++-
drivers/raw/skeleton_rawdev/skeleton_rawdev.h | 2 +-
.../skeleton_rawdev/skeleton_rawdev_test.c | 66 +++++++++----------
lib/librte_rawdev/rte_rawdev.c | 2 +-
lib/librte_rawdev/rte_rawdev_pmd.h | 2 +-
6 files changed, 43 insertions(+), 40 deletions(-)
--
2.21.0
More information about the dev
mailing list