summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2017-02-27 15:06:14 +0200
committerHanoh Haim <hhaim@cisco.com>2017-02-27 15:44:33 +0200
commit636b54879f9017deb00a28eaf4ab54cf0e6455de (patch)
tree1bf25e169e2b3f461a490af1b492546931f45ffc /src
parente56cadaa90bcf67e874741a78ebcde477749700b (diff)
mlx5, enforce OFED 4.0
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'src')
-rw-r--r--src/dpdk/drivers/net/mlx5/mlx5_prm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dpdk/drivers/net/mlx5/mlx5_prm.h b/src/dpdk/drivers/net/mlx5/mlx5_prm.h
index 755b5d77..0a4cb8b8 100644
--- a/src/dpdk/drivers/net/mlx5/mlx5_prm.h
+++ b/src/dpdk/drivers/net/mlx5/mlx5_prm.h
@@ -80,6 +80,7 @@
/* Room for inline data in multi-packet WQE. */
#define MLX5_MWQE64_INL_DATA 28
+#define HAVE_VERBS_MLX5_OPCODE_TSO
#ifndef HAVE_VERBS_MLX5_OPCODE_TSO
#define MLX5_OPCODE_TSO MLX5_OPCODE_LSO_MPW /* Compat with OFED 3.3. */
#endif