Re: [dpdk-dev] [PATCH] net/mlx5: fix 32-bit build

2019-06-27 Thread Stephen Hemminger
On Thu, 27 Jun 2019 18:10:07 +0300 Ali Alnubani wrote: > + DRV_LOG(DEBUG, "port %u: uar_mmap_offset 0x%"PRIx64"", Minor nitpick: You don't need empty string at the end of the format.

[dpdk-dev] [PATCH] net/mlx5: fix 32-bit build

2019-06-27 Thread Ali Alnubani
This is to fix the error: ``` drivers/net/mlx5/mlx5_defs.h:14:26: error: format '%lx' expects argument of type 'long unsigned int', but argument 5 has type 'off_t {aka long long int}' [-Werror=format=] #define MLX5_DRIVER_NAME "net_mlx5" ^ RTE_SDK/i686-nativ