net/mlx5: DR, Remove unused field of send_ring struct
Remove unused field of struct mlx5dr_send_ring Signed-off-by: Yevgeny Kliteynik <kliteyn@nvidia.com> Signed-off-by: Saeed Mahameed <saeedm@nvidia.com>
This commit is contained in:
parent
2ef9c7c613
commit
b72ce870f5
@ -1252,7 +1252,6 @@ struct mlx5dr_send_ring {
|
||||
u32 tx_head;
|
||||
void *buf;
|
||||
u32 buf_size;
|
||||
struct ib_wc wc[MAX_SEND_CQE];
|
||||
u8 sync_buff[MIN_READ_SYNC];
|
||||
struct mlx5dr_mr *sync_mr;
|
||||
spinlock_t lock; /* Protect the data path of the send ring */
|
||||
|
Loading…
Reference in New Issue
Block a user