summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2020-02-13vrrp: add plugin providing vrrp supportMatthew Smith1-0/+35
2020-02-11ipsec: add support for chained buffersFilip Tehlar2-51/+30
2020-02-11sr: update NH value for Ethernet payloadspcamaril1-1/+1
2020-02-11ip: fix ip-local errorsFlorin Coras1-2/+2
2020-02-10ip-neighbor: fix MLD reports not being sentNeale Ranns1-1/+31
2020-02-07tests: support python 3.8Ole Troan4-8/+7
2020-02-05stats: fix state counter removalVladimir Isaev1-40/+41
2020-02-05ipsec: set l2_len for GRE-TEB tunnel decapJohn Lo1-1/+122
2020-02-04teib: Rename NHRP to TEIBNeale Ranns3-20/+20
2020-01-30vppinfra: improve clocks_per_second convergenceDave Barach1-0/+2
2020-01-30gre: Tunnel encap/decap flagsNeale Ranns3-70/+66
2020-01-27ipip: Multi-point interfaceNeale Ranns3-13/+130
2020-01-27tunnel: Common types for IP tunnelsNeale Ranns3-22/+30
2020-01-27bfd: reset peer discriminator on timeoutKlement Sekera1-0/+11
2020-01-16tests: fix typo in test doc stringPaul Vinciguerra1-1/+1
2020-01-16tests: fix TypeError in run_tests.pyPaul Vinciguerra1-4/+5
2020-01-14tests: fix worker thread initializationPaul Vinciguerra1-4/+4
2020-01-13tests: disable the tap test for the time beingAndrew Yourtchenko1-1/+1
2020-01-04ipsec: AH copy destination and source address from templateNeale Ranns2-12/+26
2020-01-04ipsec: Targeted unit testingNeale Ranns3-10/+481
2020-01-02tests: configure 32 mb physmemDave Barach2-2/+2
2020-01-02tests: bfd - move test_poll_response to EXTENDED_TESTSPaul Vinciguerra1-0/+2
2019-12-31ip-neighbor: set link-type ARP on incomplete adjacenciesNeale Ranns1-0/+65
2019-12-27tests: test_mpls_v6_ebgp_pic - don't write to stdoutPaul Vinciguerra1-1/+1
2019-12-26tests: tls - don't print skip info to stdoutPaul Vinciguerra1-3/+6
2019-12-25classify: "classify filter ..." debug CLI cleanupDave Barach1-2/+2
2019-12-24tests: fix skip logic on test_tapPaul Vinciguerra1-2/+2
2019-12-23ipsec: Test and fix IPSec worker hand-offNeale Ranns6-21/+132
2019-12-23tests: TestL2bdMultiInst - break serial dependency on testsPaul Vinciguerra1-10/+15
2019-12-20tests: don't prompt to launch gdb for sanity test casePaul Vinciguerra4-22/+38
2019-12-19papi: lazily initialize stats clientPaul Vinciguerra1-14/+0
2019-12-19gre: multipoint ingress lookup fixNeale Ranns1-14/+69
2019-12-18build tests: fail test run if we can't patch scapyPaul Vinciguerra1-1/+1
2019-12-18tests: fix cdp patch for scapy 2.4.3Paul Vinciguerra1-20/+2
2019-12-18ipsec: Fix decap of IPSEC/GRE in transport modeNeale Ranns1-1/+125
2019-12-17tests: fix import from change to scapy 2.4.3Paul Vinciguerra1-1/+1
2019-12-17classify: add complex encap packet tracing testBenoƮt Ganne1-10/+110
2019-12-17nhrp: mGREv6Neale Ranns1-0/+78
2019-12-17ip: Protocol Independent IP NeighborsNeale Ranns17-69/+289
2019-12-17fib: Glean on NBMA interface points to dropNeale Ranns1-0/+6
2019-12-14tests: changes for scapy 2.4.3 migrationsnaramre17-35/+231
2019-12-11devices: vhost API cleanupJakub Grajciar1-3/+3
2019-12-11devices: tap API cleanupJakub Grajciar2-0/+65
2019-12-09vlib: improve test coverageDave Barach1-0/+26
2019-12-09gtpu: use explicit types in apiOle Troan1-34/+0
2019-12-07pppoe: use explicit types in apiOle Troan1-2/+0
2019-12-05tests: move bfd over gre to extended testsPaul Vinciguerra1-0/+1
2019-12-05classify: vpp packet tracer supportDave Barach1-0/+64
2019-12-05tests: fix wrong checksum error messageKlement Sekera1-1/+3
2019-12-05papi: add call statsOle Troan1-0/+1
class="n">next_index; l2_invtr_main_t *msm = &l2_invtr_main; from = vlib_frame_vector_args (frame); n_left_from = frame->n_vectors; /* number of packets to process */ next_index = node->cached_next_index; while (n_left_from > 0) { u32 n_left_to_next; /* get space to enqueue frame to graph node "next_index" */ vlib_get_next_frame (vm, node, next_index, to_next, n_left_to_next); while (n_left_from >= 6 && n_left_to_next >= 2) { u32 bi0, bi1; vlib_buffer_t *b0, *b1; u32 next0, next1; u32 sw_if_index0, sw_if_index1; /* Prefetch next iteration. */ { vlib_buffer_t *p2, *p3, *p4, *p5; u32 sw_if_index2, sw_if_index3; p2 = vlib_get_buffer (vm, from[2]); p3 = vlib_get_buffer (vm, from[3]); p4 = vlib_get_buffer (vm, from[4]); p5 = vlib_get_buffer (vm, from[5]); /* Prefetch the buffer header and packet for the N+2 loop iteration */ vlib_prefetch_buffer_header (p4, LOAD); vlib_prefetch_buffer_header (p5, LOAD); CLIB_PREFETCH (p4->data, CLIB_CACHE_LINE_BYTES, STORE); CLIB_PREFETCH (p5->data, CLIB_CACHE_LINE_BYTES, STORE); /* * Prefetch the input config for the N+1 loop iteration * This depends on the buffer header above */ sw_if_index2 = vnet_buffer (p2)->sw_if_index[VLIB_RX]; sw_if_index3 = vnet_buffer (p3)->sw_if_index[VLIB_RX]; CLIB_PREFETCH (vec_elt_at_index (l2output_main.configs, sw_if_index2), CLIB_CACHE_LINE_BYTES, LOAD); CLIB_PREFETCH (vec_elt_at_index (l2output_main.configs, sw_if_index3), CLIB_CACHE_LINE_BYTES, LOAD); } /* speculatively enqueue b0 and b1 to the current next frame */ /* bi is "buffer index", b is pointer to the buffer */ to_next[0] = bi0 = from[0]; to_next[1] = bi1 = from[1]; from += 2; to_next += 2; n_left_from -= 2; n_left_to_next -= 2; b0 = vlib_get_buffer (vm, bi0); b1 = vlib_get_buffer (vm, bi1); /* RX interface handles */ sw_if_index0 = vnet_buffer (b0)->sw_if_index[VLIB_RX]; sw_if_index1 = vnet_buffer (b1)->sw_if_index[VLIB_RX]; /* Determine the next node */ next0 = vnet_l2_feature_next (b0, msm->feat_next_node_index, L2INPUT_FEAT_VTR); next1 = vnet_l2_feature_next (b1, msm->feat_next_node_index, L2INPUT_FEAT_VTR); l2_output_config_t *config0; l2_output_config_t *config1; config0 = vec_elt_at_index (l2output_main.configs, sw_if_index0); config1 = vec_elt_at_index (l2output_main.configs, sw_if_index1); if (PREDICT_FALSE (config0->out_vtr_flag)) { if (config0->output_vtr.push_and_pop_bytes) { /* perform the tag rewrite on two packets */ if (l2_vtr_process (b0, &config0->input_vtr)) { /* Drop packet */ next0 = L2_INVTR_NEXT_DROP; b0->error = node->errors[L2_INVTR_ERROR_DROP]; } } else if (config0->output_pbb_vtr.push_and_pop_bytes) { if (l2_pbb_process (b0, &(config0->input_pbb_vtr))) { /* Drop packet */ next0 = L2_INVTR_NEXT_DROP; b0->error = node->errors[L2_INVTR_ERROR_DROP]; } } } if (PREDICT_FALSE (config1->out_vtr_flag)) { if (config1->output_vtr.push_and_pop_bytes) { if (l2_vtr_process (b1, &config1->input_vtr)) { /* Drop packet */ next1 = L2_INVTR_NEXT_DROP; b1->error = node->errors[L2_INVTR_ERROR_DROP]; } } else if (config1->output_pbb_vtr.push_and_pop_bytes) { if (l2_pbb_process (b1, &(config1->input_pbb_vtr))) { /* Drop packet */ next1 = L2_INVTR_NEXT_DROP; b1->error = node->errors[L2_INVTR_ERROR_DROP]; } } } if (PREDICT_FALSE ((node->flags & VLIB_NODE_FLAG_TRACE))) { if (b0->flags & VLIB_BUFFER_IS_TRACED) { l2_invtr_trace_t *t = vlib_add_trace (vm, node, b0, sizeof (*t)); ethernet_header_t *h0 = vlib_buffer_get_current (b0); t->sw_if_index = sw_if_index0; clib_memcpy_fast (t->src, h0->src_address, 6); clib_memcpy_fast (t->dst, h0->dst_address, 6); clib_memcpy_fast (t->raw, &h0->type, sizeof (t->raw)); } if (b1->flags & VLIB_BUFFER_IS_TRACED) { l2_invtr_trace_t *t = vlib_add_trace (vm, node, b1, sizeof (*t)); ethernet_header_t *h1 = vlib_buffer_get_current (b1); t->sw_if_index = sw_if_index0; clib_memcpy_fast (t->src, h1->src_address, 6); clib_memcpy_fast (t->dst, h1->dst_address, 6); clib_memcpy_fast (t->raw, &h1->type, sizeof (t->raw)); } } /* verify speculative enqueues, maybe switch current next frame */ /* if next0==next1==next_index then nothing special needs to be done */ vlib_validate_buffer_enqueue_x2 (vm, node, next_index, to_next, n_left_to_next, bi0, bi1, next0, next1); } while (n_left_from > 0 && n_left_to_next > 0) { u32 bi0; vlib_buffer_t *b0; u32 next0; u32 sw_if_index0; /* speculatively enqueue b0 to the current next frame */ bi0 = from[0]; to_next[0] = bi0; from += 1; to_next += 1; n_left_from -= 1; n_left_to_next -= 1; b0 = vlib_get_buffer (vm, bi0); sw_if_index0 = vnet_buffer (b0)->sw_if_index[VLIB_RX]; /* Determine the next node */ next0 = vnet_l2_feature_next (b0, msm->feat_next_node_index, L2INPUT_FEAT_VTR); l2_output_config_t *config0; config0 = vec_elt_at_index (l2output_main.configs, sw_if_index0); if (PREDICT_FALSE (config0->out_vtr_flag)) { if (config0->output_vtr.push_and_pop_bytes) { /* perform the tag rewrite on one packet */ if (l2_vtr_process (b0, &config0->input_vtr)) { /* Drop packet */ next0 = L2_INVTR_NEXT_DROP; b0->error = node->errors[L2_INVTR_ERROR_DROP]; } } else if (config0->output_pbb_vtr.push_and_pop_bytes) { if (l2_pbb_process (b0, &(config0->input_pbb_vtr))) { /* Drop packet */ next0 = L2_INVTR_NEXT_DROP; b0->error = node->errors[L2_INVTR_ERROR_DROP]; } } } if (PREDICT_FALSE ((node->flags & VLIB_NODE_FLAG_TRACE) && (b0->flags & VLIB_BUFFER_IS_TRACED))) { l2_invtr_trace_t *t = vlib_add_trace (vm, node, b0, sizeof (*t)); ethernet_header_t *h0 = vlib_buffer_get_current (b0); t->sw_if_index = sw_if_index0; clib_memcpy_fast (t->src, h0->src_address, 6); clib_memcpy_fast (t->dst, h0->dst_address, 6); clib_memcpy_fast (t->raw, &h0->type, sizeof (t->raw)); } /* verify speculative enqueue, maybe switch current next frame */ vlib_validate_buffer_enqueue_x1 (vm, node, next_index, to_next, n_left_to_next, bi0, next0); } vlib_put_next_frame (vm, node, next_index, n_left_to_next); } return frame->n_vectors; } /* *INDENT-OFF* */ VLIB_REGISTER_NODE (l2_invtr_node) = { .name = "l2-input-vtr", .vector_size = sizeof (u32), .format_trace = format_l2_invtr_trace, .type = VLIB_NODE_TYPE_INTERNAL, .n_errors = ARRAY_LEN(l2_invtr_error_strings), .error_strings = l2_invtr_error_strings, .n_next_nodes = L2_INVTR_N_NEXT, /* edit / add dispositions here */ .next_nodes = { [L2_INVTR_NEXT_DROP] = "error-drop", }, }; /* *INDENT-ON* */ #ifndef CLIB_MARCH_VARIANT clib_error_t * l2_invtr_init (vlib_main_t * vm) { l2_invtr_main_t *mp = &l2_invtr_main; mp->vlib_main = vm; mp->vnet_main = vnet_get_main (); /* Initialize the feature next-node indexes */ feat_bitmap_init_next_nodes (vm, l2_invtr_node.index, L2INPUT_N_FEAT, l2input_get_feat_names (), mp->feat_next_node_index); return 0; } VLIB_INIT_FUNCTION (l2_invtr_init); #endif /* CLIB_MARCH_VARIANT */ /* * fd.io coding-style-patch-verification: ON * * Local Variables: * eval: (c-set-style "gnu") * End: */