mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix compilation issue with mlx5core and sparc64 (gcc48):
sys/dev/mlx5/mlx5_en/mlx5_en_tx.c:335: error: requested alignment is not a constant MFC after: 1 week Sponsored by: Mellanox Technologies
This commit is contained in:
parent
7272f9cd77
commit
0a833dff03
1 changed files with 2 additions and 5 deletions
|
|
@ -143,11 +143,8 @@ enum {
|
|||
MLX5_WQE_CTRL_SOLICITED = 1 << 1,
|
||||
};
|
||||
|
||||
enum {
|
||||
MLX5_SEND_WQE_DS = 16,
|
||||
MLX5_SEND_WQE_BB = 64,
|
||||
};
|
||||
|
||||
#define MLX5_SEND_WQE_DS 16
|
||||
#define MLX5_SEND_WQE_BB 64
|
||||
#define MLX5_SEND_WQEBB_NUM_DS (MLX5_SEND_WQE_BB / MLX5_SEND_WQE_DS)
|
||||
|
||||
enum {
|
||||
|
|
|
|||
Loading…
Reference in a new issue