]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx5e: Remove unused max inline related code
authorGal Pressman <galp@mellanox.com>
Sun, 21 Jan 2018 08:52:17 +0000 (10:52 +0200)
committerSaeed Mahameed <saeedm@mellanox.com>
Wed, 28 Mar 2018 00:17:27 +0000 (17:17 -0700)
commit21107d69f2b946f58ce9f6ebb98b2755fb2dbaed
tree98ce7c847e6dd77ad95cc549593cdc60eb5e6521
parent544fbd0253ecaf4d708ebdc4de22a9d690441593
net/mlx5e: Remove unused max inline related code

Commit 4f2888af65e8 ("net/mlx5e: Support TX packet copy into WQE")
introduced the max inline WQE as an ethtool tunable. One commit later,
that functionality was made dependent on BlueFlame.

Commit 28889b758b72 ("net/mlx5e: Xmit, no write combining") removed
BlueFlame support, and with it the max inline WQE.
This patch cleans up the leftovers from the removed feature.

Signed-off-by: Gal Pressman <galp@mellanox.com>
Signed-off-by: Saeed Mahameed <saeedm@mellanox.com>
drivers/net/ethernet/mellanox/mlx5/core/en.h
drivers/net/ethernet/mellanox/mlx5/core/en_ethtool.c
drivers/net/ethernet/mellanox/mlx5/core/en_main.c
drivers/net/ethernet/mellanox/mlx5/core/en_rep.c