Re: [dpdk-dev] [PATCH v3 0/3] fixes and improvements for rawdev

2019-07-02 Thread Thomas Monjalon
> Bruce Richardson (3): > 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 Applied, thanks

[dpdk-dev] [PATCH v3 0/3] fixes and improvements for rawdev

2019-07-02 Thread Bruce Richardson
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