[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <15257a97-f710-3192-6a28-8680ed89ee5a@gmail.com>
Date: Wed, 10 Jul 2019 15:08:05 -0600
From: David Ahern <dsahern@...il.com>
To: John Hurley <john.hurley@...ronome.com>, netdev@...r.kernel.org
Cc: davem@...emloft.net, jiri@...lanox.com, xiyou.wangcong@...il.com,
willemdebruijn.kernel@...il.com, stephen@...workplumber.org,
simon.horman@...ronome.com, jakub.kicinski@...ronome.com,
oss-drivers@...ronome.com
Subject: Re: [PATCH iproute2-next v2 0/3] add interface to TC MPLS actions
On 7/10/19 6:40 AM, John Hurley wrote:
> Recent kernel additions to TC allows the manipulation of MPLS headers as
> filter actions.
>
> The following patchset creates an iproute2 interface to the new actions
> and includes documentation on how to use it.
>
> v1->v2:
> - change error from print_string() to fprintf(strerr,) (Stephen Hemminger)
> - split long line in explain() message (David Ahern)
> - use _SL_ instead of /n in print message (David Ahern)
>
> John Hurley (3):
> lib: add mpls_uc and mpls_mc as link layer protocol names
> tc: add mpls actions
> man: update man pages for TC MPLS actions
>
> lib/ll_proto.c | 2 +
> man/man8/tc-mpls.8 | 156 ++++++++++++++++++++++++++++++
> tc/Makefile | 1 +
> tc/m_mpls.c | 276 +++++++++++++++++++++++++++++++++++++++++++++++++++++
> 4 files changed, 435 insertions(+)
> create mode 100644 man/man8/tc-mpls.8
> create mode 100644 tc/m_mpls.c
>
applied to iproute2-next. Thanks
Powered by blists - more mailing lists