summaryrefslogtreecommitdiff
path: root/include/linux/bpf-cgroup.h
diff options
context:
space:
mode:
authorPeilin Ye <peilin.ye@bytedance.com>2021-07-15 18:52:45 -0700
committerDavid S. Miller <davem@davemloft.net>2021-07-16 11:17:56 -0700
commitd4861fc6be581561d6964700110a4dede54da6a6 (patch)
tree3f41458f5188057c4dfec1ce51655a2527aadb94 /include/linux/bpf-cgroup.h
parentb83d23a2a38b1770da0491257ae81d52307f7816 (diff)
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 'include/linux/bpf-cgroup.h')
0 files changed, 0 insertions, 0 deletions