[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <b3917b75-9420-c965-e6cf-0dcfeb35b1bd@gmail.com>
Date: Thu, 20 Jan 2022 12:20:57 -0700
From: David Ahern <dsahern@...il.com>
To: Victor Nogueira <victor@...atatu.com>,
Jamal Hadi Salim <jhs@...atatu.com>
Cc: Stephen Hemminger <stephen@...workplumber.org>,
netdev@...r.kernel.org, Davide Caratti <dcaratti@...hat.com>,
Marcelo Ricardo Leitner <marcelo.leitner@...il.com>,
Vlad Buslov <vladbu@...dia.com>
Subject: Re: [PATCH v2 iproute2-next 00/11] clang warning fixes
On 1/20/22 5:48 AM, Victor Nogueira wrote:
> Hi,
> Sorry for not responding sooner. I patched iproute2 and several
> existing tests failed.
> Example:
> Test 696a: Add simple ct action
>
> All test results:
>
> 1..1
> not ok 1 696a - Add simple ct action
> Could not match regex pattern. Verify command output:
> total acts 1
>
> action order 0: ct
> zone 0 pipe
> index 42 ref 1 bind 0
>
> The problem is the additional new line added.
>
> WIthout this patch:
> https://patchwork.kernel.org/project/netdevbpf/patch/20220117175019.13993-6-stephen@networkplumber.org/
> it the output of tc actions list action ct is:
>
> total acts 1
>
> action order 0: ct zone 0 pipe
> index 42 ref 1 bind 0
>
> With it it is:
>
> total acts 1
>
> action order 0: ct
> zone 0 pipe
> index 42 ref 1 bind 0
>
> So I believe the problem is just formatting, however it still breaks some tests
>
Thanks, Victor. Hopefully that is addressed in v3 of the set.
Powered by blists - more mailing lists