mbox series

[net-next,v10,0/2] net: sched: allow user to select txqueue

Message ID 20220314141508.39952-1-xiangxia.m.yue@gmail.com (mailing list archive)
Headers show
Series net: sched: allow user to select txqueue | expand

Message

Tonghao Zhang March 14, 2022, 2:15 p.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

Patch 1 allow user to select txqueue in clsact hook.
Patch 2 support skbhash to select txqueue.

Tonghao Zhang (2):
  net: sched: use queue_mapping to pick tx queue
  net: sched: support hash selecting tx queue

 include/linux/netdevice.h              |  3 ++
 include/linux/rtnetlink.h              |  1 +
 include/net/tc_act/tc_skbedit.h        |  1 +
 include/uapi/linux/tc_act/tc_skbedit.h |  2 +
 net/core/dev.c                         | 31 ++++++++++++++-
 net/sched/act_skbedit.c                | 55 ++++++++++++++++++++++++--
 6 files changed, 88 insertions(+), 5 deletions(-)