Commit b72ce870 authored by Yevgeny Kliteynik's avatar Yevgeny Kliteynik Committed by Saeed Mahameed

net/mlx5: DR, Remove unused field of send_ring struct

Remove unused field of struct mlx5dr_send_ring
Signed-off-by: default avatarYevgeny Kliteynik <kliteyn@nvidia.com>
Signed-off-by: default avatarSaeed Mahameed <saeedm@nvidia.com>
parent 2ef9c7c6
...@@ -1252,7 +1252,6 @@ struct mlx5dr_send_ring { ...@@ -1252,7 +1252,6 @@ struct mlx5dr_send_ring {
u32 tx_head; u32 tx_head;
void *buf; void *buf;
u32 buf_size; u32 buf_size;
struct ib_wc wc[MAX_SEND_CQE];
u8 sync_buff[MIN_READ_SYNC]; u8 sync_buff[MIN_READ_SYNC];
struct mlx5dr_mr *sync_mr; struct mlx5dr_mr *sync_mr;
spinlock_t lock; /* Protect the data path of the send ring */ spinlock_t lock; /* Protect the data path of the send ring */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment