diff options
author | Michal Kubiak <michal.kubiak@intel.com> | 2025-08-26 17:55:00 +0200 |
---|---|---|
committer | Tony Nguyen <anthony.l.nguyen@intel.com> | 2025-09-08 11:05:17 -0700 |
commit | 9d39447051a0decaf90ba520611ee0e4644a94d5 (patch) | |
tree | 657208bf9fd1ea2f9be5c29396c66439c79e70a1 /drivers/net/ethernet/intel/idpf/idpf_dev.c | |
parent | cfe5efec9177c42f0c172713151af95a073d3359 (diff) |
idpf: remove SW marker handling from NAPI
SW marker descriptors on completion queues are used only when a queue
is about to be destroyed. It's far from hotpath and handling it in the
hotpath NAPI poll makes no sense.
Instead, run a simple poller after a virtchnl message for destroying
the queue is sent and wait for the replies. If replies for all of the
queues are received, this means the synchronization is done correctly
and we can go forth with stopping the link.
Signed-off-by: Michal Kubiak <michal.kubiak@intel.com>
Signed-off-by: Alexander Lobakin <aleksander.lobakin@intel.com>
Tested-by: Ramu R <ramu.r@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
Diffstat (limited to 'drivers/net/ethernet/intel/idpf/idpf_dev.c')
0 files changed, 0 insertions, 0 deletions