diff options
author | Peilin Ye <peilin.ye@bytedance.com> | 2021-07-15 18:52:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-07-16 11:17:56 -0700 |
commit | d4861fc6be581561d6964700110a4dede54da6a6 (patch) | |
tree | 3f41458f5188057c4dfec1ce51655a2527aadb94 /drivers/of | |
parent | b83d23a2a38b1770da0491257ae81d52307f7816 (diff) | |
download | linux-stable-d4861fc6be581561d6964700110a4dede54da6a6.tar.gz linux-stable-d4861fc6be581561d6964700110a4dede54da6a6.tar.bz2 linux-stable-d4861fc6be581561d6964700110a4dede54da6a6.zip |
netdevsim: Add multi-queue support
Currently netdevsim only supports a single queue per port, which is
insufficient for testing multi-queue TC schedulers e.g. sch_mq. Extend
the current sysfs interface so that users can create ports with multiple
queues:
$ echo "[ID] [PORT_COUNT] [NUM_QUEUES]" > /sys/bus/netdevsim/new_device
As an example, echoing "2 4 8" creates 4 ports, with 8 queues per port.
Note, this is compatible with the current interface, with default number
of queues set to 1. For example, echoing "2 4" creates 4 ports with 1
queue per port; echoing "2" simply creates 1 port with 1 queue.
Reviewed-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Peilin Ye <peilin.ye@bytedance.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/of')
0 files changed, 0 insertions, 0 deletions