FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
Main Page
Related Pages
Modules
Namespaces
Data Structures
Source
Files
Symbols
dpdk.api
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2015-2016 Cisco and/or its affiliates.
3
* Licensed under the Apache License, Version 2.0 (the "License");
4
* you may not use this file except in compliance with the License.
5
* You may obtain a copy of the License at:
6
*
7
* http://www.apache.org/licenses/LICENSE-2.0
8
*
9
* Unless required by applicable law or agreed to in writing, software
10
* distributed under the License is distributed on an "AS IS" BASIS,
11
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
* See the License for the specific language governing permissions and
13
* limitations under the License.
14
*/
15
16
vl_api_version
1.0.0
17
18
/** \brief DPDK interface HQoS pipe profile set request
19
@param client_index - opaque cookie to identify the sender
20
@param context - sender context, to match reply w/ request
21
@param sw_if_index - the interface
22
@param subport - subport ID
23
@param pipe - pipe ID within its subport
24
@param profile - pipe profile ID
25
*/
26
autoreply define sw_interface_set_dpdk_hqos_pipe {
27
u32
client_index
;
28
u32
context
;
29
u32
sw_if_index
;
30
u32
subport
;
31
u32
pipe
;
32
u32
profile
;
33
};
34
35
/** \brief DPDK interface HQoS subport parameters set request
36
@param client_index - opaque cookie to identify the sender
37
@param context - sender context, to match reply w/ request
38
@param sw_if_index - the interface
39
@param subport - subport ID
40
@param tb_rate - subport token bucket rate (measured in bytes/second)
41
@param tb_size - subport token bucket size (measured in credits)
42
@param tc_rate - subport traffic class 0 .. 3 rates (measured in bytes/second)
43
@param tc_period - enforcement period for rates (measured in milliseconds)
44
*/
45
autoreply define sw_interface_set_dpdk_hqos_subport {
46
u32
client_index
;
47
u32
context
;
48
u32
sw_if_index
;
49
u32
subport
;
50
u32
tb_rate
;
51
u32
tb_size
;
52
u32
tc_rate[4];
53
u32
tc_period
;
54
};
55
56
/** \brief DPDK interface HQoS tctbl entry set request
57
@param client_index - opaque cookie to identify the sender
58
@param context - sender context, to match reply w/ request
59
@param sw_if_index - the interface
60
@param entry - entry index ID
61
@param tc - traffic class (0 .. 3)
62
@param queue - traffic class queue (0 .. 3)
63
*/
64
autoreply define sw_interface_set_dpdk_hqos_tctbl {
65
u32
client_index
;
66
u32
context
;
67
u32
sw_if_index
;
68
u32
entry
;
69
u32
tc
;
70
u32
queue
;
71
};
72
73
/*
74
* Local Variables:
75
* eval: (c-set-style "gnu")
76
* End:
77
*/
78
vl_api_sw_interface_set_dpdk_hqos_pipe_t::client_index
u32 client_index
Definition:
dpdk.api:27
vl_api_sw_interface_set_dpdk_hqos_tctbl_t::context
u32 context
Definition:
dpdk.api:66
vl_api_sw_interface_set_dpdk_hqos_pipe_t::pipe
u32 pipe
Definition:
dpdk.api:31
vl_api_sw_interface_set_dpdk_hqos_subport_t::context
u32 context
Definition:
dpdk.api:47
vl_api_version
#define vl_api_version(n, v)
Definition:
jvpp_registry.c:18
vl_api_sw_interface_set_dpdk_hqos_tctbl_t::tc
u32 tc
Definition:
dpdk.api:69
vl_api_sw_interface_set_dpdk_hqos_subport_t::client_index
u32 client_index
Definition:
dpdk.api:46
vl_api_sw_interface_set_dpdk_hqos_subport_t::subport
u32 subport
Definition:
dpdk.api:49
vl_api_sw_interface_set_dpdk_hqos_tctbl_t::client_index
u32 client_index
Definition:
dpdk.api:65
vl_api_sw_interface_set_dpdk_hqos_subport_t::tb_rate
u32 tb_rate
Definition:
dpdk.api:50
vl_api_sw_interface_set_dpdk_hqos_pipe_t::context
u32 context
Definition:
dpdk.api:28
vl_api_sw_interface_set_dpdk_hqos_subport_t::tc_period
u32 tc_period
Definition:
dpdk.api:53
vl_api_sw_interface_set_dpdk_hqos_pipe_t::sw_if_index
u32 sw_if_index
Definition:
dpdk.api:29
vl_api_sw_interface_set_dpdk_hqos_subport_t::sw_if_index
u32 sw_if_index
Definition:
dpdk.api:48
vl_api_sw_interface_set_dpdk_hqos_pipe_t::profile
u32 profile
Definition:
dpdk.api:32
u32
unsigned int u32
Definition:
types.h:88
vl_api_sw_interface_set_dpdk_hqos_tctbl_t::entry
u32 entry
Definition:
dpdk.api:68
vl_api_sw_interface_set_dpdk_hqos_tctbl_t::sw_if_index
u32 sw_if_index
Definition:
dpdk.api:67
vl_api_sw_interface_set_dpdk_hqos_tctbl_t::queue
u32 queue
Definition:
dpdk.api:70
vl_api_sw_interface_set_dpdk_hqos_subport_t::tb_size
u32 tb_size
Definition:
dpdk.api:51
vl_api_sw_interface_set_dpdk_hqos_pipe_t::subport
u32 subport
Definition:
dpdk.api:30
src
plugins
dpdk
api
dpdk.api
Generated on Wed Sep 5 2018 06:01:56 for FD.io VPP by
1.8.11