Re: [PATCH net-next v5 0/5] Add MPLS actions to TC

2019-07-03 Thread Cong Wang
On Tue, Jul 2, 2019 at 5:25 PM John Hurley wrote: > > 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 are tests for the new funtionality. Note that

Re: [PATCH net-next v5 0/5] Add MPLS actions to TC

2019-07-03 Thread Willem de Bruijn
On Wed, Jul 3, 2019 at 4:33 AM John Hurley wrote: > > On Wed, Jul 3, 2019 at 3:19 AM Willem de Bruijn > wrote: > > > > On Tue, Jul 2, 2019 at 8:32 PM John Hurley > > wrote: > > > > > > This patchset introduces a new TC action module that allows the > > > manipulation of the MPLS headers of pack

Re: [PATCH net-next v5 0/5] Add MPLS actions to TC

2019-07-03 Thread John Hurley
On Wed, Jul 3, 2019 at 3:19 AM Willem de Bruijn wrote: > > On Tue, Jul 2, 2019 at 8:32 PM John Hurley wrote: > > > > 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 modi

Re: [PATCH net-next v5 0/5] Add MPLS actions to TC

2019-07-02 Thread Willem de Bruijn
On Tue, Jul 2, 2019 at 8:32 PM John Hurley wrote: > > 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 are tests for the new funtionality. Note that

[PATCH net-next v5 0/5] Add MPLS actions to TC

2019-07-02 Thread 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 are tests for the new funtionality. Note that these will require iproute2 changes to be submitted soon. NOT