Hi,
> -Original Message-
> From: dev On Behalf Of Dekel Peled
> Sent: Monday, August 5, 2019 10:07 AM
> To: Yongseok Koh ; Slava Ovsiienko
> ; Shahaf Shuler
> Cc: Ori Kam ; dev@dpdk.org
> Subject: [dpdk-dev] [PATCH] net/mlx5: fix redundant use of directive
>
> -Original Message-
> From: Dekel Peled
> Sent: Monday, August 5, 2019 10:07
> To: Yongseok Koh ; Slava Ovsiienko
> ; Shahaf Shuler
> Cc: Ori Kam ; dev@dpdk.org
> Subject: [PATCH] net/mlx5: fix redundant use of directive
>
> Part of the code in function flow_dv_matcher_enable() is enclo
Part of the code in function flow_dv_matcher_enable() is enclosed in
'#ifdef HAVE_MLX5DV_DR' preprocessor directive.
Using this directive is not needed here, and prevents compilation of
relevant code.
This patch removes the redundant preprocessor directive.
Fixes: 4f84a19779ca ("net/mlx5: add Dir
3 matches
Mail list logo