diff options
author | David Wei <[email protected]> | 2024-08-07 22:15:17 -0700 |
---|---|---|
committer | David S. Miller <[email protected]> | 2024-08-11 13:48:02 +0100 |
commit | b9d2956e869c78bb356a71dd0a75346da9fd191f (patch) | |
tree | ba5ac9651ca870d469d8c9a61b51dc624af29b7e /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
parent | d41575f76a6d870b386b2aa75143c5cf9543fb45 (diff) |
bnxt_en: stop packet flow during bnxt_queue_stop/start
The current implementation when resetting a queue while packets are
flowing puts the queue into an inconsistent state.
There needs to be some synchronisation with the FW. Add calls to
bnxt_hwrm_vnic_update() to set the MRU for both the default and ntuple
vnic during queue start/stop. When the MRU is set to 0, flow is stopped.
Each Rx queue belongs to either the default or the ntuple vnic.
With calling bnxt_hwrm_vnic_update() the calls to napi_enable() and
napi_disable() must be removed for reset to work on a queue that has
active traffic flowing e.g. iperf3.
Co-developed-by: Somnath Kotur <[email protected]>
Signed-off-by: Somnath Kotur <[email protected]>
Signed-off-by: David Wei <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions