Re: [ovs-dev] [PATCH v7 10/15] test: tc does not support conntrack timeout, skip the related test.

2023-01-24 Thread 0-day Robot
Bleep bloop. Greetings Eelco Chaudron, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. Patch skipped due to previous failure. Please check this out. If you feel there has been an error, plea

[ovs-dev] [PATCH v7 10/15] test: tc does not support conntrack timeout, skip the related test.

2023-01-24 Thread Eelco Chaudron
The tc conntrack implementation does not support the timeout option. The current implementation is silently ignoring the timeout option by adding a general conntrack entry. This patch will skip the related test by overriding the support macro. Signed-off-by: Eelco Chaudron Acked-by: Roi Dayan -