mbox series

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

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

Message

Tonghao Zhang Dec. 6, 2021, 8:05 a.m. UTC
From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

Patch 1 allows user to select txqueue in clsact hook.
Patch 2 supports skb-hash and classid to select rxqueue.

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

 include/linux/skbuff.h                 |  1 +
 include/net/tc_act/tc_skbedit.h        |  1 +
 include/uapi/linux/tc_act/tc_skbedit.h |  5 +++
 net/core/dev.c                         | 12 +++++--
 net/sched/act_skbedit.c                | 50 +++++++++++++++++++++++---
 5 files changed, 62 insertions(+), 7 deletions(-)