summaryrefslogtreecommitdiff
path: root/Documentation/bpf
diff options
context:
space:
mode:
authorBrett Creeley <brett.creeley@intel.com>2020-01-22 07:21:32 -0800
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2020-02-15 16:49:44 -0800
commite1fe6926800fc3d498db6ec85c6dea31ab151d8b (patch)
treed763218517ee6ff86408b2ebb4153f9408188bf8 /Documentation/bpf
parent2309ae385a42c927be537b25ea89be9a0e64fc4a (diff)
ice: Fix and refactor Rx queue disable for VFs
Currently when a VF driver sends the PF a request to disable Rx queues we will disable them one at a time, even if the VF driver sent us a batch of queues to disable. This is causing issues where the Rx queue disable times out with LFC enabled. This can be improved by detecting when the VF is trying to disable all of its queues. Also remove the variable num_qs_ena from the ice_vf structure as it was only used to see if there were no Rx and no Tx queues active. Instead add a function that checks if both the vf->rxq_ena and vf->txq_ena bitmaps are empty. Signed-off-by: Brett Creeley <brett.creeley@intel.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'Documentation/bpf')
0 files changed, 0 insertions, 0 deletions