Re: [PATCH net-next] tc-testing: add simple action change test

2021-03-30 Thread patchwork-bot+netdevbpf
Hello: This patch was applied to netdev/net-next.git (refs/heads/master): On Tue, 30 Mar 2021 13:41:10 +0300 you wrote: > Use act_simple to verify that action created with 'tc actions change' > command exists after command returns. The goal is to verify internal action > API reference counting to

[PATCH net-next] tc-testing: add simple action change test

2021-03-30 Thread Vlad Buslov
Use act_simple to verify that action created with 'tc actions change' command exists after command returns. The goal is to verify internal action API reference counting to ensure that the case when netlink message has NLM_F_REPLACE flag set but action with specified index doesn't exist is handled c