| /f-stack/dpdk/examples/l3fwd/ |
| H A D | l3fwd_event.c | 42 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 D | l3fwd_event.h | 81 void l3fwd_event_resource_setup(struct rte_eth_conf *port_conf);
|
| /f-stack/dpdk/examples/l2fwd-event/ |
| H A D | l2fwd_common.c | 12 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 D | l2fwd-cat.c | 22 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 D | basicfwd.c | 20 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 D | test_pmd_ring.c | 25 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 D | test_link_bonding_rssconf.c | 81 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 D | test_event_eth_rx_adapter.c | 37 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 D | test_event_eth_tx_adapter.c | 48 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 D | link.c | 45 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 D | vmdq_forwarding.rst | 78 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 D | vmdq_dcb_forwarding.rst | 94 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 D | main.c | 65 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 D | main.c | 43 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 D | rte_ethdev_core.h | 148 struct rte_eth_conf dev_conf; /**< Configuration applied to device. */
|
| H A D | rte_ethdev_trace.h | 25 uint16_t nb_tx_q, const struct rte_eth_conf *dev_conf, int rc),
|
| /f-stack/dpdk/examples/vm_power_manager/ |
| H A D | main.c | 55 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 D | main.c | 70 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 D | bnxt_rxq.c | 31 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 D | obj.c | 110 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 D | main.c | 54 static struct rte_eth_conf port_conf = { 299 struct rte_eth_conf conf; in main()
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | deprecation.rst | 50 ``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 D | init.c | 70 static struct rte_eth_conf port_conf = {
|
| /f-stack/dpdk/examples/bond/ |
| H A D | main.c | 117 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 D | test_pipeline_common.c | 172 struct rte_eth_conf port_conf = { in pipeline_ethdev_setup() 202 struct rte_eth_conf local_port_conf = port_conf; in pipeline_ethdev_setup()
|