On 1/18/24 16:51, Jakub Kicinski wrote:
On Thu, 18 Jan 2024 02:51:33 +0000 Dmitry Safonov wrote:
Two typo fixes, noticed by Mohammad's review. And a fix for an issue that got uncovered.
Somewhat unrelated to these fixes but related to the tcp_ao selftests in general - could you please also add a config file so that it's easy to build a minimal kernel for running the tests?
Something like:
make defconfig make kvm_guest.config make tools/testing/selftests/net/tcp_ao/config
Yep, sounds good to me. I'll take as a base tools/testing/selftests/net/config and add any needed config options on the top.
should give us a suitable config. Differently put it'd be great to have a config we can pass to vmtest or virtme-ng and run the tests.
Will check that it works with them.
Thanks, Dmitry