Skip to content

increasing Rx queues #336

Description

@john-smith-77

Hello, I want to run this config

input :: FromDPDKDevice(0);
input1 :: FromDPDKDevice(0);
output :: ToDPDKDevice(1);
input -> Print("input") -> output;
input1 -> Print("input1") -> output;

but I got this error

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    wait-for-opAdditional information from the OP are needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions