Re: [PATCH net-next v3 1/2] net: sched: add mpls manipulation actions to TC

2019-06-14 Thread David Ahern
On 6/14/19 5:22 PM, John Hurley wrote: > On Fri, Jun 14, 2019 at 6:22 PM David Ahern wrote: >> >> On 6/14/19 8:58 AM, John Hurley wrote: >>> Currently, TC offers the ability to match on the MPLS fields of a packet >>> through the use of the flow_dissector_key_mpls struct. However, as yet, TC >>> a

Re: [PATCH net-next v3 1/2] net: sched: add mpls manipulation actions to TC

2019-06-14 Thread John Hurley
On Fri, Jun 14, 2019 at 6:22 PM David Ahern wrote: > > On 6/14/19 8:58 AM, John Hurley wrote: > > Currently, TC offers the ability to match on the MPLS fields of a packet > > through the use of the flow_dissector_key_mpls struct. However, as yet, TC > > actions do not allow the modification or man

Re: [PATCH net-next v3 1/2] net: sched: add mpls manipulation actions to TC

2019-06-14 Thread David Ahern
On 6/14/19 8:58 AM, John Hurley wrote: > Currently, TC offers the ability to match on the MPLS fields of a packet > through the use of the flow_dissector_key_mpls struct. However, as yet, TC > actions do not allow the modification or manipulation of such fields. > > Add a new module that registers

[PATCH net-next v3 1/2] net: sched: add mpls manipulation actions to TC

2019-06-14 Thread John Hurley
Currently, TC offers the ability to match on the MPLS fields of a packet through the use of the flow_dissector_key_mpls struct. However, as yet, TC actions do not allow the modification or manipulation of such fields. Add a new module that registers TC action ops to allow manipulation of MPLS. Thi