Home
last modified time | relevance | path

Searched refs:RTE_ETH_RSS_IP (Results 1 – 25 of 38) sorted by relevance

12

/dpdk/drivers/net/tap/
H A Dtap_rss.h16 #define TAP_RSS_HF_MASK (~(RTE_ETH_RSS_IP | RTE_ETH_RSS_UDP | RTE_ETH_RSS_TCP))
/dpdk/app/test-flow-perf/
H A Dconfig.h8 #define GET_RSS_HF() (RTE_ETH_RSS_IP)
/dpdk/drivers/net/mlx5/
H A Dmlx5_defs.h92 #define MLX5_RSS_HF_MASK (~(RTE_ETH_RSS_IP | RTE_ETH_RSS_UDP | RTE_ETH_RSS_TCP | \
H A Dmlx5_flow_hw.c227 rss_desc.types = !rss->types ? RTE_ETH_RSS_IP : rss->types; in flow_hw_tir_action_register()
414 act_data->shared_rss.types = !rss->origin.types ? RTE_ETH_RSS_IP : in __flow_hw_act_data_shared_rss_append()
861 RTE_ETH_RSS_IP : in flow_hw_shared_action_construct()
/dpdk/drivers/net/cxgbe/
H A Dcxgbe.h40 #define CXGBE_RSS_HF_ALL (RTE_ETH_RSS_IP | RTE_ETH_RSS_TCP | RTE_ETH_RSS_UDP)
/dpdk/app/test-pipeline/
H A Dinit.c77 .rss_hf = RTE_ETH_RSS_IP,
/dpdk/drivers/net/dpaa/
H A Ddpaa_ethdev.h78 RTE_ETH_RSS_IP | \
/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c27 port_conf.rx_adv_conf.rss_conf.rss_hf = RTE_ETH_RSS_IP; in l2fwd_event_init_ports()
/dpdk/examples/ip_pipeline/
H A Dlink.c162 (RTE_ETH_RSS_IP | RTE_ETH_RSS_TCP | RTE_ETH_RSS_UDP) & in link_create()
/dpdk/drivers/net/dpaa2/
H A Ddpaa2_ethdev.h83 RTE_ETH_RSS_IP | \
/dpdk/examples/multi_process/symmetric_mp/
H A Dmain.c185 .rss_hf = RTE_ETH_RSS_IP, in smp_port_init()
/dpdk/examples/qos_meter/
H A Dmain.c61 .rss_hf = RTE_ETH_RSS_IP,
/dpdk/examples/pipeline/
H A Dobj.c244 (RTE_ETH_RSS_IP | RTE_ETH_RSS_TCP | RTE_ETH_RSS_UDP) & in link_create()
/dpdk/examples/vmdq/
H A Dmain.c160 eth_conf->rx_adv_conf.rss_conf.rss_hf = RTE_ETH_RSS_IP | in get_eth_conf()
/dpdk/examples/vmdq_dcb/
H A Dmain.c176 eth_conf->rx_adv_conf.rss_conf.rss_hf = RTE_ETH_RSS_IP | in get_eth_conf()
/dpdk/examples/eventdev_pipeline/
H A Dpipeline_worker_generic.c294 .rss_hf = RTE_ETH_RSS_IP | in port_init()
H A Dpipeline_worker_tx.c647 .rss_hf = RTE_ETH_RSS_IP | in port_init()
/dpdk/drivers/net/cnxk/
H A Dcnxk_ethdev.h66 (RTE_ETH_RSS_PORT | RTE_ETH_RSS_IP | RTE_ETH_RSS_UDP | \
/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.c184 .rss_hf = RTE_ETH_RSS_IP, in pipeline_ethdev_setup()
/dpdk/examples/bond/
H A Dmain.c123 .rss_hf = RTE_ETH_RSS_IP,
/dpdk/examples/distributor/
H A Dmain.c90 .rss_hf = RTE_ETH_RSS_IP | RTE_ETH_RSS_UDP |
/dpdk/examples/l3fwd-graph/
H A Dmain.c120 .rss_hf = RTE_ETH_RSS_IP,
/dpdk/lib/ethdev/
H A Drte_ethdev.h870 #define RTE_ETH_RSS_IP ( \ macro
878 #define ETH_RSS_IP RTE_DEPRECATED(ETH_RSS_IP) RTE_ETH_RSS_IP
/dpdk/examples/ip_reassembly/
H A Dmain.c172 .rss_hf = RTE_ETH_RSS_IP,
/dpdk/examples/l3fwd/
H A Dmain.c130 .rss_hf = RTE_ETH_RSS_IP,

12