Re: [PATCH net] tc-testing: fix tdc tests for 'bpf' action

2018-05-10 Thread David Miller
From: Davide Caratti Date: Wed, 9 May 2018 18:45:42 +0200 > - correct a typo in the value of 'matchPattern' of test 282d, potentially > causing false negative > - allow errors when 'teardown' executes '$TC action flush action bpf' in > test 282d, to fix false positive when it is run with act_b

Re: [PATCH net] tc-testing: fix tdc tests for 'bpf' action

2018-05-09 Thread Lucas Bates
On Wed, May 9, 2018 at 12:45 PM, Davide Caratti wrote: > - correct a typo in the value of 'matchPattern' of test 282d, potentially > causing false negative > - allow errors when 'teardown' executes '$TC action flush action bpf' in > test 282d, to fix false positive when it is run with act_bpf un

[PATCH net] tc-testing: fix tdc tests for 'bpf' action

2018-05-09 Thread Davide Caratti
- correct a typo in the value of 'matchPattern' of test 282d, potentially causing false negative - allow errors when 'teardown' executes '$TC action flush action bpf' in test 282d, to fix false positive when it is run with act_bpf unloaded - correct the value of 'matchPattern' in test e939, causi