Re: [PATCH net] net/sched: act_ife: preserve the action control in case of error

2018-06-19 Thread David Miller
From: Davide Caratti Date: Tue, 19 Jun 2018 15:45:50 +0200 > in the following script > > # tc actions add action ife encode allow prio pass index 42 > # tc actions replace action ife encode allow tcindex drop index 42 > > the action control should remain equal to 'pass', if the kernel failed

Re: [PATCH net] net/sched: act_ife: preserve the action control in case of error

2018-06-19 Thread Cong Wang
On Tue, Jun 19, 2018 at 6:45 AM, Davide Caratti wrote: > in the following script > > # tc actions add action ife encode allow prio pass index 42 > # tc actions replace action ife encode allow tcindex drop index 42 > > the action control should remain equal to 'pass', if the kernel failed > to

[PATCH net] net/sched: act_ife: preserve the action control in case of error

2018-06-19 Thread Davide Caratti
in the following script # tc actions add action ife encode allow prio pass index 42 # tc actions replace action ife encode allow tcindex drop index 42 the action control should remain equal to 'pass', if the kernel failed to replace the TC action. Pospone the assignment of the action control,