X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=app%2Ftest%2Ftest_acl.h;h=97554a4b84dfa5bfb3ac524efcec179d24617f2f;hb=a007988d5d4508ebcdde9d17ff893147638dfff0;hp=475c30635f5e375432cc71179c6ac666307d5a79;hpb=e9d48c0072d36eb6423b45fba4ec49d0def6c36f;p=dpdk.git diff --git a/app/test/test_acl.h b/app/test/test_acl.h index 475c30635f..97554a4b84 100644 --- a/app/test/test_acl.h +++ b/app/test/test_acl.h @@ -332,7 +332,7 @@ struct rte_acl_ipv4vlan_rule acl_test_rules[] = { /* matches all packets with protocol that have 0x5 in them */ { .data = {.userdata = 22, .category_mask = ACL_ALLOW_MASK, - .priority = 2}, + .priority = 1}, .proto = 0x5, .proto_mask = 0x5, .src_port_low = 0,