Home
last modified time | relevance | path

Searched refs:rx_adv_conf (Results 1 – 25 of 71) sorted by relevance

123

/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c26 port_conf.rx_adv_conf.rss_conf.rss_key = NULL; in l2fwd_event_init_ports()
27 port_conf.rx_adv_conf.rss_conf.rss_hf = RTE_ETH_RSS_IP; in l2fwd_event_init_ports()
52 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in l2fwd_event_init_ports()
54 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in l2fwd_event_init_ports()
55 port_conf.rx_adv_conf.rss_conf.rss_hf) { in l2fwd_event_init_ports()
59 port_conf.rx_adv_conf.rss_conf.rss_hf, in l2fwd_event_init_ports()
60 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in l2fwd_event_init_ports()
/dpdk/examples/qos_meter/
H A Dmain.c58 .rx_adv_conf = {
338 conf.rx_adv_conf.rss_conf.rss_hf &= dev_info.flow_type_rss_offloads; in main()
339 if (conf.rx_adv_conf.rss_conf.rss_hf != in main()
340 port_conf.rx_adv_conf.rss_conf.rss_hf) { in main()
344 port_conf.rx_adv_conf.rss_conf.rss_hf, in main()
345 conf.rx_adv_conf.rss_conf.rss_hf); in main()
384 conf.rx_adv_conf.rss_conf.rss_hf &= dev_info.flow_type_rss_offloads; in main()
385 if (conf.rx_adv_conf.rss_conf.rss_hf != in main()
386 port_conf.rx_adv_conf.rss_conf.rss_hf) { in main()
390 port_conf.rx_adv_conf.rss_conf.rss_hf, in main()
[all …]
/dpdk/examples/vmdq_dcb/
H A Dmain.c81 .rx_adv_conf = {
166 (void)(rte_memcpy(&eth_conf->rx_adv_conf.vmdq_dcb_conf, &conf, in get_eth_conf()
168 (void)(rte_memcpy(&eth_conf->rx_adv_conf.dcb_rx_conf, &dcb_conf, in get_eth_conf()
170 (void)(rte_memcpy(&eth_conf->rx_adv_conf.vmdq_rx_conf, &vmdq_conf, in get_eth_conf()
176 eth_conf->rx_adv_conf.rss_conf.rss_hf = RTE_ETH_RSS_IP | in get_eth_conf()
277 rss_hf_tmp = port_conf.rx_adv_conf.rss_conf.rss_hf; in port_init()
278 port_conf.rx_adv_conf.rss_conf.rss_hf &= in port_init()
280 if (port_conf.rx_adv_conf.rss_conf.rss_hf != rss_hf_tmp) { in port_init()
285 port_conf.rx_adv_conf.rss_conf.rss_hf); in port_init()
/dpdk/examples/vmdq/
H A Dmain.c75 .rx_adv_conf = {
156 (void)(rte_memcpy(&eth_conf->rx_adv_conf.vmdq_rx_conf, &conf, in get_eth_conf()
157 sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf))); in get_eth_conf()
160 eth_conf->rx_adv_conf.rss_conf.rss_hf = RTE_ETH_RSS_IP | in get_eth_conf()
232 rss_hf_tmp = port_conf.rx_adv_conf.rss_conf.rss_hf; in port_init()
233 port_conf.rx_adv_conf.rss_conf.rss_hf &= in port_init()
235 if (port_conf.rx_adv_conf.rss_conf.rss_hf != rss_hf_tmp) { in port_init()
240 port_conf.rx_adv_conf.rss_conf.rss_hf); in port_init()
/dpdk/examples/l3fwd/
H A Dl3fwd_event.c80 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in l3fwd_eth_dev_port_setup()
82 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in l3fwd_eth_dev_port_setup()
83 port_conf->rx_adv_conf.rss_conf.rss_hf) { in l3fwd_eth_dev_port_setup()
88 port_conf->rx_adv_conf.rss_conf.rss_hf, in l3fwd_eth_dev_port_setup()
89 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in l3fwd_eth_dev_port_setup()
H A Dmain.c127 .rx_adv_conf = {
1225 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in l3fwd_poll_resource_setup()
1231 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in l3fwd_poll_resource_setup()
1232 port_conf.rx_adv_conf.rss_conf.rss_hf) { in l3fwd_poll_resource_setup()
1236 port_conf.rx_adv_conf.rss_conf.rss_hf, in l3fwd_poll_resource_setup()
1237 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in l3fwd_poll_resource_setup()
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c182 .rx_adv_conf = { in smp_port_init()
224 rss_hf_tmp = port_conf.rx_adv_conf.rss_conf.rss_hf; in smp_port_init()
225 port_conf.rx_adv_conf.rss_conf.rss_hf &= info.flow_type_rss_offloads; in smp_port_init()
226 if (port_conf.rx_adv_conf.rss_conf.rss_hf != rss_hf_tmp) { in smp_port_init()
231 port_conf.rx_adv_conf.rss_conf.rss_hf); in smp_port_init()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c292 .rx_adv_conf = { in port_init()
328 port_conf.rx_adv_conf.rss_conf.rss_hf &= in port_init()
330 if (port_conf.rx_adv_conf.rss_conf.rss_hf != in port_init()
331 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init()
335 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init()
336 port_conf.rx_adv_conf.rss_conf.rss_hf); in port_init()
H A Dpipeline_worker_tx.c645 .rx_adv_conf = { in port_init()
677 port_conf.rx_adv_conf.rss_conf.rss_hf &= in port_init()
679 if (port_conf.rx_adv_conf.rss_conf.rss_hf != in port_init()
680 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init()
684 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init()
685 port_conf.rx_adv_conf.rss_conf.rss_hf); in port_init()
/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.c181 .rx_adv_conf = { in pipeline_ethdev_setup()
243 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in pipeline_ethdev_setup()
245 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in pipeline_ethdev_setup()
246 port_conf.rx_adv_conf.rss_conf.rss_hf) { in pipeline_ethdev_setup()
250 port_conf.rx_adv_conf.rss_conf.rss_hf, in pipeline_ethdev_setup()
251 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in pipeline_ethdev_setup()
H A Dtest_perf_common.c1047 .rx_adv_conf = { in perf_ethdev_setup()
1074 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in perf_ethdev_setup()
1076 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in perf_ethdev_setup()
1077 port_conf.rx_adv_conf.rss_conf.rss_hf) { in perf_ethdev_setup()
1081 port_conf.rx_adv_conf.rss_conf.rss_hf, in perf_ethdev_setup()
1082 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in perf_ethdev_setup()
/dpdk/examples/bond/
H A Dmain.c120 .rx_adv_conf = {
155 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in slave_port_init()
157 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in slave_port_init()
158 port_conf.rx_adv_conf.rss_conf.rss_hf) { in slave_port_init()
162 port_conf.rx_adv_conf.rss_conf.rss_hf, in slave_port_init()
163 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in slave_port_init()
/dpdk/examples/distributor/
H A Dmain.c88 .rx_adv_conf = {
133 port_conf.rx_adv_conf.rss_conf.rss_hf &= in port_init()
135 if (port_conf.rx_adv_conf.rss_conf.rss_hf != in port_init()
136 port_conf_default.rx_adv_conf.rss_conf.rss_hf) { in port_init()
140 port_conf_default.rx_adv_conf.rss_conf.rss_hf, in port_init()
141 port_conf.rx_adv_conf.rss_conf.rss_hf); in port_init()
/dpdk/examples/l3fwd-graph/
H A Dmain.c117 .rx_adv_conf = {
835 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in main()
837 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in main()
838 port_conf.rx_adv_conf.rss_conf.rss_hf) { in main()
843 portid, port_conf.rx_adv_conf.rss_conf.rss_hf, in main()
844 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in main()
/dpdk/examples/ip_pipeline/
H A Dlink.c52 .rx_adv_conf = {
161 port_conf.rx_adv_conf.rss_conf.rss_hf = in link_create()
/dpdk/examples/ip_reassembly/
H A Dmain.c169 .rx_adv_conf = {
1102 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in main()
1104 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in main()
1105 port_conf.rx_adv_conf.rss_conf.rss_hf) { in main()
1109 port_conf.rx_adv_conf.rss_conf.rss_hf, in main()
1110 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in main()
/dpdk/drivers/net/mlx5/
H A Dmlx5_ethdev.c74 !!dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key; in mlx5_dev_configure()
78 (dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key_len != in mlx5_dev_configure()
105 dev->data->dev_conf.rx_adv_conf.rss_conf.rss_key : in mlx5_dev_configure()
109 priv->rss_conf.rss_hf = dev->data->dev_conf.rx_adv_conf.rss_conf.rss_hf; in mlx5_dev_configure()
/dpdk/doc/guides/nics/
H A Dfeatures.rst279 * **[uses] user config**: ``dev_conf.rx_adv_conf.rss_conf``.
331 * **[uses] user config**: ``dev_conf.rx_adv_conf.vmdq_dcb_conf``.
332 * **[uses] user config**: ``dev_conf.rx_adv_conf.vmdq_rx_conf``.
354 * **[uses] user config**: ``dev_conf.rx_adv_conf.vmdq_dcb_conf``.
355 * **[uses] user config**: ``dev_conf.rx_adv_conf.dcb_rx_conf``.
/dpdk/examples/vhost/
H A Dmain.c140 .rx_adv_conf = {
358 &vmdq_conf_default.rx_adv_conf.vmdq_rx_conf; in get_eth_conf()
373 (void)(rte_memcpy(&eth_conf->rx_adv_conf.vmdq_rx_conf, &conf, in get_eth_conf()
374 sizeof(eth_conf->rx_adv_conf.vmdq_rx_conf))); in get_eth_conf()
706 vmdq_conf_default.rx_adv_conf.vmdq_rx_conf.rx_mode = in us_vhost_parse_args()
1845 vmdq_conf_default.rx_adv_conf.vmdq_rx_conf.enable_loop_back = 1; in main()
/dpdk/examples/pipeline/
H A Dobj.c134 .rx_adv_conf = {
243 port_conf.rx_adv_conf.rss_conf.rss_hf = in link_create()
/dpdk/app/test-pipeline/
H A Dinit.c74 .rx_adv_conf = {
/dpdk/examples/l3fwd-power/
H A Dmain.c256 .rx_adv_conf = {
2652 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in main()
2654 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in main()
2655 port_conf.rx_adv_conf.rss_conf.rss_hf) { in main()
2659 port_conf.rx_adv_conf.rss_conf.rss_hf, in main()
2660 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in main()
2663 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf == 0) in main()
/dpdk/examples/l3fwd-acl/
H A Dmain.c130 .rx_adv_conf = {
2094 local_port_conf.rx_adv_conf.rss_conf.rss_hf &= in main()
2096 if (local_port_conf.rx_adv_conf.rss_conf.rss_hf != in main()
2097 port_conf.rx_adv_conf.rss_conf.rss_hf) { in main()
2101 port_conf.rx_adv_conf.rss_conf.rss_hf, in main()
2102 local_port_conf.rx_adv_conf.rss_conf.rss_hf); in main()
/dpdk/app/test-pmd/
H A Dtestpmd.c3783 port->dev_conf.rx_adv_conf.rss_conf.rss_key = NULL; in init_port_config()
3784 port->dev_conf.rx_adv_conf.rss_conf.rss_hf = in init_port_config()
3787 port->dev_conf.rx_adv_conf.rss_conf.rss_key = NULL; in init_port_config()
3788 port->dev_conf.rx_adv_conf.rss_conf.rss_hf = 0; in init_port_config()
3792 if (port->dev_conf.rx_adv_conf.rss_conf.rss_hf != 0) { in init_port_config()
3885 &eth_conf->rx_adv_conf.vmdq_dcb_conf; in get_eth_dcb_conf()
3915 &eth_conf->rx_adv_conf.dcb_rx_conf; in get_eth_dcb_conf()
3936 eth_conf->rx_adv_conf.rss_conf = rss_conf; in get_eth_dcb_conf()
/dpdk/drivers/net/fm10k/
H A Dfm10k_ethdev.c415 vmdq_conf = &dev->data->dev_conf.rx_adv_conf.vmdq_rx_conf; in fm10k_check_mq_mode()
476 vmdq_conf = &dev->data->dev_conf.rx_adv_conf.vmdq_rx_conf; in fm10k_dev_vmdq_rx_configure()
515 dev_conf->rx_adv_conf.rss_conf.rss_hf == 0) { in fm10k_dev_rss_configure()
521 if (dev_conf->rx_adv_conf.rss_conf.rss_key == NULL) in fm10k_dev_rss_configure()
524 key = (uint32_t *)dev_conf->rx_adv_conf.rss_conf.rss_key; in fm10k_dev_rss_configure()
549 hf = dev_conf->rx_adv_conf.rss_conf.rss_hf; in fm10k_dev_rss_configure()
598 vmdq_conf = &dev->data->dev_conf.rx_adv_conf.vmdq_rx_conf; in fm10k_dev_mq_rx_configure()
1619 vmdq_conf = &dev->data->dev_conf.rx_adv_conf.vmdq_rx_conf; in fm10k_MAC_filter_set_vmdq()

123