home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

system interface dataplane <id> rx-queues <number>

Assigns the number of receive queues for a data plane interface.

set system interface dataplane id rx-queues number
delete system interface dataplane id [ rx-queues [ number ] ]
show system interface dataplane id [ rx-queues ]
id

The data plane interface ID.

number
The number of receive queues for the interface. Enter a number, range separated by a hyphen, or a comma-separated list. You can configure a range if the interface is using multiple queues.

Configuration mode


system {
    interface dataplane id {
        rx-queues number
    } 
}

The number of available receive queues on a data interface depends on the NIC type in the vRouter system. In general, the data plane uses two receive queues. However, a 40 GB device may have four queues. Older devices may have one queue.

Use the set form of this command to define the number of receive queues on the data plane interface.

Use the delete form of this command to remove the number of configured receive queues for the data plane interface

Use the show form of this command to view the number of receive queues for the data plane interface.