Re: [PATCH net] selftests/tc-testing: Add test for echo of big TC filters
From: Cong Wang
Date: Wed Apr 09 2025 - 12:47:04 EST
On Wed, Apr 09, 2025 at 04:51:22PM +0200, Toke Høiland-Jørgensen wrote:
> Add a selftest that checks whether the kernel can successfully echo a
> big tc filter, to test the fix introduced in commit:
>
> 369609fc6272 ("tc: Ensure we have enough buffer space when sending filter netlink notifications")
>
> Signed-off-by: Toke Høiland-Jørgensen <toke@xxxxxxxxxx>
> ---
> .../tc-testing/tc-tests/filters/u32.json | 22 +++++++++++++++++++
I think tools/testing/selftests/tc-testing/tc-tests/infra/actions.json
is a better place since this is not specific to u32 filter (although you
use it for testing).
Thanks!