diff options
author | 2017-06-15 14:35:39 +0300 | |
---|---|---|
committer | 2017-06-15 22:53:23 -0400 | |
commit | 9573e0d39ff8d7d1e0bcc10e23d18b9cbc4ca14e (patch) | |
tree | 8603ad2c32933bc751aa2dd322aa48cd4724fdea /net/bluetooth/hci_request.c | |
parent | net/mlx4_en: Increase default TX ring size (diff) | |
download | wireguard-linux-9573e0d39ff8d7d1e0bcc10e23d18b9cbc4ca14e.tar.xz wireguard-linux-9573e0d39ff8d7d1e0bcc10e23d18b9cbc4ca14e.zip |
net/mlx4_en: Replace TXBB_SIZE multiplications with shift operations
Define LOG_TXBB_SIZE, log of TXBB_SIZE, and use it with a shift
operation instead of a multiplication with TXBB_SIZE.
Operations are equivalent as TXBB_SIZE is a power of two.
Performance tests:
Tested on ConnectX3Pro, Intel(R) Xeon(R) CPU E5-2680 v3 @ 2.50GHz
Gain is too small to be measurable, no degradation sensed.
Results are similar for IPv4 and IPv6.
Signed-off-by: Tariq Toukan <tariqt@mellanox.com>
Reviewed-by: Saeed Mahameed <saeedm@mellanox.com>
Cc: kernel-team@fb.com
Cc: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/bluetooth/hci_request.c')
0 files changed, 0 insertions, 0 deletions