* [dpdk-dev] [PATCH] net/mlx5: fix compilation issue for some architectures
@ 2019-01-28 14:22 Viacheslav Ovsiienko
2019-01-29 5:37 ` Shahaf Shuler
0 siblings, 1 reply; 2+ messages in thread
From: Viacheslav Ovsiienko @ 2019-01-28 14:22 UTC (permalink / raw)
To: shahafs; +Cc: dev
Added <rte_cycles.h> inclusion, was not included on some
building setups (ARMv8).
Fixes: 61fea2920403 ("net/mlx5: fix VXLAN port registration race condition")
Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
---
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 e132a34..652270f 100644
--- a/drivers/net/mlx5/mlx5_flow_tcf.c
+++ b/drivers/net/mlx5/mlx5_flow_tcf.c
@@ -28,6 +28,7 @@
#include <rte_flow.h>
#include <rte_malloc.h>
#include <rte_common.h>
+#include <rte_cycles.h>
#include "mlx5.h"
#include "mlx5_flow.h"
--
1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [dpdk-dev] [PATCH] net/mlx5: fix compilation issue for some architectures
2019-01-28 14:22 [dpdk-dev] [PATCH] net/mlx5: fix compilation issue for some architectures Viacheslav Ovsiienko
@ 2019-01-29 5:37 ` Shahaf Shuler
0 siblings, 0 replies; 2+ messages in thread
From: Shahaf Shuler @ 2019-01-29 5:37 UTC (permalink / raw)
To: Slava Ovsiienko; +Cc: dev, Thomas Monjalon, ferruh.yigit
Monday, January 28, 2019 4:22 PM, Viacheslav Ovsiienko:
> Cc: dev@dpdk.org
> Subject: [PATCH] net/mlx5: fix compilation issue for some architectures
>
> Added <rte_cycles.h> inclusion, was not included on some building setups
> (ARMv8).
>
> Fixes: 61fea2920403 ("net/mlx5: fix VXLAN port registration race condition")
>
> Signed-off-by: Viacheslav Ovsiienko <viacheslavo@mellanox.com>
Applied to next-net-mlx, thanks.
Ferruh, Thomas,
This patch is to fix a previous patch wrongly applied, not new fix.
Appreciate if you can push to current release.
> ---
> 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 e132a34..652270f 100644
> --- a/drivers/net/mlx5/mlx5_flow_tcf.c
> +++ b/drivers/net/mlx5/mlx5_flow_tcf.c
> @@ -28,6 +28,7 @@
> #include <rte_flow.h>
> #include <rte_malloc.h>
> #include <rte_common.h>
> +#include <rte_cycles.h>
>
> #include "mlx5.h"
> #include "mlx5_flow.h"
> --
> 1.8.3.1
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-01-29 5:37 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-28 14:22 [dpdk-dev] [PATCH] net/mlx5: fix compilation issue for some architectures Viacheslav Ovsiienko
2019-01-29 5:37 ` Shahaf Shuler
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).