common/mlx5: use common endian types
authorOphir Munk <ophirmu@mellanox.com>
Tue, 25 Aug 2020 09:31:05 +0000 (09:31 +0000)
committerFerruh Yigit <ferruh.yigit@intel.com>
Fri, 18 Sep 2020 16:55:06 +0000 (18:55 +0200)
commit094ddb60dae4ce380ca143f7f1ab579b4645a415
treeed93c27e8b5d87e71d80e1cf11a8f343d5bf0ee5
parent3475aeaca7b0095a24a708650b4b7edb2631b8e0
common/mlx5: use common endian types

Replace Linux specific int types with their corresponding DPDK typedefs.
__be16 ==> rte_be16_t
__be32 ==> rte_be32_t
__be64 ==> rte_be64_t

Signed-off-by: Ophir Munk <ophirmu@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
drivers/common/mlx5/mlx5_prm.h