Home
last modified time | relevance | path

Searched refs:fwd (Results 1 – 25 of 30) sorted by relevance

12

/dpdk/examples/ip_pipeline/examples/
H A Droute_ecmp.cli22 table action profile APRT ipv4 offset 270 fwd balance offset 278 mask 00FF0000FFFFFFFFFFFFFFFFFFFFF…
23 table action profile APNH ipv4 offset 270 fwd encap ether
48 pipeline PIPELINE0 table 0 rule add match default action fwd port 4
49 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.0.0.0 10 action fwd table 1 balance 0 0 0 0 …
50 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.64.0.0 10 action fwd table 1 balance 1 1 1 1…
51 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.128.0.0 10 action fwd table 1 balance 2 2 2 …
52 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.192.0.0 10 action fwd table 1 balance 3 3 3 …
54 pipeline PIPELINE0 table 1 rule add match array 0 action fwd port 0 encap ether a0:a1:a2:a3:a4:a5 0…
55 pipeline PIPELINE0 table 1 rule add match array 1 action fwd port 1 encap ether b0:b1:b2:b3:b4:b5 1…
56 pipeline PIPELINE0 table 1 rule add match array 2 action fwd port 2 encap ether c0:c1:c2:c3:c4:c5 2…
[all …]
H A Dflow_crypto.cli30 table action profile AP0 ipv4 offset 270 fwd sym_crypto dev CRYPTO0 offset 1792
31 table action profile AP1 ipv4 offset 270 fwd
50 pipeline PIPELINE0 table 0 rule add match default action fwd port 2
53 pipeline PIPELINE0 table 0 rule add match hash ipv4_addr 100.0.0.10 action fwd port 0 sym_crypto en…
55 #pipeline PIPELINE0 table 0 rule add match hash ipv4_addr 100.0.0.10 action fwd port 0 sym_crypto d…
57 pipeline PIPELINE0 table 1 rule add match default action fwd port 1
H A Dfirewall.cli32 table action profile AP0 ipv4 offset 270 fwd
55 pipeline PIPELINE0 table 0 rule add match default action fwd drop
56 …ble 0 rule add match acl priority 0 ipv4 0.0.0.0 0 100.0.0.0 10 0 65535 0 65535 6 action fwd port 0
57 …le 0 rule add match acl priority 0 ipv4 0.0.0.0 0 100.64.0.0 10 0 65535 0 65535 6 action fwd port 1
58 …e 0 rule add match acl priority 0 ipv4 0.0.0.0 0 100.128.0.0 10 0 65535 0 65535 6 action fwd port 2
59 …e 0 rule add match acl priority 0 ipv4 0.0.0.0 0 100.192.0.0 10 0 65535 0 65535 6 action fwd port 3
H A Dflow.cli32 table action profile AP0 ipv4 offset 270 fwd
56 pipeline PIPELINE0 table 0 rule add match default action fwd port 4
57 …PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.10 200.0.0.10 100 200 6 action fwd port 0
58 …PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.11 200.0.0.11 101 201 6 action fwd port 1
59 …PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.12 200.0.0.12 102 202 6 action fwd port 2
60 …PIPELINE0 table 0 rule add match hash ipv4_5tuple 100.0.0.13 200.0.0.13 103 203 6 action fwd port 3
H A Droute.cli32 table action profile AP0 ipv4 offset 270 fwd encap ether
56 pipeline PIPELINE0 table 0 rule add match default action fwd port 4
57 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.0.0.0 10 action fwd port 0 encap ether a0:a1…
58 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.64.0.0 10 action fwd port 1 encap ether b0:b…
59 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.128.0.0 10 action fwd port 2 encap ether c0:…
60 pipeline PIPELINE0 table 0 rule add match lpm ipv4 100.192.0.0 10 action fwd port 3 encap ether d0:…
H A Dtap.cli37 table action profile AP0 ipv4 offset 270 fwd
63 pipeline PIPELINE0 table 0 rule add match default action fwd port 0
64 pipeline PIPELINE0 table 1 rule add match default action fwd port 1
65 pipeline PIPELINE0 table 2 rule add match default action fwd port 2
66 pipeline PIPELINE0 table 3 rule add match default action fwd port 3
H A Dkni.cli40 table action profile AP0 ipv4 offset 270 fwd
66 pipeline PIPELINE0 table 0 rule add match default action fwd port 0
67 pipeline PIPELINE0 table 1 rule add match default action fwd port 1
68 pipeline PIPELINE0 table 2 rule add match default action fwd port 2
69 pipeline PIPELINE0 table 3 rule add match default action fwd port 3
H A Dl2fwd.cli48 pipeline PIPELINE0 table 0 rule add match default action fwd port 1
49 pipeline PIPELINE0 table 1 rule add match default action fwd port 0
50 pipeline PIPELINE0 table 2 rule add match default action fwd port 3
51 pipeline PIPELINE0 table 3 rule add match default action fwd port 2
H A Drss.cli68 pipeline PIPELINE0 table 0 rule add match default action fwd port 0
81 pipeline PIPELINE1 table 0 rule add match default action fwd port 0
94 pipeline PIPELINE2 table 0 rule add match default action fwd port 0
107 pipeline PIPELINE3 table 0 rule add match default action fwd port 0
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_tx.c57 size_t fwd = 0, received = 0, tx = 0; in worker_do_tx_single() local
77 fwd++; in worker_do_tx_single()
98 size_t fwd = 0, received = 0, tx = 0; in worker_do_tx_single_atq() local
117 fwd++; in worker_do_tx_single_atq()
140 size_t fwd = 0, received = 0, tx = 0; in worker_do_tx_single_burst() local
168 fwd += nb_tx; in worker_do_tx_single_burst()
213 fwd += nb_tx; in worker_do_tx_single_burst_atq()
265 fwd++; in worker_do_tx()
316 fwd++; in worker_do_tx_atq()
375 fwd += nb_tx; in worker_do_tx_burst()
[all …]
/dpdk/drivers/net/softnic/
H A Dfirmware.cli11 pipeline RX table 0 rule add match default action fwd port 0
18 pipeline TX table 0 rule add match default action fwd port 0
H A Drte_eth_softnic_thread.c1135 action->fwd.id >= p->n_ports_out) in action_check()
1139 action->fwd.id >= p->n_tables) in action_check()
1197 action->fwd.id >= p->n_ports_out) in action_default_check()
1201 action->fwd.id >= p->n_tables) in action_default_check()
1359 data_in->action = action->fwd.action; in softnic_pipeline_table_rule_add_default()
1361 data_in->port_id = action->fwd.id; in softnic_pipeline_table_rule_add_default()
1363 data_in->table_id = action->fwd.id; in softnic_pipeline_table_rule_add_default()
2441 &action->fwd); in action_convert()
2621 data_in->action = action->fwd.action; in pipeline_msg_handle_table_rule_add_default()
2623 data_in->port_id = action->fwd.id; in pipeline_msg_handle_table_rule_add_default()
[all …]
H A Drte_eth_softnic_flow.c1239 rule_action->fwd.action = RTE_PIPELINE_ACTION_TABLE; in flow_rule_action_get()
1240 rule_action->fwd.id = map->table_id; in flow_rule_action_get()
1302 rule_action->fwd.action = RTE_PIPELINE_ACTION_PORT; in flow_rule_action_get()
1303 rule_action->fwd.id = port_id; in flow_rule_action_get()
1402 rule_action->fwd.action = RTE_PIPELINE_ACTION_PORT_META; in flow_rule_action_get()
1435 rule_action->fwd.action = RTE_PIPELINE_ACTION_DROP; in flow_rule_action_get()
H A Drte_eth_softnic_cli.c3844 a->fwd.action = RTE_PIPELINE_ACTION_DROP; in parse_table_action_fwd()
3856 a->fwd.action = RTE_PIPELINE_ACTION_PORT; in parse_table_action_fwd()
3857 a->fwd.id = id; in parse_table_action_fwd()
3863 a->fwd.action = RTE_PIPELINE_ACTION_PORT_META; in parse_table_action_fwd()
3875 a->fwd.action = RTE_PIPELINE_ACTION_TABLE; in parse_table_action_fwd()
3876 a->fwd.id = id; in parse_table_action_fwd()
5211 action.fwd.action = RTE_PIPELINE_ACTION_DROP; in cmd_softnic_pipeline_table_rule_add_default()
5225 action.fwd.action = RTE_PIPELINE_ACTION_PORT; in cmd_softnic_pipeline_table_rule_add_default()
5226 action.fwd.id = id; in cmd_softnic_pipeline_table_rule_add_default()
5247 action.fwd.action = RTE_PIPELINE_ACTION_TABLE; in cmd_softnic_pipeline_table_rule_add_default()
[all …]
H A Drte_eth_softnic_internals.h978 struct rte_table_action_fwd_params fwd; member
/dpdk/examples/ip_pipeline/
H A Dthread.c1109 (action->fwd.id >= p->n_ports_out)) in action_check()
1113 (action->fwd.id >= p->n_tables)) in action_check()
1171 (action->fwd.id >= p->n_ports_out)) in action_default_check()
1175 (action->fwd.id >= p->n_tables)) in action_default_check()
1482 data_in->action = action->fwd.action; in pipeline_table_rule_add_default()
1484 data_in->port_id = action->fwd.id; in pipeline_table_rule_add_default()
1486 data_in->table_id = action->fwd.id; in pipeline_table_rule_add_default()
2592 &action->fwd); in action_convert()
2772 data_in->action = action->fwd.action; in pipeline_msg_handle_table_rule_add_default()
2774 data_in->port_id = action->fwd.id; in pipeline_msg_handle_table_rule_add_default()
[all …]
H A Dcli.c3140 a->fwd.action = RTE_PIPELINE_ACTION_DROP; in parse_table_action_fwd()
3153 a->fwd.id = id; in parse_table_action_fwd()
3172 a->fwd.id = id; in parse_table_action_fwd()
4512 action.fwd.id = id; in cmd_pipeline_table_rule_add_default()
4534 action.fwd.id = id; in cmd_pipeline_table_rule_add_default()
4908 switch (a->fwd.action) { in table_rule_show()
4914 fprintf(f, "port %u ", a->fwd.id); in table_rule_show()
4923 fprintf(f, "table %u ", a->fwd.id); in table_rule_show()
5099 switch (a->fwd.action) { in table_rule_show()
5105 fprintf(f, "port %u ", a->fwd.id); in table_rule_show()
[all …]
H A Dpipeline.h285 struct rte_table_action_fwd_params fwd; member
/dpdk/doc/guides/nics/
H A Dsoftnic.rst211 softnic> pipeline RX table 0 rule add match default action fwd port 0
212 softnic> pipeline TX table 0 rule add match default action fwd port 0
261 …pipeline RX table 0 rule add match default action fwd port 0 (Soft NIC rx pipeline table 0 …
262 …pipeline TX table 0 rule add match default action fwd port 0 (Soft NIC tx pipeline table 0 …
341 table action profile AP0 ipv4 offset 278 fwd
359 1.10.11.12 2.20.21.22 100 200 6 action fwd port 0
361 1.10.11.13 2.20.21.23 100 200 6 action fwd port 1
H A Dmemif.rst266 testpmd> set fwd icmpecho
/dpdk/doc/guides/sample_app_ug/
H A Dntb.rst51 * ``--fwd-mode=mode``
92 * ``set fwd file-trans/rxonly/txonly/iofwd``: Set packet forwarding
H A Dip_pipeline.rst334 fwd
343 [ttl drop | fwd
435 fwd
462 fwd
/dpdk/doc/guides/howto/
H A Dlm_bond_virtio_sriov.rst149 testpmd> show config fwd
150 testpmd> set fwd mac
347 testpmd> show config fwd
366 testpmd> show config fwd
685 set switch config flood_ucast fwd
H A Dlm_virtio_vhost_user.rst121 testpmd> set fwd mac retry
/dpdk/examples/ntb/
H A Dntb_fwd.c1020 cmdline_fixed_string_t fwd; member
1049 TOKEN_STRING_INITIALIZER(struct cmd_set_fwd_mode_result, fwd, "fwd");

12