commit | 660492bcf4a7561b5fdc13be0ae0b0c0a8c120be | [log] [tgz] |
---|---|---|
author | Manish Chopra <manishc@marvell.com> | Wed Feb 06 14:43:42 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Wed Feb 06 16:53:32 2019 -0800 |
tree | ec8d08b1e00b3f6321963b8d660336de6e9cfdff | |
parent | 00670cb8a73b10b10d3c40f045c15411715e4465 [diff] |
qed: Fix EQ full firmware assert. When slowpath messages are sent with high rate, the resulting events can lead to a FW assert in case they are not handled fast enough (Event Queue Full assert). Attempt to send queued slowpath messages only after the newly evacuated entries in the EQ ring are indicated to FW. Signed-off-by: Manish Chopra <manishc@marvell.com> Signed-off-by: Ariel Elior <aelior@marvell.com> Signed-off-by: David S. Miller <davem@davemloft.net>