36351ea34b
Compilation errors: mlx4: drivers/net/mlx4/mlx4.c(5409): error #188: enumerated type mixed with another type priv->intr_handle.type = 0; ^ mlx5: drivers/net/mlx5/mlx5_rxq.c(282): error #188: enumerated type mixed with another type enum hash_rxq_type type = 0; ^ and more same type of error. Fix these by assigning enum values rather than integer values to the enum variables Fixes: |
||
---|---|---|
.. | ||
Makefile | ||
mlx4.c | ||
mlx4.h | ||
rte_pmd_mlx4_version.map |