commit | 4bbca662df2523ff7ad3224463f1f28e6a118044 | [log] [tgz] |
---|---|---|
author | Hangbin Liu <liuhangbin@gmail.com> | Mon Jul 27 19:04:55 2020 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 30 16:33:07 2020 -0700 |
tree | 0c8aff68b72c586ef7b71262351e545260975dde | |
parent | 8c0de6e96c9794cb523a516c465991a70245da1c [diff] |
selftests/bpf: fix netdevsim trap_flow_action_cookie read When read netdevsim trap_flow_action_cookie, we need to init it first, or we will get "Invalid argument" error. Fixes: d3cbb907ae57 ("netdevsim: add ACL trap reporting cookie as a metadata") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>