FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
gso.api
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2019 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
option
version
=
"1.0.0"
;
17
18
import
"vnet/interface_types.api"
;
19
20
/** \brief Enable or disable interface feature gso arc
21
@param client_index - opaque cookie to identify the sender
22
@param context - sender context, to match reply w/ request
23
@param sw_if_index - The interface to enable/disable gso feature arc.
24
@param enable_disable - set to 1 to enable, 0 to disable gso feature arc
25
*/
26
autoreply define feature_gso_enable_disable
27
{
28
u32
client_index
;
29
u32
context
;
30
vl_api_interface_index_t
sw_if_index
;
31
bool
enable_disable
;
32
option vat_help =
"<intfc> | sw_if_index <nn> [enable | disable]"
;
33
};
34
35
/*
36
* Local Variables:
37
* eval: (c-set-style "gnu")
38
* End:
39
*/
version
option version
Definition:
gso.api:16
vl_api_feature_gso_enable_disable_t::enable_disable
bool enable_disable
Definition:
gso.api:31
vl_api_feature_gso_enable_disable_t::client_index
u32 client_index
Definition:
gso.api:28
vl_api_feature_gso_enable_disable_t
Enable or disable interface feature gso arc.
Definition:
gso.api:26
u32
unsigned int u32
Definition:
types.h:88
vl_api_feature_gso_enable_disable_t::context
u32 context
Definition:
gso.api:29
vl_api_feature_gso_enable_disable_t::vat_help
option vat_help
Definition:
gso.api:32
vl_api_feature_gso_enable_disable_t::sw_if_index
vl_api_interface_index_t sw_if_index
Definition:
gso.api:30
src
vnet
gso
gso.api
Generated on Sat Jan 8 2022 10:05:00 for FD.io VPP by
1.8.17