| /f-stack/dpdk/drivers/net/softnic/ |
| H A D | rte_eth_softnic_pipeline.c | 154 softnic_pipeline_find(softnic, name) || in softnic_pipeline_create() 161 softnic->params.name, in softnic_pipeline_create() 166 softnic->params.cpu_id, in softnic_pipeline_create() 172 softnic->params.name, in softnic_pipeline_create() 177 softnic->params.cpu_id, in softnic_pipeline_create() 185 softnic->params.name, in softnic_pipeline_create() 189 pp.socket_id = (int)softnic->params.cpu_id; in softnic_pipeline_create() 219 pipeline->cpu_id = softnic->params.cpu_id; in softnic_pipeline_create() 389 softnic->params.cpu_id); in softnic_pipeline_port_in_create() 1031 softnic->params.cpu_id); in softnic_pipeline_table_create() [all …]
|
| H A D | rte_eth_softnic_flow.c | 58 &softnic->flow.egress_map[group_id]; in flow_attr_map_set() 75 &softnic->flow.egress_map[group_id]; in flow_attr_map_get() 108 map = flow_attr_map_get(softnic, in flow_pipeline_table_get() 1220 map = flow_attr_map_get(softnic, in flow_rule_action_get() 1277 dev = ETHDEV(softnic); in flow_rule_action_get() 1367 dev = ETHDEV(softnic); in flow_rule_action_get() 1908 status = flow_rule_match_get(softnic, in pmd_flow_validate() 1920 status = flow_rule_action_get(softnic, in pmd_flow_validate() 1970 flow_meter_owner_reset(softnic, flow); in flow_meter_owner_set() 2065 status = flow_rule_match_get(softnic, in pmd_flow_create() [all …]
|
| H A D | rte_eth_softnic_thread.c | 24 softnic_thread_free(struct pmd_internals *softnic) in softnic_thread_free() argument 29 struct softnic_thread *t = &softnic->thread[i]; in softnic_thread_free() 54 softnic->params.name, in softnic_thread_init() 63 softnic_thread_free(softnic); in softnic_thread_init() 68 softnic->params.name, in softnic_thread_init() 77 softnic_thread_free(softnic); in softnic_thread_init() 141 softnic->params.name, in thread_sc_service_up() 299 if (!thread_is_valid(softnic, thread_id) || in softnic_thread_pipeline_enable() 2995 struct pmd_internals *softnic; in rte_pmd_softnic_run_internal() local 2999 softnic = dev->data->dev_private; in rte_pmd_softnic_run_internal() [all …]
|
| H A D | rte_eth_softnic_cli.c | 52 cmd_mempool(struct pmd_internals *softnic, in cmd_mempool() argument 111 cmd_link(struct pmd_internals *softnic, in cmd_link() argument 155 cmd_swq(struct pmd_internals *softnic, in cmd_swq() argument 182 swq = softnic_swq_create(softnic, name, &p); in cmd_swq() 353 cmd_tmgr_node(struct pmd_internals *softnic, in cmd_tmgr_node() argument 1430 cmd_tmgr(struct pmd_internals *softnic, in cmd_tmgr() argument 1457 cmd_tap(struct pmd_internals *softnic, in cmd_tap() argument 1473 tap = softnic_tap_create(softnic, name); in cmd_tap() 6090 status = flow_attr_map_set(softnic, in cmd_softnic_flowapi_map() 6106 struct pmd_internals *softnic = arg; in softnic_cli_process() local [all …]
|
| H A D | rte_eth_softnic_internals.h | 632 ETHDEV(struct pmd_internals *softnic) in ETHDEV() argument 637 if (softnic == NULL) in ETHDEV() 640 status = rte_eth_dev_get_port_by_name(softnic->params.name, &port_id); in ETHDEV() 651 flow_attr_map_set(struct pmd_internals *softnic, 658 flow_attr_map_get(struct pmd_internals *softnic, 888 softnic_pipeline_port_out_find(struct pmd_internals *softnic, 1129 softnic_cli_script_process(struct pmd_internals *softnic,
|
| H A D | rte_eth_softnic.c | 83 RTE_LOG_REGISTER(pmd_softnic_logtype, pmd.net.softnic, NOTICE); 701 struct pmd_internals *softnic; in rte_pmd_softnic_manage() local 707 softnic = dev->data->dev_private; in rte_pmd_softnic_manage() 709 softnic_conn_poll_for_conn(softnic->conn); in rte_pmd_softnic_manage() 711 softnic_conn_poll_for_msg(softnic->conn); in rte_pmd_softnic_manage()
|
| /f-stack/dpdk/doc/guides/nics/ |
| H A D | softnic.rst | 64 The example "firmware" script is provided at `drivers/net/softnic/`. 131 Set softnic packet forwarding mode 166 …softnic packet forwarding - ports=1 - cores=1 - streams=1 - NUMA support enabled, MP over anonymou… 170 softnic packet forwarding packets/burst=32 205 softnic> 211 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 217 The Soft NIC firmware, for example- `softnic/firmware.cli`, consists of following CLI commands 219 command description provided in `softnic/rte_eth_softnic_cli.c`. 371 firmware=./drivers/net/softnic/ \ [all …]
|
| H A D | index.rst | 56 softnic
|
| /f-stack/dpdk/drivers/net/ |
| H A D | meson.build | 49 'softnic',
|
| /f-stack/dpdk/doc/api/ |
| H A D | doxy-api.conf.in | 23 @TOPDIR@/drivers/net/softnic \
|
| H A D | doxy-api-index.md | 39 [softnic] (@ref rte_eth_softnic.h),
|
| /f-stack/dpdk/ |
| H A D | MAINTAINERS | 959 F: drivers/net/softnic/ 960 F: doc/guides/nics/softnic.rst
|