diff options
author | 2015-06-25 15:19:23 +0300 | |
---|---|---|
committer | 2015-06-25 06:30:34 -0700 | |
commit | 9d18d270d7d160d8fa2f9d9af4545d17cbab91d8 (patch) | |
tree | 1ebbbfbfcbd44c78cac1f05e90d861fb82cdfecc /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | bnx2x: Correct speed from baseT into KR. (diff) | |
download | wireguard-linux-9d18d270d7d160d8fa2f9d9af4545d17cbab91d8.tar.xz wireguard-linux-9d18d270d7d160d8fa2f9d9af4545d17cbab91d8.zip |
bnx2x: Prevent false warning when accessing MACs
Each time a flow finishes reads from the classification shadow
configuration in the driver, that flow would check for pending commands
and pass them to FW if possible.
In case there's already a completion pending command, I.e., a ramrod
that has been sent to the FW and is yet to be completed while said flow
tries to configure the pending command we would get a false error message
in logs [and panic if SOE was used for driver compilation] since the
command could not have been completed.
This prevents said print [and panic]; The pending command will be sent by
the time the completion of the current sent command would arrive.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com>
Signed-off-by: Ariel Elior <Ariel.Elior@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions