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

2020-07-29 Thread David Ahern
On 7/27/20 11:20 PM, 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. > > Tested fix in tdc using: > ./tdc.p

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

2020-07-29 Thread David Ahern
On 7/27/20 11:53 PM, Briana Oursler wrote: > I made the subject PATCH iproute2 after the question discussion with > everyone, but I realized that the patch it fixes is in iproute2-next > but not yet in iproute2. Sorry about the confusion. Should I resend to > iproute2-next? no, it is fine.

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

2020-07-28 Thread Petr Machata
Briana Oursler writes: > 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. > > Tested fix in tdc using: > ./tdc.py -c qdisc > > Al

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. > > Tested fix in td

[PATCH iproute2] tc: Add space after format specifier

2020-07-27 Thread Briana Oursler
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. Tested fix in tdc using: ./tdc.py -c qdisc All qdisc RED tests return ok. Fixes: d0e4