Re: [PATCH net] selftests: add a tc matchall test case

2019-04-09 Thread Nicolas Dichtel
Le 09/04/2019 à 00:45, David Miller a écrit : > From: Lucas Bates [snip] >> This would be a documentation issue - the usage of nsPlugin is not >> covered in the README. I'll submit a patch by end of the day tomorrow >> to address it. >> >> The namespace code isn't mandatory, strictly speaking. I

Re: [PATCH net] selftests: add a tc matchall test case

2019-04-08 Thread David Miller
From: Lucas Bates Date: Mon, 8 Apr 2019 18:24:08 -0400 > On Sun, Apr 7, 2019 at 10:32 PM David Miller wrote: >> > I'm not sure to understand the goal of this series: >> > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?h=45b3a3762721 >> > >> > But after it, tc selftests a

Re: [PATCH net] selftests: add a tc matchall test case

2019-04-08 Thread Lucas Bates
On Sun, Apr 7, 2019 at 10:32 PM David Miller wrote: > > I'm not sure to understand the goal of this series: > > https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/log/?h=45b3a3762721 > > > > But after it, tc selftests are not intuitive anymore. When naively running > > them > > (.

Re: [PATCH net] selftests: add a tc matchall test case

2019-04-07 Thread David Miller
From: Nicolas Dichtel Date: Fri, 5 Apr 2019 14:20:24 +0200 > This is a follow up of the commit 0db6f8befc32 ("net/sched: fix ->get > helper of the matchall cls"). > > To test it: > $ cd tools/testing/selftests/tc-testing > $ ln -s ../plugin-lib/nsPlugin.py plugins/20-nsPlugin.py > $ ./tdc.py -n

[PATCH net] selftests: add a tc matchall test case

2019-04-05 Thread Nicolas Dichtel
This is a follow up of the commit 0db6f8befc32 ("net/sched: fix ->get helper of the matchall cls"). To test it: $ cd tools/testing/selftests/tc-testing $ ln -s ../plugin-lib/nsPlugin.py plugins/20-nsPlugin.py $ ./tdc.py -n -e 2638 Signed-off-by: Nicolas Dichtel --- I'm not sure to understand th