Re: [PATCH net v2] selftests: net: kill smcrouted in the cleanup logic in amt.sh

2024-05-15 Thread Taehee Yoo
On Wed, May 15, 2024 at 6:48 PM Simon Horman wrote: > Hi Simon, Thanks for the review! > On Mon, May 13, 2024 at 06:08:52AM +, Taehee Yoo wrote: > > The amt.sh requires smcrouted for multicasting routing. > > So, it starts smcrouted before forwarding tests. > > It must be stopped after all t

Re: [PATCH net v2] selftests: net: kill smcrouted in the cleanup logic in amt.sh

2024-05-15 Thread Simon Horman
On Mon, May 13, 2024 at 06:08:52AM +, Taehee Yoo wrote: > The amt.sh requires smcrouted for multicasting routing. > So, it starts smcrouted before forwarding tests. > It must be stopped after all tests, but it isn't. > > To fix this issue, it kills smcrouted in the cleanup logic. > > Fixes: c

[PATCH net v2] selftests: net: kill smcrouted in the cleanup logic in amt.sh

2024-05-12 Thread Taehee Yoo
The amt.sh requires smcrouted for multicasting routing. So, it starts smcrouted before forwarding tests. It must be stopped after all tests, but it isn't. To fix this issue, it kills smcrouted in the cleanup logic. Fixes: c08e8baea78e ("selftests: add amt interface selftest script") Signed-off-by