summaryrefslogtreecommitdiffstats
path: root/src/dpdk/drivers/net/mlx5/mlx5_rxtx.h
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2017-02-06 15:28:36 +0200
committerIdo Barnea <ibarnea@cisco.com>2017-02-13 12:32:25 +0200
commit669374787cd8b6381d695306cd6dd9020e16fc90 (patch)
treea8e721869f9080e5e6bfd8b7b5b9581992541f9f /src/dpdk/drivers/net/mlx5/mlx5_rxtx.h
parent8957b86380f433fb1b91338ac3dd535d11ccfe7c (diff)
Our patches to mlx5 in dpdk1702
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'src/dpdk/drivers/net/mlx5/mlx5_rxtx.h')
-rw-r--r--src/dpdk/drivers/net/mlx5/mlx5_rxtx.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dpdk/drivers/net/mlx5/mlx5_rxtx.h b/src/dpdk/drivers/net/mlx5/mlx5_rxtx.h
index 41a34d7f..5cf6eaca 100644
--- a/src/dpdk/drivers/net/mlx5/mlx5_rxtx.h
+++ b/src/dpdk/drivers/net/mlx5/mlx5_rxtx.h
@@ -179,8 +179,8 @@ struct hash_rxq_init {
uint16_t size;
} hdr;
struct ibv_exp_flow_spec_tcp_udp tcp_udp;
- struct ibv_exp_flow_spec_ipv4 ipv4;
- struct ibv_exp_flow_spec_ipv6 ipv6;
+ struct ibv_exp_flow_spec_ipv4_ext ipv4;
+ struct ibv_exp_flow_spec_ipv6_ext ipv6;
struct ibv_exp_flow_spec_eth eth;
} flow_spec; /* Flow specification template. */
const struct hash_rxq_init *underlayer; /* Pointer to underlayer. */