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.
>
: 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
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
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
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
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/
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/
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