On Wed, 2014-10-08 at 07:42 -0700, Jim Davis wrote:
> Building with the attached random configuration file,
> 
> drivers/net/ethernet/mellanox/mlx4/en_tx.c: In function 
> ‘mlx4_en_process_tx_cq’:
> drivers/net/ethernet/mellanox/mlx4/en_tx.c:395:27: error: ‘struct 
> netdev_queue’
> has no member named ‘dql’
>   prefetchw(&ring->tx_queue->dql.limit);
>                            ^
> drivers/net/ethernet/mellanox/mlx4/en_tx.c: In function ‘mlx4_en_xmit’:
> drivers/net/ethernet/mellanox/mlx4/en_tx.c:740:27: error: ‘struct 
> netdev_queue’
> has no member named ‘dql’
>   prefetchw(&ring->tx_queue->dql);
>                            ^
> make[5]: *** [drivers/net/ethernet/mellanox/mlx4/en_tx.o] Error 1

Thanks for the report, I'll take care of this.




--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to