From c9e462d17b80394d3eaf8470198afaaa94a6c181 Mon Sep 17 00:00:00 2001 From: Viacheslav Ovsiienko Date: Mon, 28 Jan 2019 14:22:14 +0000 Subject: [PATCH] net/mlx5: fix build for armv8 Added inclusion, was not included on some building setups (armv8). Fixes: 71ab2d64723c ("net/mlx5: fix VXLAN port registration race condition") Cc: stable@dpdk.org Signed-off-by: Viacheslav Ovsiienko Acked-by: Shahaf Shuler --- drivers/net/mlx5/mlx5_flow_tcf.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/net/mlx5/mlx5_flow_tcf.c b/drivers/net/mlx5/mlx5_flow_tcf.c index e132a3482e..652270f745 100644 --- a/drivers/net/mlx5/mlx5_flow_tcf.c +++ b/drivers/net/mlx5/mlx5_flow_tcf.c @@ -28,6 +28,7 @@ #include #include #include +#include #include "mlx5.h" #include "mlx5_flow.h" -- 2.20.1