[dpdk-dev] [PATCH v4 07/10] drivers/raw: introduce skeleton rawdev driver

Thomas Monjalon thomas at monjalon.net
Wed Jan 31 14:20:00 CET 2018


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.jain at 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", \



More information about the dev mailing list