Message ID | 20220415164046.26636-1-xiangxia.m.yue@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | net: sched: allow user to select txqueue | expand |
Hello: This series was applied to netdev/net-next.git (master) by Paolo Abeni <pabeni@redhat.com>: On Sat, 16 Apr 2022 00:40:44 +0800 you wrote: > 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 > > [...] Here is the summary with links: - [net-next,RESEND,v11,1/2] net: sched: use queue_mapping to pick tx queue https://git.kernel.org/netdev/net-next/c/2f1e85b1aee4 - [net-next,RESEND,v11,2/2] net: sched: support hash selecting tx queue https://git.kernel.org/netdev/net-next/c/38a6f0865796 You are awesome, thank you!
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(-)