31/01/2018 10:13, Shreyansh Jain: > Skeleton rawdevice driver, on the lines of eventdev skeleton, is for > showcasing the rawdev library. This driver implements some of the > operations of the library based on which a test module can be > developed. > > Design of skeleton involves a virtual device which is plugged into > VDEV bus on initialization. > > Also, enable compilation of rawdev skeleton driver. > > Signed-off-by: Shreyansh Jain <shreyansh.j...@nxp.com> > ---
It does not compile on 32-bit: drivers/raw/skeleton_rawdev/skeleton_rawdev.h:13:51: error: format ‘%lu’ expects argument of type ‘long unsigned int’, but argument 6 has type ‘uint64_t {aka long long unsigned int}’ [-Werror=format=] rte_log(RTE_LOG_ ## level, skeleton_pmd_logtype, "%s(): " fmt "\n", \