34 #if VALIDATION_SCAFFOLDING 50 vnet_classify_entry_t *v, *save_v;
51 u32 active_elements = 0;
74 clib_warning (
"found %u expected %u elts", active_elements,
94 vec_add1 (cm->unformat_l2_next_index_fns, fn);
102 vec_add1 (cm->unformat_ip_next_index_fns, fn);
110 vec_add1 (cm->unformat_acl_next_index_fns, fn);
119 vec_add1 (cm->unformat_policer_next_index_fns, fn);
127 vec_add1 (cm->unformat_opaque_index_fns, fn);
133 u32 skip_n_vectors,
u32 match_n_vectors)
138 nbuckets = 1 << (
max_log2 (nbuckets));
166 u32 table_index,
int del_chain)
185 static vnet_classify_entry_t *
188 vnet_classify_entry_t *rv = 0;
232 vnet_classify_entry_t *v;
235 vnet_classify_entry_t *working_copy;
237 int working_copy_length, required_length;
262 if (required_length > working_copy_length)
277 working_bucket.as_u64 = b->
as_u64;
280 b->
as_u64 = working_bucket.as_u64;
284 static vnet_classify_entry_t *
286 vnet_classify_entry_t * old_values,
u32 old_log2_pages,
289 vnet_classify_entry_t *new_values, *v, *new_v;
290 int i, j, length_in_entries;
295 for (i = 0; i < length_in_entries; i++)
305 key_minus_skip = (
u8 *) v->key;
310 new_hash &= (1 << new_log2_pages) - 1;
335 static vnet_classify_entry_t *
337 vnet_classify_entry_t * old_values,
338 u32 old_log2_pages,
u32 new_log2_pages)
340 vnet_classify_entry_t *new_values, *v, *new_v;
341 int i, j, new_length_in_entries, old_length_in_entries;
348 for (i = 0; i < old_length_in_entries; i++)
354 for (; j < new_length_in_entries; j++)
360 clib_warning (
"BUG: linear rehash new entry not free!");
418 vnet_classify_entry_t * add_v,
int is_add)
422 vnet_classify_entry_t *v, *new_v, *save_new_v, *working_copy, *save_v;
428 u32 old_log2_pages, new_log2_pages;
431 int resplit_once = 0;
432 int mark_bucket_linear;
436 key_minus_skip = (
u8 *) add_v->key;
441 bucket_index = hash & (t->
nbuckets - 1);
480 limit *= (1 << b->log2_pages);
490 for (i = 0; i < limit; i++)
508 for (i = 0; i < limit; i++)
529 for (i = 0; i < limit; i++)
537 clib_memset (v, 0xff,
sizeof (vnet_classify_entry_t) +
553 new_log2_pages = old_log2_pages + 1;
559 mark_bucket_linear = 0;
583 mark_bucket_linear = 1;
590 key_minus_skip = (
u8 *) add_v->key;
595 new_hash &= (1 << new_log2_pages) - 1;
598 if (mark_bucket_linear)
600 limit *= (1 << new_log2_pages);
604 for (i = 0; i < limit; i++)
646 }) classify_data_or_mask_t;
655 vnet_classify_entry_t *
666 vnet_classify_entry_t *e = va_arg (*args, vnet_classify_entry_t *);
669 (s,
"[%u]: next_index %d advance %d opaque %d action %d metadata %d\n",
671 e->opaque_index, e->action, e->metadata);
678 s =
format (s,
" hits %lld, last_heard %.2f\n",
679 e->hits, e->last_heard);
681 s =
format (s,
" entry is free\n");
689 int verbose = va_arg (*args,
int);
691 vnet_classify_entry_t *v, *save_v;
693 u64 active_elements = 0;
701 s =
format (s,
"[%d]: empty\n", i);
707 s =
format (s,
"[%d]: heap offset %d, elts %d, %s\n", i,
724 s =
format (s,
" %d: empty\n",
730 s =
format (s,
" %d: %U\n",
739 s =
format (s,
" %lld active elements\n", active_elements);
752 u32 next_table_index,
755 u8 current_data_flag,
756 i16 current_data_offset,
757 int is_add,
int del_chain)
763 if (*table_index == ~0)
765 if (memory_size == 0)
766 return VNET_API_ERROR_INVALID_MEMORY_SIZE;
769 return VNET_API_ERROR_INVALID_VALUE;
771 if (match < 1 || match > 5)
772 return VNET_API_ERROR_INVALID_VALUE;
780 *table_index = t - cm->tables;
796 #define foreach_tcp_proto_field \ 800 #define foreach_udp_proto_field \ 804 #define foreach_ip4_proto_field \ 817 u8 **maskp = va_arg (*args,
u8 **);
819 u8 found_something = 0;
829 #define _(a) else if (unformat (input, #a)) a=1; 836 #define _(a) found_something += a; 840 if (found_something == 0)
847 #define _(a) if (a) clib_memset (&tcp->a, 0xff, sizeof (tcp->a)); 858 u8 **maskp = va_arg (*args,
u8 **);
860 u8 found_something = 0;
870 #define _(a) else if (unformat (input, #a)) a=1; 877 #define _(a) found_something += a; 881 if (found_something == 0)
888 #define _(a) if (a) clib_memset (&udp->a, 0xff, sizeof (udp->a)); 904 u8 **maskp = va_arg (*args,
u8 **);
914 else if (
unformat (input,
"src_port"))
916 else if (
unformat (input,
"dst_port"))
940 u8 **maskp = va_arg (*args,
u8 **);
942 u8 found_something = 0;
944 u32 src_prefix_len = 32;
945 u32 src_prefix_mask = ~0;
946 u32 dst_prefix_len = 32;
947 u32 dst_prefix_mask = ~0;
960 else if (
unformat (input,
"hdr_length"))
962 else if (
unformat (input,
"src/%d", &src_prefix_len))
965 src_prefix_mask &= ~((1 << (32 - src_prefix_len)) - 1);
966 src_prefix_mask = clib_host_to_net_u32 (src_prefix_mask);
968 else if (
unformat (input,
"dst/%d", &dst_prefix_len))
971 dst_prefix_mask &= ~((1 << (32 - dst_prefix_len)) - 1);
972 dst_prefix_mask = clib_host_to_net_u32 (dst_prefix_mask);
981 #define _(a) else if (unformat (input, #a)) a=1; 988 #define _(a) found_something += a; 992 if (found_something == 0)
999 #define _(a) if (a) clib_memset (&ip->a, 0xff, sizeof (ip->a)); 1021 #define foreach_ip6_proto_field \ 1031 u8 **maskp = va_arg (*args,
u8 **);
1035 u32 ip_version_traffic_class_and_flow_label;
1037 #define _(a) u8 a=0; 1041 u8 traffic_class = 0;
1048 else if (
unformat (input,
"traffic-class"))
1050 else if (
unformat (input,
"flow-label"))
1056 else if (
unformat (input,
"proto"))
1059 #define _(a) else if (unformat (input, #a)) a=1; 1067 found_something = version + traffic_class + flow_label
1070 #define _(a) found_something += a; 1074 if (found_something == 0)
1081 #define _(a) if (a) clib_memset (&ip->a, 0xff, sizeof (ip->a)); 1085 ip_version_traffic_class_and_flow_label = 0;
1088 ip_version_traffic_class_and_flow_label |= 0xF0000000;
1091 ip_version_traffic_class_and_flow_label |= 0x0FF00000;
1094 ip_version_traffic_class_and_flow_label |= 0x000FFFFF;
1097 clib_host_to_net_u32 (ip_version_traffic_class_and_flow_label);
1106 u8 **maskp = va_arg (*args,
u8 **);
1123 u8 **maskp = va_arg (*args,
u8 **);
1144 else if (
unformat (input,
"proto"))
1150 else if (
unformat (input,
"ignore-tag1"))
1152 else if (
unformat (input,
"ignore-tag2"))
1158 else if (
unformat (input,
"dot1q"))
1160 else if (
unformat (input,
"dot1ad"))
1165 if ((src + dst + proto + tag1 + tag2 + dot1q + dot1ad +
1166 ignore_tag1 + ignore_tag2 + cos1 + cos2) == 0)
1169 if (tag1 || ignore_tag1 || cos1 || dot1q)
1171 if (tag2 || ignore_tag2 || cos2 || dot1ad)
1193 mask[21] = mask[20] = 0xff;
1214 mask[16] = mask[17] = 0xff;
1223 mask[12] = mask[13] = 0xff;
1232 u8 **maskp = va_arg (*args,
u8 **);
1233 u32 *skipp = va_arg (*args,
u32 *);
1234 u32 *matchp = va_arg (*args,
u32 *);
1264 if (mask || l2 || l3 || l4)
1285 for (i = 0; i <
vec_len (mask); i++)
1290 *skipp = i /
sizeof (
u32x4);
1294 while (vec_len (mask) %
sizeof (
u32x4))
1299 for (i = match *
sizeof (
u32x4); i > 0; i -=
sizeof (
u32x4))
1302 if (*tmp || *(tmp + 1))
1309 _vec_len (mask) = match *
sizeof (
u32x4);
1320 #define foreach_l2_input_next \ 1322 _(ethernet, ETHERNET_INPUT) \ 1331 u32 *miss_next_indexp = va_arg (*args,
u32 *);
1337 for (i = 0; i <
vec_len (cm->unformat_l2_next_index_fns); i++)
1339 if (
unformat (input,
"%U", cm->unformat_l2_next_index_fns[i], &tmp))
1347 if (unformat (input, #n)) { next_index = L2_INPUT_CLASSIFY_NEXT_##N; goto out;} 1360 *miss_next_indexp = next_index;
1364 #define foreach_l2_output_next \ 1371 u32 *miss_next_indexp = va_arg (*args,
u32 *);
1377 for (i = 0; i <
vec_len (cm->unformat_l2_next_index_fns); i++)
1379 if (
unformat (input,
"%U", cm->unformat_l2_next_index_fns[i], &tmp))
1387 if (unformat (input, #n)) { next_index = L2_OUTPUT_CLASSIFY_NEXT_##N; goto out;} 1400 *miss_next_indexp = next_index;
1404 #define foreach_ip_next \ 1411 u32 *miss_next_indexp = va_arg (*args,
u32 *);
1418 for (i = 0; i <
vec_len (cm->unformat_ip_next_index_fns); i++)
1420 if (
unformat (input,
"%U", cm->unformat_ip_next_index_fns[i], &tmp))
1428 if (unformat (input, #n)) { next_index = IP_LOOKUP_NEXT_##N; goto out;} 1441 *miss_next_indexp = next_index;
1445 #define foreach_acl_next \ 1451 u32 *next_indexp = va_arg (*args,
u32 *);
1458 for (i = 0; i <
vec_len (cm->unformat_acl_next_index_fns); i++)
1460 if (
unformat (input,
"%U", cm->unformat_acl_next_index_fns[i], &tmp))
1468 if (unformat (input, #n)) { next_index = ACL_NEXT_INDEX_##N; goto out;} 1477 else if (
unformat (input,
"%d", &tmp))
1486 *next_indexp = next_index;
1493 u32 *next_indexp = va_arg (*args,
u32 *);
1500 for (i = 0; i <
vec_len (cm->unformat_policer_next_index_fns); i++)
1503 (input,
"%U", cm->unformat_policer_next_index_fns[i], &tmp))
1519 *next_indexp = next_index;
1532 u32 table_index = ~0;
1533 u32 next_table_index = ~0;
1534 u32 miss_next_index = ~0;
1537 u32 current_data_flag = 0;
1538 int current_data_offset = 0;
1548 else if (
unformat (input,
"del-chain"))
1553 else if (
unformat (input,
"buckets %d", &nbuckets))
1555 else if (
unformat (input,
"skip %d", &skip))
1557 else if (
unformat (input,
"match %d", &match))
1559 else if (
unformat (input,
"table %d", &table_index))
1562 &mask, &skip, &match))
1564 else if (
unformat (input,
"memory-size %uM", &tmp))
1565 memory_size = tmp << 20;
1566 else if (
unformat (input,
"memory-size %uG", &tmp))
1567 memory_size = tmp << 30;
1568 else if (
unformat (input,
"next-table %d", &next_table_index))
1586 else if (
unformat (input,
"current-data-flag %d", ¤t_data_flag))
1589 if (
unformat (input,
"current-data-offset %d", ¤t_data_offset))
1596 if (is_add && mask == 0 && table_index == ~0)
1599 if (is_add && skip == ~0 && table_index == ~0)
1602 if (is_add && match == ~0 && table_index == ~0)
1605 if (!is_add && table_index == ~0)
1609 skip, match, next_table_index,
1610 miss_next_index, &table_index,
1611 current_data_flag, current_data_offset,
1628 .path =
"classify table",
1630 "classify table [miss-next|l2-miss_next|acl-miss-next <next_index>]" 1631 "\n mask <mask-value> buckets <nn> [skip <n>] [match <n>]" 1632 "\n [current-data-flag <n>] [current-data-offset <n>] [table <n>]" 1633 "\n [memory-size <nn>[M][G]] [next-table <n>]" 1634 "\n [del] [del-chain]",
1707 for (i = 0; i <
vec_len (tables); i++)
1711 if ((i + 1) < vec_len (tables))
1717 table_index = tables[0];
1740 if (table_index == ~0)
1742 u32 old_table_index;
1755 u32 table_index = ~0;
1757 if (sw_if_index != ~0
1758 && (sw_if_index <
vec_len (cm->classify_table_index_by_sw_if_index)))
1759 table_index = cm->classify_table_index_by_sw_if_index[
sw_if_index];
1770 if (sw_if_index != ~0 && table_index != ~0)
1774 if (table_index == ~0)
1776 u32 old_table_index = ~0;
1778 if (sw_if_index <
vec_len (cm->classify_table_index_by_sw_if_index))
1780 cm->classify_table_index_by_sw_if_index[
sw_if_index];
1789 cm->classify_table_index_by_sw_if_index[
sw_if_index] = table_index;
1790 if (sw_if_index > 0)
1809 if (table_index == ~0)
1848 u32 table_index = ~0;
1849 u32 next_table_index = ~0;
1850 u32 miss_next_index = ~0;
1851 u32 current_data_flag = 0;
1852 int current_data_offset = 0;
1871 else if (
unformat (line_input,
"pcap %=", &pcap, 1))
1873 else if (
unformat (line_input,
"trace"))
1875 else if (
unformat (line_input,
"%U",
1878 if (sw_if_index == 0)
1881 else if (
unformat (line_input,
"buckets %d", &nbuckets))
1884 &mask, &skip, &match))
1893 if (is_add && mask == 0 && table_index == ~0)
1896 else if (is_add && skip == ~0 && table_index == ~0)
1899 else if (is_add && match == ~0 && table_index == ~0)
1902 else if (sw_if_index == ~0 && pkt_trace == 0 && pcap == 0)
1905 else if (pkt_trace && pcap)
1907 (0,
"Packet trace and pcap are mutually exclusive...");
1909 else if (pkt_trace && sw_if_index != ~0)
1942 if (table_index != ~0)
1948 if (table_index == ~0)
1954 next_table_index = table_index;
1958 skip, match, next_table_index,
1959 miss_next_index, &table_index,
1961 current_data_offset, 1, 0);
1968 "vnet_classify_add_del_table returned %d",
1993 cm, &match_vector, table_index) == 0)
2103 .path =
"classify filter",
2105 "classify filter <intfc> | pcap mask <mask-value> match <match-value>\n" 2106 " | trace mask <mask-value> match <match-value> [del]\n" 2107 " [buckets <nn>] [memory-size <n>]",
2125 (void)
unformat (input,
"verbose %=", &verbose, 1);
2130 limit =
vec_len (cm->classify_table_index_by_sw_if_index);
2132 for (i = -1; i < limit; i++)
2138 name =
format (0,
"packet tracer:");
2142 table_index = cm->classify_table_index_by_sw_if_index[
i];
2143 name =
format (0,
"pcap rx/tx/drop:");
2147 table_index = cm->classify_table_index_by_sw_if_index[
i];
2162 s =
format (s,
" %u", j);
2174 if (table_index != ~0)
2175 s =
format (s,
" %u", table_index);
2193 .path =
"show classify filter",
2194 .short_help =
"show classify filter [verbose [nn]]",
2206 int verbose = va_arg (*args,
int);
2212 s =
format (s,
"%10s%10s%10s%10s",
"TableIdx",
"Sessions",
"NextTbl",
2213 "NextNode", verbose ?
"Details" :
"");
2224 s =
format (s,
"\n nbuckets %d, skip %d match %d flag %d offset %d",
2246 u32 match_index = ~0;
2253 if (
unformat (input,
"index %d", &match_index))
2255 else if (
unformat (input,
"verbose %d", &verbose))
2257 else if (
unformat (input,
"verbose"))
2266 if (match_index == ~0 || (match_index == t - cm->tables))
2267 vec_add1 (indices, t - cm->tables);
2275 for (i = 0; i <
vec_len (indices); i++)
2277 verbose, indices[i]);
2289 .path =
"show classify tables",
2290 .short_help =
"show classify tables [index <nn>]",
2298 u8 **matchp = va_arg (*args,
u8 **);
2300 u8 *proto_header = 0;
2308 if (
unformat (input,
"src_port %d", &src_port))
2310 else if (
unformat (input,
"dst_port %d", &dst_port))
2316 h.
src_port = clib_host_to_net_u16 (src_port);
2317 h.
dst_port = clib_host_to_net_u16 (dst_port);
2319 memcpy (proto_header, &h,
sizeof (h));
2321 *matchp = proto_header;
2329 u8 **matchp = va_arg (*args,
u8 **);
2344 int fragment_id = 0;
2345 u32 fragment_id_val;
2353 if (
unformat (input,
"version %d", &version_val))
2355 else if (
unformat (input,
"hdr_length %d", &hdr_length_val))
2361 else if (
unformat (input,
"proto %d", &proto_val))
2363 else if (
unformat (input,
"tos %d", &tos_val))
2365 else if (
unformat (input,
"length %d", &length_val))
2367 else if (
unformat (input,
"fragment_id %d", &fragment_id_val))
2369 else if (
unformat (input,
"ttl %d", &ttl_val))
2371 else if (
unformat (input,
"checksum %d", &checksum_val))
2377 if (version + hdr_length + src +
dst + proto + tos + length + fragment_id
2378 + ttl + checksum == 0)
2410 ip->
length = clib_host_to_net_u16 (length_val);
2416 ip->
checksum = clib_host_to_net_u16 (checksum_val);
2425 u8 **matchp = va_arg (*args,
u8 **);
2430 u8 traffic_class = 0;
2431 u32 traffic_class_val;
2435 ip6_address_t src_val, dst_val;
2438 int payload_length = 0;
2439 u32 payload_length_val;
2442 u32 ip_version_traffic_class_and_flow_label;
2446 if (
unformat (input,
"version %d", &version_val))
2448 else if (
unformat (input,
"traffic_class %d", &traffic_class_val))
2450 else if (
unformat (input,
"flow_label %d", &flow_label_val))
2456 else if (
unformat (input,
"proto %d", &proto_val))
2458 else if (
unformat (input,
"payload_length %d", &payload_length_val))
2460 else if (
unformat (input,
"hop_limit %d", &hop_limit_val))
2466 if (version + traffic_class + flow_label + src +
dst + proto +
2467 payload_length + hop_limit == 0)
2486 ip_version_traffic_class_and_flow_label = 0;
2489 ip_version_traffic_class_and_flow_label |= (version_val & 0xF) << 28;
2492 ip_version_traffic_class_and_flow_label |=
2493 (traffic_class_val & 0xFF) << 20;
2496 ip_version_traffic_class_and_flow_label |= (flow_label_val & 0xFFFFF);
2499 clib_host_to_net_u32 (ip_version_traffic_class_and_flow_label);
2514 u8 **matchp = va_arg (*args,
u8 **);
2532 u8 *tagp = va_arg (*args,
u8 *);
2537 tagp[0] = (tag >> 8) & 0x0F;
2538 tagp[1] = tag & 0xFF;
2548 u8 **matchp = va_arg (*args,
u8 **);
2575 else if (
unformat (input,
"proto %U",
2582 else if (
unformat (input,
"ignore-tag1"))
2584 else if (
unformat (input,
"ignore-tag2"))
2586 else if (
unformat (input,
"cos1 %d", &cos1_val))
2588 else if (
unformat (input,
"cos2 %d", &cos2_val))
2593 if ((src + dst + proto + tag1 + tag2 +
2594 ignore_tag1 + ignore_tag2 + cos1 + cos2) == 0)
2597 if (tag1 || ignore_tag1 || cos1)
2599 if (tag2 || ignore_tag2 || cos2)
2613 match[19] = tag2_val[1];
2614 match[18] = tag2_val[0];
2616 match[18] |= (cos2_val & 0x7) << 5;
2619 match[21] = proto_val & 0xff;
2620 match[20] = proto_val >> 8;
2624 match[15] = tag1_val[1];
2625 match[14] = tag1_val[0];
2628 match[14] |= (cos1_val & 0x7) << 5;
2634 match[15] = tag1_val[1];
2635 match[14] = tag1_val[0];
2638 match[17] = proto_val & 0xff;
2639 match[16] = proto_val >> 8;
2642 match[14] |= (cos1_val & 0x7) << 5;
2648 match[18] |= (cos2_val & 0x7) << 5;
2650 match[14] |= (cos1_val & 0x7) << 5;
2653 match[13] = proto_val & 0xff;
2654 match[12] = proto_val >> 8;
2666 u8 **matchp = va_arg (*args,
u8 **);
2667 u32 table_index = va_arg (*args,
u32);
2702 if (match || l2 || l3 || l4)
2750 vnet_classify_entry_5_t _max_e __attribute__ ((aligned (16)));
2751 vnet_classify_entry_t *e;
2755 return VNET_API_ERROR_NO_SUCH_TABLE;
2759 e = (vnet_classify_entry_t *) & _max_e;
2760 e->next_index = hit_next_index;
2761 e->opaque_index = opaque_index;
2762 e->advance = advance;
2776 e->metadata = metadata;
2786 e->key[i] &= t->
mask[i];
2793 return VNET_API_ERROR_NO_SUCH_ENTRY;
2804 u32 table_index = ~0;
2805 u32 hit_next_index = ~0;
2806 u64 opaque_index = ~0;
2833 else if (
unformat (input,
"policer-hit-next %U",
2836 else if (
unformat (input,
"opaque-index %lld", &opaque_index))
2839 cm, &match, table_index))
2841 else if (
unformat (input,
"advance %d", &advance))
2843 else if (
unformat (input,
"table-index %d", &table_index))
2845 else if (
unformat (input,
"action set-ip4-fib-id %d", &metadata))
2847 else if (
unformat (input,
"action set-ip6-fib-id %d", &metadata))
2849 else if (
unformat (input,
"action set-sr-policy-index %d", &metadata))
2854 for (i = 0; i <
vec_len (cm->unformat_opaque_index_fns); i++)
2856 if (
unformat (input,
"%U", cm->unformat_opaque_index_fns[i],
2866 if (table_index == ~0)
2869 if (is_add && match == 0)
2874 opaque_index, advance,
2875 action, metadata, is_add);
2884 "vnet_classify_add_del_session returned %d",
2893 .path =
"classify session",
2895 "classify session [hit-next|l2-input-hit-next|l2-output-hit-next|" 2896 "acl-hit-next <next_index>|policer-hit-next <policer_name>]" 2897 "\n table-index <nn> match [hex] [l2] [l3 ip4] [opaque-index <index>]" 2898 "\n [action set-ip4-fib-id|set-ip6-fib-id|set-sr-policy-index <n>] [del]",
2906 u64 *opaquep = va_arg (*args,
u64 *);
2922 u32 *next_indexp = va_arg (*args,
u32 *);
2924 u32 next_index = ~0;
2927 cm->vlib_main, &node_index))
2933 cm->vlib_main, &node_index))
2941 *next_indexp = next_index;
2949 u32 *next_indexp = va_arg (*args,
u32 *);
2954 cm->vlib_main, &node_index))
2960 cm->vlib_main, &node_index))
2968 *next_indexp = next_index;
2976 u32 *next_indexp = va_arg (*args,
u32 *);
2981 cm->vlib_main, &node_index))
2986 *next_indexp = next_index;
2996 u32 *next_indexp = va_arg (*args,
u32 *);
3001 cm->vlib_main, &node_index))
3006 *next_indexp = next_index;
3075 classify_data_or_mask_t *
mask;
3076 classify_data_or_mask_t *
data;
3082 } test_classify_main_t;
3084 static test_classify_main_t test_classify_main;
3087 test_classify_churn (test_classify_main_t * tm)
3089 classify_data_or_mask_t *
mask, *
data;
3092 u8 *mp = 0, *dp = 0;
3099 mask = (classify_data_or_mask_t *) mp;
3100 data = (classify_data_or_mask_t *) dp;
3105 tmp = clib_host_to_net_u32 (tm->src.as_u32);
3107 for (i = 0; i < tm->sessions; i++)
3110 ep->addr.as_u32 = clib_host_to_net_u32 (tmp);
3118 tm->memory_size, 0 ,
3121 tm->table_index = tm->table - tm->classify_main->tables;
3123 tm->table_index, tm->buckets);
3125 vlib_cli_output (vm,
"Initialize: add %d (approx. half of %d sessions)...",
3126 tm->sessions / 2, tm->sessions);
3128 for (i = 0; i < tm->sessions / 2; i++)
3132 data->ip.src_address.as_u32 = ep->addr.as_u32;
3155 for (i = 0; i < tm->iterations; i++)
3160 index =
random_u32 (&tm->seed) % tm->sessions;
3164 data->ip.src_address.as_u32 = ep->addr.as_u32;
3167 is_add = !ep->in_table;
3171 is_add ?
"add" :
"del",
3185 "%s[%d]: %U returned %d", is_add ?
"add" :
"del",
3188 ep->in_table = is_add;
3192 tm->table->active_elements);
3194 for (i = 0; i < tm->sessions; i++)
3198 vnet_classify_entry_t *e;
3200 ep = tm->entries +
i;
3201 if (ep->in_table == 0)
3204 data->ip.src_address.as_u32 = ep->addr.as_u32;
3209 (
u8 *) data, hash, 0 );
3212 clib_warning (
"Couldn't find %U index %d which should be present",
3217 key_minus_skip = (
u8 *) e->key;
3218 key_minus_skip -= tm->table->skip_n_vectors * sizeof (
u32x4);
3235 tm->table->active_elements);
3244 tm->table_index, 1 );
3246 tm->table_index = ~0;
3256 test_classify_main_t *tm = &test_classify_main;
3263 tm->sessions = 8192;
3264 tm->iterations = 8192;
3265 tm->memory_size = 64 << 20;
3266 tm->src.as_u32 = clib_net_to_host_u32 (0x0100000A);
3268 tm->seed = 0xDEADDABE;
3269 tm->classify_main =
cm;
3277 if (
unformat (input,
"sessions %d", &tmp))
3282 else if (
unformat (input,
"buckets %d", &tm->buckets))
3284 else if (
unformat (input,
"memory-size %uM", &tmp))
3285 tm->memory_size = tmp << 20;
3286 else if (
unformat (input,
"memory-size %uG", &tmp))
3287 tm->memory_size = tmp << 30;
3288 else if (
unformat (input,
"seed %d", &tm->seed))
3290 else if (
unformat (input,
"verbose"))
3293 else if (
unformat (input,
"iterations %d", &tm->iterations))
3295 else if (
unformat (input,
"churn-test"))
3304 error = test_classify_churn (tm);
3316 .path =
"test classify",
3318 "test classify [src <ip>] [sessions <nn>] [buckets <nn>] [seed <nnn>]\n" 3319 " [memory-size <nn>[M|G]]\n" 3321 .function = test_classify_command_fn,
u64 vnet_classify_hash_packet(vnet_classify_table_t *t, u8 *h)
#define vec_validate(V, I)
Make sure vector is long enough for given index (no header, unspecified alignment) ...
vnet_classify_entry_t ** working_copies
vlib_main_t vlib_global_main
uword unformat_classify_mask(unformat_input_t *input, va_list *args)
static_always_inline void clib_spinlock_unlock(clib_spinlock_t *p)
static_always_inline void clib_spinlock_lock(clib_spinlock_t *p)
void rogue(vnet_classify_table_t *t)
static clib_error_t * show_classify_tables_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static clib_error_t * classify_filter_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
vnet_main_t * vnet_get_main(void)
static vnet_hw_interface_t * vnet_get_sup_hw_interface(vnet_main_t *vnm, u32 sw_if_index)
#define pool_foreach(VAR, POOL)
Iterate through pool.
clib_mem_heap_t * clib_mem_create_heap(void *base, uword size, int is_locked, char *fmt,...)
static vnet_classify_entry_t * vnet_classify_find_entry_inline(vnet_classify_table_t *t, u8 *h, u64 hash, f64 now)
#define VNET_CLASSIFY_ENTRY_FREE
vl_api_ip_port_and_mask_t dst_port
vl_api_ip_proto_t protocol
#define clib_memcpy_fast(a, b, c)
clib_memset(h->entries, 0, sizeof(h->entries[0]) *entries)
static u8 * format_vnet_classify_table(u8 *s, va_list *args)
static clib_mem_heap_t * clib_mem_set_heap(clib_mem_heap_t *heap)
uword unformat_vlan_tag(unformat_input_t *input, va_list *args)
static clib_error_t * classify_table_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
static void vnet_classify_entry_claim_resource(vnet_classify_entry_t *e)
#define vec_add1(V, E)
Add 1 element to end of vector (unspecified alignment).
int vnet_is_packet_traced(vlib_buffer_t *b, u32 classify_table_index, int func)
#define vec_add2(V, P, N)
Add N elements to end of vector V, return pointer to new elements in P.
for(i=1;i<=collision_buckets;i++)
u32 classify_lookup_chain(u32 table_index, u8 *mask, u32 n_skip, u32 n_match)
unformat_function_t unformat_vnet_sw_interface
#define vec_validate_aligned(V, I, A)
Make sure vector is long enough for given index (no header, specified alignment)
#define foreach_ip6_proto_field
void vnet_classify_register_unformat_acl_next_index_fn(unformat_function_t *fn)
struct _tcp_header tcp_header_t
format_function_t format_vnet_sw_if_index_name
static uword vlib_node_add_next(vlib_main_t *vm, uword node, uword next_node)
vlib_node_registration_t ip4_classify_node
(constructor) VLIB_REGISTER_NODE (ip4_classify_node)
#define vec_reset_length(v)
Reset vector length to zero NULL-pointer tolerant.
uword unformat_l2_output_next_index(unformat_input_t *input, va_list *args)
u32 classify_get_pcap_chain(vnet_classify_main_t *cm, u32 sw_if_index)
void mv(vnet_classify_table_t *t)
vlib_node_registration_t l2_input_classify_node
(constructor) VLIB_REGISTER_NODE (l2_input_classify_node)
#define VLIB_INIT_FUNCTION(x)
clib_spinlock_t writer_lock
int vnet_classify_add_del(vnet_classify_table_t *t, vnet_classify_entry_t *add_v, int is_add)
static clib_error_t * classify_session_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
uword unformat_l2_mask(unformat_input_t *input, va_list *args)
vlib_node_registration_t l2_output_classify_node
(constructor) VLIB_REGISTER_NODE (l2_output_classify_node)
description fragment has unexpected format
static uword unformat_l2_input_next_node(unformat_input_t *input, va_list *args)
uword unformat_classify_match(unformat_input_t *input, va_list *args)
vnet_classify_table_t * vnet_classify_new_table(vnet_classify_main_t *cm, u8 *mask, u32 nbuckets, u32 memory_size, u32 skip_n_vectors, u32 match_n_vectors)
#define vec_elt_at_index(v, i)
Get vector value at index i checking that i is in bounds.
#define clib_error_return(e, args...)
#define foreach_ip4_proto_field
Use the vpp classifier to decide whether to trace packets.
static void clib_spinlock_init(clib_spinlock_t *p)
static uword unformat_opaque_sw_if_index(unformat_input_t *input, va_list *args)
static int vnet_classify_entry_is_free(vnet_classify_entry_t *e)
int vnet_classify_add_del_session(vnet_classify_main_t *cm, u32 table_index, u8 *match, u32 hit_next_index, u32 opaque_index, i32 advance, u8 action, u32 metadata, int is_add)
static u64 vnet_classify_hash_packet_inline(vnet_classify_table_t *t, u8 *h)
uword unformat_l4_match(unformat_input_t *input, va_list *args)
#define pool_elt_at_index(p, i)
Returns pointer to element at given index.
void clib_mem_destroy_heap(clib_mem_heap_t *heap)
uword unformat_ip4_mask(unformat_input_t *input, va_list *args)
uword unformat_l2_input_next_index(unformat_input_t *input, va_list *args)
uword unformat_ip6_mask(unformat_input_t *input, va_list *args)
void vnet_classify_delete_table_index(vnet_classify_main_t *cm, u32 table_index, int del_chain)
static clib_error_t * show_classify_filter_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
#define pool_put(P, E)
Free an object E in pool P.
static vnet_classify_entry_t * split_and_rehash_linear(vnet_classify_table_t *t, vnet_classify_entry_t *old_values, u32 old_log2_pages, u32 new_log2_pages)
void vnet_classify_register_unformat_opaque_index_fn(unformat_function_t *fn)
vl_api_address_union_t src_address
static vnet_classify_entry_t * vnet_classify_entry_at_index(vnet_classify_table_t *t, vnet_classify_entry_t *e, u32 index)
void fib_table_unlock(u32 fib_index, fib_protocol_t proto, fib_source_t source)
Take a reference counting lock on the table.
uword unformat_policer_next_index(unformat_input_t *input, va_list *args)
vlib_node_registration_t ip4_inacl_node
(constructor) VLIB_REGISTER_NODE (ip4_inacl_node)
#define foreach_udp_proto_field
#define pool_get_aligned(P, E, A)
Allocate an object E from a pool P with alignment A.
static vnet_classify_entry_t * split_and_rehash(vnet_classify_table_t *t, vnet_classify_entry_t *old_values, u32 old_log2_pages, u32 new_log2_pages)
vl_api_ip_port_and_mask_t src_port
uword unformat_udp_mask(unformat_input_t *input, va_list *args)
static uword vnet_classify_get_offset(vnet_classify_table_t *t, vnet_classify_entry_t *v)
static u8 * format_classify_entry(u8 *s, va_list *args)
uword unformat_l2_match(unformat_input_t *input, va_list *args)
vnet_classify_bucket_t saved_bucket
Adjacency to drop this packet.
static uword unformat_acl_next_node(unformat_input_t *input, va_list *args)
static_always_inline uword vlib_get_thread_index(void)
vlib_node_registration_t ip6_inacl_node
(constructor) VLIB_REGISTER_NODE (ip6_inacl_node)
sll srl srl sll sra u16x4 i
#define vec_free(V)
Free vector's memory (no header).
uword unformat_acl_next_index(unformat_input_t *input, va_list *args)
static uword unformat_ip_next_node(unformat_input_t *input, va_list *args)
static void vnet_classify_entry_free(vnet_classify_table_t *t, vnet_classify_entry_t *v, u32 log2_pages)
u8 * format_classify_table(u8 *s, va_list *args)
#define clib_warning(format, args...)
uword unformat_l3_match(unformat_input_t *input, va_list *args)
uword unformat_ip4_match(unformat_input_t *input, va_list *args)
#define pool_is_free_index(P, I)
Use free bitmap to query whether given index is free.
static int vnet_is_packet_traced_inline(vlib_buffer_t *b, u32 classify_table_index, int func)
vnet_is_packet_traced
static clib_error_t * vnet_classify_init(vlib_main_t *vm)
u32 trace_classify_table_index
void fib_table_lock(u32 fib_index, fib_protocol_t proto, fib_source_t source)
Release a reference counting lock on the table.
#define VLIB_CLI_COMMAND(x,...)
struct _vnet_classify_main vnet_classify_main_t
static uword unformat_l2_output_next_node(unformat_input_t *input, va_list *args)
static void make_working_copy(vnet_classify_table_t *t, vnet_classify_bucket_t *b)
uword unformat_l3_mask(unformat_input_t *input, va_list *args)
static int filter_table_mask_compare(void *a1, void *a2)
uword unformat_ethernet_address(unformat_input_t *input, va_list *args)
u8 * format_clib_mem_heap(u8 *s, va_list *va)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
#define vec_delete(V, N, M)
Delete N elements starting at element M.
uword unformat_ip6_match(unformat_input_t *input, va_list *args)
static void clib_mem_free(void *p)
u32 fib_table_find_or_create_and_lock(fib_protocol_t proto, u32 table_id, fib_source_t src)
Get the index of the FIB for a Table-ID.
#define vec_append(v1, v2)
Append v2 after v1.
uword unformat_ip_next_index(unformat_input_t *input, va_list *args)
vnet_classify_main_t vnet_classify_main
static void vnet_classify_entry_release_resource(vnet_classify_entry_t *e)
int vnet_classify_add_del_table(vnet_classify_main_t *cm, u8 *mask, u32 nbuckets, u32 memory_size, u32 skip, u32 match, u32 next_table_index, u32 miss_next_index, u32 *table_index, u8 current_data_flag, i16 current_data_offset, int is_add, int del_chain)
int vlib_main(vlib_main_t *volatile vm, unformat_input_t *input)
static int vnet_classify_entry_is_busy(vnet_classify_entry_t *e)
#define CLIB_SPINLOCK_ASSERT_LOCKED(_p)
uword unformat_tcp_mask(unformat_input_t *input, va_list *args)
uword unformat_ethernet_type_host_byte_order(unformat_input_t *input, va_list *args)
vl_api_mac_event_action_t action
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
vnet_classify_bucket_t * buckets
void vnet_classify_register_unformat_ip_next_index_fn(unformat_function_t *fn)
static uword max_log2(uword x)
u32 classify_sort_table_chain(vnet_classify_main_t *cm, u32 table_index)
typedef CLIB_PACKED(struct { ethernet_header_t eh;ip4_header_t ip;})
VLIB buffer representation.
#define vec_sort_with_function(vec, f)
Sort a vector using the supplied element comparison function.
uword unformat_l4_mask(unformat_input_t *input, va_list *args)
#define vec_append_aligned(v1, v2, align)
Append v2 after v1.
void classify_set_pcap_chain(vnet_classify_main_t *cm, u32 sw_if_index, u32 table_index)
static vnet_classify_entry_t * vnet_classify_entry_alloc(vnet_classify_table_t *t, u32 log2_pages)
unformat_function_t unformat_vlib_node
static void * clib_mem_alloc_aligned(uword size, uword align)
int vlib_enable_disable_pkt_trace_filter(int enable)
Enable / disable packet trace filter.
static u32 random_u32(u32 *seed)
32-bit random number generator
u32 classify_get_trace_chain(void)
vlib_trace_filter_t trace_filter
static uword count_set_bits(uword x)
#define foreach_l2_output_next
#define foreach_l2_input_next
int * working_copy_lengths
#define CLIB_MEMORY_BARRIER()
void vnet_classify_register_unformat_policer_next_index_fn(unformat_function_t *fn)
vlib_node_registration_t ip6_classify_node
(constructor) VLIB_REGISTER_NODE (ip6_classify_node)
#define foreach_tcp_proto_field
#define vec_validate_init_empty(V, I, INIT)
Make sure vector is long enough for given index and initialize empty space (no header, unspecified alignment)
#define CLIB_CACHE_LINE_BYTES
vnet_classify_entry_t ** freelists
void classify_set_trace_chain(vnet_classify_main_t *cm, u32 table_index)
vnet_classify_entry_t * vnet_classify_find_entry(vnet_classify_table_t *t, u8 *h, u64 hash, f64 now)
vl_api_interface_index_t sw_if_index
void vnet_classify_register_unformat_l2_next_index_fn(unformat_function_t *fn)
static vnet_classify_entry_t * vnet_classify_get_entry(vnet_classify_table_t *t, uword offset)