File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tools/testing/selftests/bpf/prog_tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ static void test_xdp_bonding_features(struct skeletons *skeletons)
511511 if (!ASSERT_OK (err , "bond bpf_xdp_query" ))
512512 goto out ;
513513
514- if (!ASSERT_EQ (query_opts .feature_flags , NETDEV_XDP_ACT_MASK ,
514+ if (!ASSERT_EQ (query_opts .feature_flags , 0 ,
515515 "bond query_opts.feature_flags" ))
516516 goto out ;
517517
@@ -601,7 +601,7 @@ static void test_xdp_bonding_features(struct skeletons *skeletons)
601601 if (!ASSERT_OK (err , "bond bpf_xdp_query" ))
602602 goto out ;
603603
604- ASSERT_EQ (query_opts .feature_flags , NETDEV_XDP_ACT_MASK ,
604+ ASSERT_EQ (query_opts .feature_flags , 0 ,
605605 "bond query_opts.feature_flags" );
606606out :
607607 bpf_link__destroy (link );
You can’t perform that action at this time.
0 commit comments