projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f9c14e4
)
net/mlx5e: Don't notify HW when filling the edge of ICO SQ
author
Saeed Mahameed
<
[email protected]
>
Tue, 6 Dec 2016 15:32:46 +0000
(17:32 +0200)
committer
David S. Miller
<
[email protected]
>
Tue, 6 Dec 2016 16:44:44 +0000
(11:44 -0500)
We are going to do this a couple of steps ahead anyway.
Fixes: d3c9bc2743dc ("net/mlx5e: Added ICO SQs")
Signed-off-by: Saeed Mahameed <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
b/drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
index c6de6fba5843e08a2b92e73fc6549369b48096da..e9abb6dfe39334a2af6b5afde26b8a6ae45f80b3 100644
(file)
--- a/
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
+++ b/
drivers/net/ethernet/mellanox/mlx5/core/en_rx.c
@@
-340,7
+340,7
@@
static inline void mlx5e_post_umr_wqe(struct mlx5e_rq *rq, u16 ix)
while ((pi = (sq->pc & wq->sz_m1)) > sq->edge) {
sq->db.ico_wqe[pi].opcode = MLX5_OPCODE_NOP;
sq->db.ico_wqe[pi].num_wqebbs = 1;
- mlx5e_send_nop(sq,
tru
e);
+ mlx5e_send_nop(sq,
fals
e);
}
wqe = mlx5_wq_cyc_get_wqe(wq, pi);