Re: [PATCH iproute2] tc: Add space after format specifier

2020-07-27 Thread Briana Oursler
On Mon, 2020-07-27 at 22:20 -0700, Briana Oursler wrote: > Add space after format specifier in print_string call. Fixes broken > qdisc tests within tdc testing suite. Per suggestion from Petr > Machata, > remove a space and change spacing in tc/q_event.c to complete the > fix. >

[PATCH iproute2] tc: Add space after format specifier

2020-07-27 Thread Briana Oursler
: d0e450438571("tc: q_red: Add support for qevents "mark" and "early_drop") Signed-off-by: Briana Oursler --- tc/q_red.c | 4 ++-- tc/tc_qevent.c | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tc/q_red.c b/tc/q_red.c index dfef1bf8..df788f8f 1006

Re: Question Print Formatting iproute2

2020-07-27 Thread Briana Oursler
On Mon, 2020-07-27 at 16:47 -0700, Stephen Hemminger wrote: > On Sun, 26 Jul 2020 21:46:16 -0700 > Briana Oursler wrote: > > > I have a patch I've written to address a format specifier change > > that > > breaks some tests in tc-testing, but I wanted to ask about

Re: Question Print Formatting iproute2

2020-07-27 Thread Briana Oursler
On Mon, 2020-07-27 at 21:31 +0200, Petr Machata wrote: > Briana Oursler writes: > > > I git bisected and found d0e450438571("tc: q_red: Add support for > > qevents "mark" and "early_drop"), the commit that introduced the > > formatting change

Question Print Formatting iproute2

2020-07-26 Thread Briana Oursler
86bec26d Mon Sep 17 00:00:00 2001 Subject: [RFC iproute2-next] tc: Add space after format specifier Add space after format specifier in print_string call. Fixes broken qdisc tests within tdc testing suite. Fixes: d0e450438571("tc: q_red: Add support for qevents "mark" and "early_dr

[PATCH net-next] tc-testing: Add tdc to kselftests

2020-07-17 Thread Briana Oursler
n all the kselftests so I commented out all except my target and net/pmtu.sh then: cd /tmp/exampledir && ./run_kselftest.sh Co-developed-by: Davide Caratti Signed-off-by: Davide Caratti Signed-off-by: Briana Oursler --- tools/testing/selftests/Makefile | 1 + tools/

[RFC net-next] tc-testing: Add tdc to kselftests

2020-07-14 Thread Briana Oursler
n all the kselftests so I commented out all except my target and net/pmtu.sh then: cd /tmp/exampledir && ./run_kselftest.sh Co-developed-by: Davide Caratti Signed-off-by: Davide Caratti Signed-off-by: Briana Oursler --- tools/testing/selftests/Makefile | 1 + tools/

[PATCH net] tc-testing: avoid action cookies with odd length.

2020-06-24 Thread Briana Oursler
Update odd length cookie hexstrings in csum.json, tunnel_key.json and bpf.json to be even length to comply with check enforced in commit 0149dabf2a1b ("tc: m_actions: check cookie hexstring len") in iproute2. Signed-off-by: Briana Oursler Reviewed-by: Stefano Brivio Reviewed-by: Davi