DPDK
23.07.0
Main Page
Related Pages
+
Data Structures
Data Structures
+
Data Fields
+
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
+
Globals
+
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
+
Functions
_
c
g
r
+
Variables
a
c
d
e
l
n
r
s
+
Typedefs
a
c
d
e
h
l
m
p
r
s
t
+
Enumerations
d
r
+
Enumerator
c
e
f
r
s
w
+
Macros
_
b
c
i
l
m
o
p
r
s
t
u
v
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
lib
node
rte_node_eth_api.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: BSD-3-Clause
2
* Copyright(C) 2020 Marvell International Ltd.
3
*/
4
5
#ifndef __INCLUDE_RTE_NODE_ETH_API_H__
6
#define __INCLUDE_RTE_NODE_ETH_API_H__
7
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
#include <rte_compat.h>
24
#include <
rte_common.h
>
25
#include <
rte_mempool.h
>
26
30
struct
rte_node_ethdev_config
{
31
uint16_t
port_id
;
33
uint16_t
num_rx_queues
;
35
uint16_t
num_tx_queues
;
37
struct
rte_mempool
**
mp
;
39
uint16_t
mp_count
;
41
};
42
58
__rte_experimental
59
int
rte_node_eth_config
(
struct
rte_node_ethdev_config
*cfg,
60
uint16_t cnt, uint16_t nb_graphs);
61
#ifdef __cplusplus
62
}
63
#endif
64
65
#endif
/* __INCLUDE_RTE_NODE_ETH_API_H__ */
rte_node_ethdev_config::num_rx_queues
uint16_t num_rx_queues
Definition:
rte_node_eth_api.h:33
rte_mempool
Definition:
rte_mempool.h:219
rte_mempool.h
rte_node_ethdev_config::mp
struct rte_mempool ** mp
Definition:
rte_node_eth_api.h:37
rte_node_ethdev_config::num_tx_queues
uint16_t num_tx_queues
Definition:
rte_node_eth_api.h:35
rte_node_ethdev_config
Definition:
rte_node_eth_api.h:30
rte_node_eth_config
__rte_experimental int rte_node_eth_config(struct rte_node_ethdev_config *cfg, uint16_t cnt, uint16_t nb_graphs)
rte_common.h
rte_node_ethdev_config::port_id
uint16_t port_id
Definition:
rte_node_eth_api.h:31
rte_node_ethdev_config::mp_count
uint16_t mp_count
Definition:
rte_node_eth_api.h:39
Generated by
1.8.13