Home
last modified time | relevance | path

Searched refs:rte_eth_conf (Results 1 – 25 of 121) sorted by relevance

12345

/f-stack/dpdk/examples/l3fwd/
H A Dl3fwd_event.c42 l3fwd_eth_dev_port_setup(struct rte_eth_conf *port_conf) in l3fwd_eth_dev_port_setup()
49 struct rte_eth_conf local_port_conf; in l3fwd_eth_dev_port_setup()
215 l3fwd_event_resource_setup(struct rte_eth_conf *port_conf) in l3fwd_event_resource_setup()
H A Dl3fwd_event.h81 void l3fwd_event_resource_setup(struct rte_eth_conf *port_conf);
/f-stack/dpdk/examples/l2fwd-event/
H A Dl2fwd_common.c12 struct rte_eth_conf port_conf = { in l2fwd_event_init_ports()
33 struct rte_eth_conf local_port_conf = port_conf; in l2fwd_event_init_ports()
/f-stack/dpdk/examples/l2fwd-cat/
H A Dl2fwd-cat.c22 static const struct rte_eth_conf port_conf_default = {
35 struct rte_eth_conf port_conf = port_conf_default; in port_init()
/f-stack/dpdk/examples/skeleton/
H A Dbasicfwd.c20 static const struct rte_eth_conf port_conf_default = {
35 struct rte_eth_conf port_conf = port_conf_default; in port_init()
/f-stack/dpdk/app/test/
H A Dtest_pmd_ring.c25 struct rte_eth_conf null_conf; in test_ethdev_configure_port()
29 memset(&null_conf, 0, sizeof(struct rte_eth_conf)); in test_ethdev_configure_port()
227 struct rte_eth_conf null_conf; in test_pmd_ring_pair_create_attach()
230 memset(&null_conf, 0, sizeof(struct rte_eth_conf)); in test_pmd_ring_pair_create_attach()
H A Dtest_link_bonding_rssconf.c81 static struct rte_eth_conf default_pmd_conf = {
93 static struct rte_eth_conf rss_pmd_conf = {
124 configure_ethdev(uint16_t port_id, struct rte_eth_conf *eth_conf, in configure_ethdev()
H A Dtest_event_eth_rx_adapter.c37 port_init_common(uint16_t port, const struct rte_eth_conf *port_conf, in port_init_common()
107 static const struct rte_eth_conf port_conf_default = { in port_init_rx_intr()
122 static const struct rte_eth_conf port_conf_default = { in port_init()
H A Dtest_event_eth_tx_adapter.c48 port_init_common(uint16_t port, const struct rte_eth_conf *port_conf, in port_init_common()
109 struct rte_eth_conf conf = { 0 }; in port_init()
639 struct rte_eth_conf dev_conf; in tx_adapter_dynamic_device()
/f-stack/dpdk/examples/ip_pipeline/
H A Dlink.c45 static struct rte_eth_conf port_conf_default = {
103 struct rte_eth_conf port_conf; in link_create()
/f-stack/dpdk/doc/guides/sample_app_ug/
H A Dvmdq_forwarding.rst78 rte_eth_conf structure passed to the rte_eth_dev_configure() API.
85 static const struct rte_eth_conf vmdq_conf_default = {
109 The get_eth_conf() function fills in an rte_eth_conf structure with the appropriate values,
140 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_pools)
H A Dvmdq_dcb_forwarding.rst94 rte_eth_conf structure passed to the rte_eth_dev_configure() API.
101 static const struct rte_eth_conf vmdq_dcb_conf_default = {
143 The get_eth_conf() function fills in an rte_eth_conf structure with the appropriate values,
175 get_eth_conf(struct rte_eth_conf *eth_conf)
/f-stack/dpdk/examples/vmdq/
H A Dmain.c65 static const struct rte_eth_conf vmdq_conf_default = {
129 get_eth_conf(struct rte_eth_conf *eth_conf, uint32_t num_pools) in get_eth_conf()
167 struct rte_eth_conf port_conf; in port_init()
/f-stack/dpdk/examples/rxtx_callbacks/
H A Dmain.c43 static const struct rte_eth_conf port_conf_default = {
121 struct rte_eth_conf port_conf = port_conf_default; in port_init()
/f-stack/dpdk/lib/librte_ethdev/
H A Drte_ethdev_core.h148 struct rte_eth_conf dev_conf; /**< Configuration applied to device. */
H A Drte_ethdev_trace.h25 uint16_t nb_tx_q, const struct rte_eth_conf *dev_conf, int rc),
/f-stack/dpdk/examples/vm_power_manager/
H A Dmain.c55 static const struct rte_eth_conf port_conf_default = {
64 struct rte_eth_conf port_conf = port_conf_default; in port_init()
/f-stack/dpdk/examples/vmdq_dcb/
H A Dmain.c70 static const struct rte_eth_conf vmdq_dcb_conf_default = {
134 get_eth_conf(struct rte_eth_conf *eth_conf) in get_eth_conf()
191 struct rte_eth_conf port_conf = {0}; in port_init()
/f-stack/dpdk/drivers/net/bnxt/
H A Dbnxt_rxq.c31 struct rte_eth_conf *dev_conf = &bp->eth_dev->data->dev_conf; in bnxt_mq_rx_configure()
449 struct rte_eth_conf *dev_conf = &bp->eth_dev->data->dev_conf; in bnxt_rx_queue_start()
516 struct rte_eth_conf *dev_conf = &bp->eth_dev->data->dev_conf; in bnxt_rx_queue_stop()
/f-stack/dpdk/examples/pipeline/
H A Dobj.c110 static struct rte_eth_conf port_conf_default = {
168 struct rte_eth_conf port_conf; in link_create()
/f-stack/dpdk/examples/qos_meter/
H A Dmain.c54 static struct rte_eth_conf port_conf = {
299 struct rte_eth_conf conf; in main()
/f-stack/dpdk/doc/guides/rel_notes/
H A Ddeprecation.rst50 ``rte_eth_fdir_flex_conf -> rte_fdir_conf -> rte_eth_conf (in the middle)``.
55 * ethdev: The flow director API, including ``rte_eth_conf.fdir_conf`` field,
68 replaced by a new ``uint32_t mtu`` field of ``struct rte_eth_conf`` in v21.11.
/f-stack/dpdk/app/test-pipeline/
H A Dinit.c70 static struct rte_eth_conf port_conf = {
/f-stack/dpdk/examples/bond/
H A Dmain.c117 static struct rte_eth_conf port_conf = {
143 struct rte_eth_conf local_port_conf = port_conf; in slave_port_init()
229 struct rte_eth_conf local_port_conf = port_conf; in bond_port_init()
/f-stack/dpdk/app/test-eventdev/
H A Dtest_pipeline_common.c172 struct rte_eth_conf port_conf = { in pipeline_ethdev_setup()
202 struct rte_eth_conf local_port_conf = port_conf; in pipeline_ethdev_setup()

12345