numam-dpdk/drivers
Dekel Peled 73f008334f net/mlx5: remove redundant size calculation macro
Patch [1] added, among other definitions, the macro MLX5_ST_SZ_DB.
Patch [2] added later the macro MLX5_ST_SZ_BYTES, which is exactly
the same macro with a different name.
Each of these macros was used in very few places.

This patch removes the definition of MLX5_ST_SZ_DB, and replaces it
with MLX5_ST_SZ_BYTES wherever it was used.
Macro MLX5_ST_SZ_BYTES was preffered since it is the same macro
name used in kernel code, see [3].

[1] http://patches.dpdk.org/patch/45254/
[2] http://patches.dpdk.org/patch/49403/
[3] https://lists.openwall.net/netdev/2014/10/02/75

Signed-off-by: Dekel Peled <dekelp@mellanox.com>
Acked-by: Shahaf Shuler <shahafs@mellanox.com>
2019-05-27 10:20:55 +02:00
..
baseband bb/turbo_sw: update for FlexRAN 18.09 2018-12-19 11:19:10 +01:00
bus net: add rte prefix to ether defines 2019-05-24 13:34:45 +02:00
common doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
compress compress/qat: fix dataplane return 2019-04-18 16:01:28 +02:00
crypto crypto/zuc: fix dependency check 2019-05-02 10:34:05 +02:00
event event/dsw: ignore scheduling type for single-link queues 2019-05-13 16:19:05 +02:00
mempool build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00
net net/mlx5: remove redundant size calculation macro 2019-05-27 10:20:55 +02:00
raw doc: fix spelling reported by aspell in comments 2019-05-03 00:38:14 +02:00
Makefile
meson.build build: increase readability via shortcut variables 2019-04-17 18:09:52 +02:00