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

2019-06-13 Thread Davide Caratti
hello John! On Wed, 2019-06-12 at 13:51 +0100, 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

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

2019-06-13 Thread John Hurley
On Wed, Jun 12, 2019 at 7:03 PM Marcelo Ricardo Leitner wrote: > > On Wed, Jun 12, 2019 at 01:51:44PM +0100, 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

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

2019-06-13 Thread John Hurley
On Thu, Jun 13, 2019 at 2:20 PM Davide Caratti wrote: > > hello John! > > On Wed, 2019-06-12 at 13:51 +0100, 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

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

2019-06-12 Thread Marcelo Ricardo Leitner
On Wed, Jun 12, 2019 at 01:51:44PM +0100, 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

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

2019-06-12 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