[dpdk-dev] [PATCH v2] mlx: fix icc compilation error

Thomas Monjalon thomas.monjalon at 6wind.com
Tue Jun 14 17:39:09 CEST 2016


2016-06-14 16:22, Ferruh Yigit:
> Compilation errors:
> mlx4:
>   CC mlx4.o
>   .../dpdk/drivers/net/mlx4/mlx4.c(5409): error #188: enumerated type
>   mixed with another type
>           priv->intr_handle.type = 0;
>                                  ^
> 
> mlx5:
>   CC em_rxtx.o
> .../dpdk/drivers/net/mlx5/mlx5_rxq.c(282):
> error #188: enumerated type mixed with another type
>         enum hash_rxq_type type = 0;
>                                   ^
> 
> .../dpdk/drivers/net/mlx5/mlx5_rxq.c(622):
> error #188: enumerated type mixed with another type
>                 if (!priv_allow_flow_type(priv, i)) {
>                                                 ^
> more same type of error
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>

Please add a Fixes line.
We need to think about the stable branch maintainer's task ;)


More information about the dev mailing list