All of lore.kernel.org
 help / color / mirror / Atom feed
* [net-next v2 0/2] net: sched: allow user to select txqueue
@ 2021-12-08 14:34 xiangxia.m.yue
  2021-12-08 14:34 ` [net-next v2 1/2] net: sched: use queue_mapping to pick tx queue xiangxia.m.yue
  2021-12-08 14:34 ` [net-next v2 2/2] net: sched: support hash/classid selecting " xiangxia.m.yue
  0 siblings, 2 replies; 9+ messages in thread
From: xiangxia.m.yue @ 2021-12-08 14:34 UTC (permalink / raw)
  To: netdev
  Cc: Tonghao Zhang, Jamal Hadi Salim, Cong Wang, Jiri Pirko,
	David S. Miller, Jakub Kicinski, Jonathan Lemon, Eric Dumazet,
	Alexander Lobakin, Paolo Abeni, Talal Ahmad, Kevin Hao,
	Ilias Apalodimas, Kees Cook, Kumar Kartikeya Dwivedi,
	Antoine Tenart, Wei Wang, Arnd Bergmann

From: Tonghao Zhang <xiangxia.m.yue@gmail.com>

Patch 1 allow user to select txqueue in clsact hook.
Patch 2 support skb-hash and classid to select txqueue.

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

 include/linux/netdevice.h              | 21 +++++++++
 include/net/tc_act/tc_skbedit.h        |  1 +
 include/uapi/linux/tc_act/tc_skbedit.h |  6 +++
 net/core/dev.c                         |  6 ++-
 net/sched/act_skbedit.c                | 60 ++++++++++++++++++++++++--
 5 files changed, 89 insertions(+), 5 deletions(-)

-- 
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Cong Wang <xiyou.wangcong@gmail.com>
Cc: Jiri Pirko <jiri@resnulli.us>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: Jakub Kicinski <kuba@kernel.org>
Cc: Jonathan Lemon <jonathan.lemon@gmail.com>
Cc: Eric Dumazet <edumazet@google.com>
Cc: Alexander Lobakin <alobakin@pm.me>
Cc: Paolo Abeni <pabeni@redhat.com>
Cc: Talal Ahmad <talalahmad@google.com>
Cc: Kevin Hao <haokexin@gmail.com>
Cc: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Cc: Kees Cook <keescook@chromium.org>
Cc: Kumar Kartikeya Dwivedi <memxor@gmail.com>
Cc: Antoine Tenart <atenart@kernel.org>
Cc: Wei Wang <weiwan@google.com>
Cc: Arnd Bergmann <arnd@arndb.de>
-- 
2.27.0


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-12-09  1:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-08 14:34 [net-next v2 0/2] net: sched: allow user to select txqueue xiangxia.m.yue
2021-12-08 14:34 ` [net-next v2 1/2] net: sched: use queue_mapping to pick tx queue xiangxia.m.yue
2021-12-08 14:34 ` [net-next v2 2/2] net: sched: support hash/classid selecting " xiangxia.m.yue
2021-12-08 22:21   ` kernel test robot
2021-12-08 22:21     ` kernel test robot
2021-12-09  1:51     ` Tonghao Zhang
2021-12-09  1:51       ` Tonghao Zhang
2021-12-08 22:32   ` kernel test robot
2021-12-08 22:32     ` kernel test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.