Re: [ovs-dev] [PATCH v8 15/15] tests: Comment currently failing TC system-traffic tests.

2023-01-31 Thread Ilya Maximets
On 1/31/23 10:58, Eelco Chaudron wrote: > > > On 26 Jan 2023, at 21:03, Ilya Maximets wrote: > >> On 1/24/23 14:01, Eelco Chaudron wrote: >>> The goal was to run 200 successful tc tests in a row. To do this the >>> following was run: >>> >>> for i in {1..200}; do make check-offloads || break;

Re: [ovs-dev] [PATCH v8 15/15] tests: Comment currently failing TC system-traffic tests.

2023-01-31 Thread Eelco Chaudron
On 26 Jan 2023, at 21:03, Ilya Maximets wrote: > On 1/24/23 14:01, Eelco Chaudron wrote: >> The goal was to run 200 successful tc tests in a row. To do this the >> following was run: >> >> for i in {1..200}; do make check-offloads || break; \ >> echo "ALL_200_OK: $i"; done; > > Hi, Eelco.

Re: [ovs-dev] [PATCH v8 15/15] tests: Comment currently failing TC system-traffic tests.

2023-01-26 Thread Ilya Maximets
On 1/24/23 14:01, Eelco Chaudron wrote: > The goal was to run 200 successful tc tests in a row. To do this the > following was run: > > for i in {1..200}; do make check-offloads || break; \ > echo "ALL_200_OK: $i"; done; Hi, Eelco. Thanks for all the work! The patch set is fine in general

[ovs-dev] [PATCH v8 15/15] tests: Comment currently failing TC system-traffic tests.

2023-01-24 Thread Eelco Chaudron
The goal was to run 200 successful tc tests in a row. To do this the following was run: for i in {1..200}; do make check-offloads || break; \ echo "ALL_200_OK: $i"; done; Unfortunately, a bunch of test cases showed occasional failures. For now, they are excluded from the test cases and need