Netdev List
 help / color / mirror / Atom feed
* [PATCH net-next 0/3] Add MPLS actions to TC
@ 2019-06-12 12:51 John Hurley
  2019-06-12 12:51 ` [PATCH net-next 1/3] net: sched: add mpls manipulation " John Hurley
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: John Hurley @ 2019-06-12 12:51 UTC (permalink / raw)
  To: netdev
  Cc: davem, jiri, xiyou.wangcong, simon.horman, jakub.kicinski,
	oss-drivers, John Hurley

This patchset introduces a new TC action module that allows the
manipulation of the MPLS headers of packets. The code impliments
functionality including push, pop, and modify.

Also included is a update to the IR action preparation code to allow the
new MPLS actions to be offloaded to HW.

John Hurley (3):
  net: sched: add mpls manipulation actions to TC
  net: sched: include mpls actions in hardware intermediate
    representation
  selftests: tc-tests: actions: add MPLS tests

 include/net/flow_offload.h                         |  10 +
 include/net/tc_act/tc_mpls.h                       |  91 +++
 include/uapi/linux/pkt_cls.h                       |   2 +
 include/uapi/linux/tc_act/tc_mpls.h                |  32 +
 net/sched/Kconfig                                  |  11 +
 net/sched/Makefile                                 |   1 +
 net/sched/act_mpls.c                               | 450 +++++++++++++
 net/sched/cls_api.c                                |  26 +
 .../tc-testing/tc-tests/actions/mpls.json          | 744 +++++++++++++++++++++
 9 files changed, 1367 insertions(+)
 create mode 100644 include/net/tc_act/tc_mpls.h
 create mode 100644 include/uapi/linux/tc_act/tc_mpls.h
 create mode 100644 net/sched/act_mpls.c
 create mode 100644 tools/testing/selftests/tc-testing/tc-tests/actions/mpls.json

-- 
2.7.4


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

end of thread, other threads:[~2019-06-13 15:17 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-12 12:51 [PATCH net-next 0/3] Add MPLS actions to TC John Hurley
2019-06-12 12:51 ` [PATCH net-next 1/3] net: sched: add mpls manipulation " John Hurley
2019-06-12 18:03   ` Marcelo Ricardo Leitner
2019-06-13 13:38     ` John Hurley
2019-06-13 13:20   ` Davide Caratti
2019-06-13 13:53     ` John Hurley
2019-06-12 12:51 ` [PATCH net-next 2/3] net: sched: include mpls actions in hardware intermediate representation John Hurley
2019-06-12 12:51 ` [PATCH net-next 3/3] selftests: tc-tests: actions: add MPLS tests John Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox