You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dpdkbrd.click:3: While initializing ‘output :: ToDPDKDevice’:
Port 0 can only use 1 RX queues (asked for 5), use MAXQUEUES to set the maximum number of queues or N_QUEUES to strictly define it.
Router could not be initialized!
and I run using this command
./fastclick/bin/click --dpdk -- <filename>.click
how can I increase the number of Rx queues?
regards
The text was updated successfully, but these errors were encountered:
What is your device? This error is typically a hardware limitation. I guess it's something virtualized? In which case you have to configure the virtualized hardware, eg for virtio in KVM you have https://www.linux-kvm.org/page/Multiqueue#Multiqueue_virtio-net.
If that's not possible, you can try to set MAXQUEUES to 1, so FastClick will not try to ask the hardware to open 5 queues, and will lock around the single shared queue instead when trying to transmit packets.
Hello, I want to run this config
but I got this error
and I run using this command
how can I increase the number of Rx queues?
regards
The text was updated successfully, but these errors were encountered: