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

Ferruh Yigit ferruh.yigit at intel.com
Tue Jun 14 18:02:36 CEST 2016


On 6/14/2016 4:39 PM, Thomas Monjalon wrote:
> 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 ;)
> 
I wasn't sure to add Fixes line for this patch, because it is not so
useful reference since patch doesn't really fixes the code, just
compilation error and touches a few different location that is scope of
different commits:

Fixes: c4da6caa426d ("mlx4: handle link status interrupts")
Fixes: 198a3c339a8f ("mlx5: handle link status interrupts")
Fixes: 0d2186743d62 ("mlx5: manage all special flow types at once")
Fixes: 612ad38209f7 ("mlx5: fix hash Rx queue type in RSS mode")
Fixes: 083c2dd31776 ("mlx5: refactor special flows handling")


More information about the dev mailing list