summaryrefslogtreecommitdiff
path: root/block/blk-mq-pci.c
diff options
context:
space:
mode:
authorKamal Heib <kheib@redhat.com>2024-02-16 01:31:04 +0300
committerDavid S. Miller <davem@davemloft.net>2024-02-18 22:47:45 +0300
commit78e886ba2b549945ecada055ee0765f0ded5707a (patch)
tree0025f465a3dc5813bab54b47b07dc21d0cf8dbee /block/blk-mq-pci.c
parent6d47302a3f0ba31445478d518d98bd55918bc8ab (diff)
downloadlinux-78e886ba2b549945ecada055ee0765f0ded5707a.tar.xz
net: ena: Remove ena_select_queue
Avoid the following warnings by removing the ena_select_queue() function and rely on the net core to do the queue selection, The issue happen when an skb received from an interface with more queues than ena is forwarded to the ena interface. [ 1176.159959] eth0 selects TX queue 11, but real number of TX queues is 8 [ 1176.863976] eth0 selects TX queue 14, but real number of TX queues is 8 [ 1180.767877] eth0 selects TX queue 14, but real number of TX queues is 8 [ 1188.703742] eth0 selects TX queue 14, but real number of TX queues is 8 Fixes: 1738cd3ed342 ("net: ena: Add a driver for Amazon Elastic Network Adapters (ENA)") Signed-off-by: Kamal Heib <kheib@redhat.com> Reviewed-by: Jacob Keller <jacob.e.keller@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'block/blk-mq-pci.c')
0 files changed, 0 insertions, 0 deletions